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 -
  • -