diff --git a/docs/html/userhtml29x.png b/docs/html/userhtml29x.png index b4efccdb..92c34968 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 01a8f7f7..a6151693 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 78600178..0f193248 100644
--- a/docs/html/userhtmlsu65.html
+++ b/docs/html/userhtmlsu65.html
@@ -86,7 +86,9 @@ class="newline" />Type: optional.
Intent: in.
Specified as: an integer, with the value determined by the bitwise OR of +class="newline" />Specified as: an integer value. The action to be taken is determined by + its bit fields, which can be set with bitwise OR. Basic action values are psb_collective_start_, psb_collective_end_. Default: both fields are @@ -108,7 +110,7 @@ class="cmbx-10">inout.
If mode does not specify synchronous completion, then this variable must be present. -

+

On Return
inout.
If mode does not specify synchronous completion, then this variable must be present.
+

Notes +

    +
  1. The dat argument is both input and output, and its value may be changed + even on processes different from the final result destination. +
  2. +
  3. 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)
    +  .......
    +  call psb_bcast(ctxt,dat,mode=psb_collective_end_, request=bcast_request)
    +
    +

    +
-