Commit Graph

1888 Commits (14df208d937aabd8aa98f6a8eb063759359beb6d)
 

Author SHA1 Message Date
Salvatore Filippone 7200d63d2f Changed assumed size into assumed shape for internal
subroutines. Seems now not to be critical on Ix86, but was a real hit
on SP.
Salvatore Filippone 5422fda30d Fixed documentation of INTENT of arguments.
Salvatore Filippone 5982dde3de Fixed optional number of rows in send/receive.
Salvatore Filippone 801d3498a0 Fixed error handling on ALLOCATE.
Salvatore Filippone 88f0e7ef53 Fixed error handling on ALLOCATE.
Salvatore Filippone 3801148fde Fixed makefile and sample programs for precinit and friends.
Salvatore Filippone 0c48ddfe6b *** empty log message ***
Salvatore Filippone 7c40630b86 Fixed bug in CDALL whereas SET_BLD using matrix_data(psb_ctxt_) was
called before the entry was set.
Salvatore Filippone b42976808a Call psb_get_mpicomm ONLY in CDALL; afterwards, always get it from DESC.
Salvatore Filippone 4b16ee0af4 Call psb_get_mpicomm ONLY in CDALL; afterwards, always get it from DESC.
Salvatore Filippone b350f41c87 Folded in new precinit/precset.
Salvatore Filippone e3b29920ed Added psb_sizeof to the docs. Changed README to mention gcc 4.2.0.
Salvatore Filippone 6e724f4458 Added some cleanup from compiling with -Wall.
Salvatore Filippone c7e877c93f Fixed wrong name for act_ret.
Salvatore Filippone 35318812a1 Fixed bug: add nullify into sp_all.
Salvatore Filippone dd5a8bb7fd Fixed bug: add nullify for BLK matrix.
Salvatore Filippone a11d5f671a Fixed psb_sizeof().
Salvatore Filippone 6d59769aef Added sizeof for sparsematrix/descriptor, prec_sizeof for
preconditioner. Cannot reuse the same name because of a bug in
GFORTRAN; will it be fixed???
Salvatore Filippone 163bf3693d Changed error message for duplicated elements.
Salvatore Filippone c8a76918a8 *** empty log message ***
Salvatore Filippone 7bac86e813 Fixed special exit case.
Salvatore Filippone 45c74ea2d8 Put in right-preconditioned GMRES.
Salvatore Filippone 56a405b61c Fixed name of XV dummy argument
Salvatore Filippone 27aa15c809 Switched to right preconditioning.
Salvatore Filippone be3237acef Added warning for non-implemented method in psb_krylov.
GMRES is only left-prec for the time being.
Salvatore Filippone f15eb31ab0 *** empty log message ***
Salvatore Filippone 86e2196e95 Fixed various typographical issues.
Salvatore Filippone 9c02321b5d Plugged in version with preconditioning on the right.
Salvatore Filippone 645708b91f
Salvatore Filippone 4c71393ce5
Salvatore Filippone 05a5d8fa37 Fixed application of Block-Jacobi preconditioner, folding diagonal
scale back into the serial sparse BLAS where it belongs.
Salvatore Filippone fd22d34830 Fixed docs on usage of modules. Taken out sorting routines from user's
guide (for the time being).
Salvatore Filippone ba2c27d235 Updated documentation with getrow.
Added some comments into realloc module.
Salvatore Filippone 176318b11d Aligned multiple RHS version with 1-rhs version of MV.
Salvatore Filippone 4e531813b9
Salvatore Filippone e9a09ed3c3 *** empty log message ***
Salvatore Filippone aba0a8e9e4
Salvatore Filippone 056f154a13 *** empty log message ***
Salvatore Filippone 1108d635ef *** empty log message ***
Salvatore Filippone 421a5f05bb *** empty log message ***
Salvatore Filippone 0e3cd65762 Defined interface msort_unique and used in neigh and cdovr.
Salvatore Filippone 0fa297f419 *** empty log message ***
Salvatore Filippone b36917c2d2 *** empty log message ***
Salvatore Filippone d1c2be389b Fixed neigh to use getrow, not inside code, to avoid pointless
code replications.
Defined imsru: sort unique.
Salvatore Filippone 159a9265ed *** empty log message ***
Salvatore Filippone c2377670eb Fixed sphalo to use getrow, not getblk, to avoid problems with
subsequente all-to-all.
Fixed getblk to use fixcoo by default. 
Fixed spclip to use getrow, and save on memory space. 
Should we change fixcoo name?
Salvatore Filippone d4d12dbb36 Changed implementation and internals of GETROW/GETBLK.
Salvatore Filippone ca35960e24 Changed implementation and internals of GETROW/GETBLK.
Salvatore Filippone 7717e402ec Fixed bug in cdall, version with NL.
Salvatore Filippone 4051a01439 *** empty log message ***