diff --git a/docs/html/userhtmlsu36.html b/docs/html/userhtmlsu36.html index b02ac19c..93be49b1 100644 --- a/docs/html/userhtmlsu36.html +++ b/docs/html/userhtmlsu36.html @@ -22,7 +22,7 @@ href="userhtmlsu32.html#userhtmlsu39.html" >up]

-call psb_spall(a, desc_a, info, nnz, buildmode)
+call psb_spall(a, desc_a, info [, nnz, dupl, buildmode])
 

@@ -64,6 +64,21 @@ class="cmbx-10">in.
Specified as: an integer value.

dupl
How to handle duplicate coefficients.
Scope: global.
Type: optional.
Intent: in.
Specified as: integer, possible values: psb_dupl_ovwrt_, psb_dupl_add_, + psb_dupl_err_. +
+buildmode
Whether to keep track of matrix entries that do not belong to the current process.
psb_matbld_noremote_, psb_matbld_remote_. Default: psb_matbld_noremote_.
-

+

On Return
+ + +
a
psb_Tspmat_type. - - -
info
required
Intent: out.
An integer value; 0 means no error has been detected.
-

Notes

  1. psb_matbld_remote_ will cause an overhead a -