diff --git a/docs/html/index.html b/docs/html/index.html index 2906d9ce..ece52ac5 100644 --- a/docs/html/index.html +++ b/docs/html/index.html @@ -21,7 +21,7 @@ class="cmbx-10">Salvatore Filippone
Alfredo Buttari
Software version: 3.7.0.1
May 11th, 2021 +class="newline" />Feb 14th, 2022 diff --git a/docs/html/userhtml.html b/docs/html/userhtml.html index 2906d9ce..ece52ac5 100644 --- a/docs/html/userhtml.html +++ b/docs/html/userhtml.html @@ -21,7 +21,7 @@ class="cmbx-10">Salvatore Filippone
Alfredo Buttari
Software version: 3.7.0.1
May 11th, 2021 +class="newline" />Feb 14th, 2022 diff --git a/docs/html/userhtmlsu36.html b/docs/html/userhtmlsu36.html index 9616adcb..dfb56550 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)
+call psb_spall(a, desc_a, info, nnz, buildmode)
 

@@ -61,8 +61,25 @@ class="newline" />Type: optional.
Intent: in.
Specified as: an integer value. -

+class="newline" />Specified as: an integer value. +

+buildmode
Whether to keep track of matrix entries that do not belong to the + current process.
Scope: global.
Type: optional.
Intent: in.
Specified as: + an integer value psb_matbld_noremote_, psb_matbld_remote_. Default: + psb_matbld_noremote_.
+

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

Notes

  1. On exit from this routine the sparse matrix is in the build state. - - -
  2. The descriptor may be in either the build or assembled state. @@ -117,12 +134,12 @@ class="cmmi-10">nnz in the -