diff --git a/docs/html/userhtml29x.png b/docs/html/userhtml29x.png index 92c34968..b4efccdb 100644 Binary files a/docs/html/userhtml29x.png and b/docs/html/userhtml29x.png differ diff --git a/docs/html/userhtmlse8.html b/docs/html/userhtmlse8.html index a6151693..d4260b27 100644 --- a/docs/html/userhtmlse8.html +++ b/docs/html/userhtmlse8.html @@ -350,7 +350,7 @@ process).

-

+
 ==========================================================
 Process: 0.  PSBLAS Error (4010) in subroutine: df_sample
 Error from call to subroutine mat dist
diff --git a/docs/html/userhtmlsu65.html b/docs/html/userhtmlsu65.html
index 0f193248..2fd9437c 100644
--- a/docs/html/userhtmlsu65.html
+++ b/docs/html/userhtmlsu65.html
@@ -150,18 +150,37 @@ class="cmtt-10">dat argument is both input and output, and
      even on processes different from the final result destination.
      
      
  • When splitting the operation in two calls, the dat argument must not be - accessed between calls: + class="enumerate" id="x77-114004x2">The mode argument can be built with the bitwise IOR() operator; in the + following example, the argument is forcing immediate completion, hence the + request argument needs not be specified:
    -

    +

    +  call psb_bcast(ctxt,dat,mode=ior(psb_collective_start_,psb_collective_end_))
    +
    +

    +
  • +
  • When splitting the operation in two calls, the dat argument must not be + accessed between calls: + + + +
    +

    +

       call psb_bcast(ctxt,dat,mode=psb_collective_start_,request=bcast_request)
    -  .......
    +  ....... ! Do not access dat
       call psb_bcast(ctxt,dat,mode=psb_collective_end_, request=bcast_request)
     
    -

    +

  • @@ -169,12 +188,12 @@ class="cmtt-10">dat argument must not be -