base/modules/psb_base_mat_mod.f90

Minor fix for intent in sync() methods.
psblas-3.3.1-1
Salvatore Filippone 10 years ago
parent 4eb83389a5
commit 36f378caf8

@ -204,6 +204,8 @@ module psb_base_mat_mod
procedure, pass(a) :: transc_1mat => psb_base_transc_1mat procedure, pass(a) :: transc_1mat => psb_base_transc_1mat
procedure, pass(a) :: transc_2mat => psb_base_transc_2mat procedure, pass(a) :: transc_2mat => psb_base_transc_2mat
generic, public :: transc => transc_1mat, transc_2mat generic, public :: transc => transc_1mat, transc_2mat
!
! Sync: centerpiece of handling of external storage. ! Sync: centerpiece of handling of external storage.
! Any derived class having extra storage upon sync ! Any derived class having extra storage upon sync
! will guarantee that both fortran/host side and ! will guarantee that both fortran/host side and

@ -1,5 +1,5 @@
11 Number of inputs 11 Number of inputs
kivap005.mtx This (and others) from: http://math.nist.gov/MatrixMarket/ or matrix_0000_of_0001.mtx ! kivap005.mtx This (and others) from: http://math.nist.gov/MatrixMarket/ or
NONE sherman3_b.mtx http://www.cise.ufl.edu/research/sparse/matrices/index.html NONE sherman3_b.mtx http://www.cise.ufl.edu/research/sparse/matrices/index.html
MM File format: MM: Matrix Market HB: Harwell-Boeing. MM File format: MM: Matrix Market HB: Harwell-Boeing.
BiCG Iterative method: BiCGSTAB CGS RGMRES BiCGSTABL BICG CG BiCG Iterative method: BiCGSTAB CGS RGMRES BiCGSTABL BICG CG
@ -9,5 +9,5 @@ CSR Storage format CSR COO JAD
2 ISTOPC 2 ISTOPC
02100 ITMAX 02100 ITMAX
-1 ITRACE -1 ITRACE
002 IRST (restart for RGMRES and BiCGSTABL) 002 IRST (restart for RGMRES and
1.d-6 EPS 1.d-6 EPS

Loading…
Cancel
Save