From fef69bf799088d1ad42e1eac44b845ebc3f735ef Mon Sep 17 00:00:00 2001 From: Salvatore Filippone Date: Mon, 7 Feb 2022 16:54:37 +0100 Subject: [PATCH] Update docs for remote build. --- docs/html/index.html | 2 +- docs/html/userhtml.html | 2 +- docs/html/userhtmlsu36.html | 35 +- docs/html/userhtmlsu37.html | 14 +- docs/html/userhtmlsu38.html | 27 +- docs/html/userhtmlsu39.html | 12 +- docs/html/userhtmlsu40.html | 14 +- docs/html/userhtmlsu41.html | 12 +- docs/html/userhtmlsu42.html | 14 +- docs/html/userhtmlsu43.html | 12 +- docs/html/userhtmlsu44.html | 12 +- docs/html/userhtmlsu45.html | 12 +- docs/html/userhtmlsu46.html | 14 +- docs/html/userhtmlsu47.html | 12 +- docs/html/userhtmlsu48.html | 14 +- docs/html/userhtmlsu49.html | 14 +- docs/html/userhtmlsu50.html | 14 +- docs/html/userhtmlsu51.html | 14 +- docs/html/userhtmlsu52.html | 14 +- docs/html/userhtmlsu53.html | 14 +- docs/html/userhtmlsu54.html | 14 +- docs/html/userhtmlsu55.html | 12 +- docs/html/userhtmlsu56.html | 16 +- docs/psblas-3.7.pdf | 3101 ++++++++++++++++++----------------- docs/src/toolsrout.tex | 19 +- docs/src/userguide.tex | 4 +- docs/src/userhtml.tex | 2 +- 27 files changed, 1753 insertions(+), 1693 deletions(-) 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 -