Commit Graph

87 Commits (fcf235690e65403303c5ca5505e33b39a4025ae2)

Author SHA1 Message Date
Salvatore Filippone 3bf7f8a8f0 *** empty log message *** 17 years ago
Salvatore Filippone 6fdc3c2c0e *** empty log message *** 17 years ago
Salvatore Filippone 978105d787 Fixed stupid bug on allocate using a field of an OUT dummy arg. 17 years ago
Salvatore Filippone 7cbb943e6c Merged new serial code. 17 years ago
Salvatore Filippone 028c2f2c96 Fixed implicit none, to avoid idiotic type mistake. 17 years ago
Salvatore Filippone 83213e1fc5 Fixed detailed comments. 18 years ago
Salvatore Filippone 6ce39bed18 Fix printout on COO format. 18 years ago
Salvatore Filippone 813ec76c8a *** empty log message *** 18 years ago
Salvatore Filippone 42bdac1d95 *** empty log message *** 18 years ago
Salvatore Filippone 8eb6e6b702 *** empty log message *** 18 years ago
Salvatore Filippone 2da6a43816 Included psb_check_mod for the new tests in the krylov methods. 18 years ago
Salvatore Filippone 5abf0cd2c1 Fixed error checks on temp allocation. 18 years ago
Salvatore Filippone 3be4f105f8 *** empty log message *** 18 years ago
Salvatore Filippone 5422fda30d Fixed documentation of INTENT of arguments. 18 years ago
Salvatore Filippone 5982dde3de Fixed optional number of rows in send/receive. 18 years ago
Salvatore Filippone 801d3498a0 Fixed error handling on ALLOCATE. 18 years ago
Salvatore Filippone 88f0e7ef53 Fixed error handling on ALLOCATE. 18 years ago
Salvatore Filippone 7c40630b86 Fixed bug in CDALL whereas SET_BLD using matrix_data(psb_ctxt_) was
called before the entry was set.
18 years ago
Salvatore Filippone b42976808a Call psb_get_mpicomm ONLY in CDALL; afterwards, always get it from DESC. 18 years ago
Salvatore Filippone 4b16ee0af4 Call psb_get_mpicomm ONLY in CDALL; afterwards, always get it from DESC. 18 years ago
Salvatore Filippone b350f41c87 Folded in new precinit/precset. 18 years ago
Salvatore Filippone 6e724f4458 Added some cleanup from compiling with -Wall. 18 years ago
Salvatore Filippone c7e877c93f Fixed wrong name for act_ret. 18 years ago
Salvatore Filippone 35318812a1 Fixed bug: add nullify into sp_all. 18 years ago
Salvatore Filippone dd5a8bb7fd Fixed bug: add nullify for BLK matrix. 18 years ago
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???
18 years ago
Salvatore Filippone 163bf3693d Changed error message for duplicated elements. 18 years ago
Salvatore Filippone c8a76918a8 *** empty log message *** 18 years ago
Salvatore Filippone 7bac86e813 Fixed special exit case. 18 years ago
Salvatore Filippone 05a5d8fa37 Fixed application of Block-Jacobi preconditioner, folding diagonal
scale back into the serial sparse BLAS where it belongs.
18 years ago
Salvatore Filippone ba2c27d235 Updated documentation with getrow.
Added some comments into realloc module.
18 years ago
Salvatore Filippone 176318b11d Aligned multiple RHS version with 1-rhs version of MV. 18 years ago
Salvatore Filippone 056f154a13 *** empty log message *** 18 years ago
Salvatore Filippone 1108d635ef *** empty log message *** 18 years ago
Salvatore Filippone 0e3cd65762 Defined interface msort_unique and used in neigh and cdovr. 18 years ago
Salvatore Filippone 0fa297f419 *** empty log message *** 18 years ago
Salvatore Filippone b36917c2d2 *** empty log message *** 18 years ago
Salvatore Filippone d1c2be389b Fixed neigh to use getrow, not inside code, to avoid pointless
code replications.
Defined imsru: sort unique.
18 years ago
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?
18 years ago
Salvatore Filippone ca35960e24 Changed implementation and internals of GETROW/GETBLK. 18 years ago
Salvatore Filippone 7717e402ec Fixed bug in cdall, version with NL. 18 years ago
Salvatore Filippone dd3732bdf7 Fix: get_rank in the loop for irecv should be done unconditionally for
those cases in which we do not receive, but we do send.
18 years ago
Salvatore Filippone 904e2e1fce *** empty log message *** 18 years ago
Salvatore Filippone 2ea35bfab3 Fixes for compilation on SP5: avoid "??'", also clean up CR/LF from makefiles. 18 years ago
Salvatore Filippone ae4600eefb Changes for SUN compilers. 18 years ago
Salvatore Filippone ef01179b50 Fixed stupid mistake: out of order declaration vs. executable
statement in InitPairSearchTree gives trouble in strict C compilation.
18 years ago
Salvatore Filippone f7e404d96c *** empty log message *** 18 years ago
Salvatore Filippone f56e369210 First round of changes: fixed SYMBMM,NUMBMM to use GETROW.
THis has to be updated in two ways:
1. the symbmm/numbmm equivalent must be made smarter (perhaps a cache
for rows extracted from B?) 
2. the whole getrow/getblk/clip chain must be changed.
18 years ago
Salvatore Filippone 3cd8e0722d *** empty log message *** 18 years ago
Salvatore Filippone 703c80f892 *** empty log message *** 18 years ago