From 827934adae02f0671f2100b89a978a94cc65b2bf Mon Sep 17 00:00:00 2001 From: Salvatore Filippone Date: Fri, 15 Apr 2022 11:58:31 +0200 Subject: [PATCH] Update docs. Bump 3.8 version. --- base/modules/psb_const_mod.F90 | 4 ++-- docs/html/index.html | 4 ++-- docs/html/userhtml.html | 4 ++-- docs/html/userhtmlsu36.html | 5 +++-- docs/html/userhtmlsu37.html | 22 +++++++++--------- docs/html/userhtmlsu38.html | 25 +++++++++++---------- docs/html/userhtmlsu39.html | 12 +++++----- docs/html/userhtmlsu40.html | 14 ++++++------ docs/html/userhtmlsu41.html | 23 ++++++++++++------- docs/html/userhtmlsu42.html | 14 ++++++------ docs/html/userhtmlsu43.html | 33 ++++++++++++++++++++++----- 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/html/userhtmlsu83.html | 32 ++++++++++++++++++++++++++ docs/html/userhtmlsu84.html | 2 +- docs/html/userhtmlsu85.html | 2 +- docs/html/userhtmlsu86.html | 2 +- docs/html/userhtmlsu87.html | 2 +- docs/html/userhtmlsu88.html | 2 +- docs/html/userhtmlsu89.html | 2 +- docs/src/Makefile | 2 +- docs/src/toolsrout.tex | 41 ++++++++++++++++++++++++++-------- docs/src/userguide.tex | 8 +++---- docs/src/userhtml.tex | 4 ++-- 35 files changed, 261 insertions(+), 174 deletions(-) diff --git a/base/modules/psb_const_mod.F90 b/base/modules/psb_const_mod.F90 index 85833a49..cc29f049 100644 --- a/base/modules/psb_const_mod.F90 +++ b/base/modules/psb_const_mod.F90 @@ -136,9 +136,9 @@ module psb_const_mod ! ! Version ! - character(len=*), parameter :: psb_version_string_ = "3.7.0" + character(len=*), parameter :: psb_version_string_ = "3.8.0" integer(psb_ipk_), parameter :: psb_version_major_ = 3 - integer(psb_ipk_), parameter :: psb_version_minor_ = 7 + integer(psb_ipk_), parameter :: psb_version_minor_ = 8 integer(psb_ipk_), parameter :: psb_patchlevel_ = 0 ! diff --git a/docs/html/index.html b/docs/html/index.html index ece52ac5..c4f777e4 100644 --- a/docs/html/index.html +++ b/docs/html/index.html @@ -20,8 +20,8 @@ class="newline" /> Salvatore Filippone
Alfredo Buttari
Software version: 3.7.0.1
Feb 14th, 2022 +class="newline" />Software version: 3.8.0
May 1st, 2022 diff --git a/docs/html/userhtml.html b/docs/html/userhtml.html index ece52ac5..c4f777e4 100644 --- a/docs/html/userhtml.html +++ b/docs/html/userhtml.html @@ -20,8 +20,8 @@ class="newline" /> Salvatore Filippone
Alfredo Buttari
Software version: 3.7.0.1
Feb 14th, 2022 +class="newline" />Software version: 3.8.0
May 1st, 2022 diff --git a/docs/html/userhtmlsu36.html b/docs/html/userhtmlsu36.html index 93be49b1..1f4bc96c 100644 --- a/docs/html/userhtmlsu36.html +++ b/docs/html/userhtmlsu36.html @@ -145,8 +145,9 @@ class="cmmi-10">nnz in the multiple) data reallocations;
  • Using psb_matbld_remote_ will cause an overhead at assembly time;
  • + class="enumerate" id="x47-84008x4">Using psb_matbld_remote_ is likely to cause a runtime overhead at + assembly time; diff --git a/docs/html/userhtmlsu37.html b/docs/html/userhtmlsu37.html index e59a77e4..725a67ca 100644 --- a/docs/html/userhtmlsu37.html +++ b/docs/html/userhtmlsu37.html @@ -234,14 +234,11 @@ class="cmmi-10">,ja(i),val(i), for i = 1i = 1,,nz; these triples should - belong to the current process, i.e. ia(i) should be one of the local indices, - but are otherwise arbitrary; +class="cmmi-10">,nz; these triples are + arbitrary;
  • In CSR format the coefficients to be inserted for each input row -1 should be one of the local indices, but are otherwise call, according to the application needs;
  • Any coefficients from matrix rows not owned by the calling process are - silently ignored; + class="enumerate" id="x48-85018x9">Coefficients from matrix rows not owned by the calling process are + treated according to the value of buildmode specified at allocation time; if + buildmode was chosen as psb_matbld_remote_ the library will keep track + of them, otherwise they are silently ignored; @@ -300,12 +302,12 @@ class="cmsy-10">-1 should be one of the local indices, but are otherwise -
  • -