81ce9e94fdMoved csrp from tools to serial, taking out desc_a from the interface. Update the user guide adding whether each routine is a synchronization point.
Salvatore Filippone
2007-09-28 16:46:49 +0000
285da66426Fixed bunch of headers in various tools source files. Moved gelp to serial. Changed interface of sphalo.
Salvatore Filippone
2007-09-28 15:42:05 +0000
82c7ef87bdTaken out diagl/diagu, no longer used. First draft of a complex RGMRES.
Salvatore Filippone
2007-09-04 14:11:28 +0000
028c2f2c96Fixed implicit none, to avoid idiotic type mistake.
Salvatore Filippone
2007-08-21 13:10:15 +0000
c30ec19bc4Added call to psb_ovrl at the end of the preconditioner application, to handle data distributions with a "real" overlap.
Salvatore Filippone
2007-07-24 08:39:38 +0000
7200d63d2fChanged 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
2007-05-31 13:00:08 +0000
5422fda30dFixed documentation of INTENT of arguments.
Salvatore Filippone
2007-05-31 12:57:27 +0000
5982dde3deFixed optional number of rows in send/receive.
Salvatore Filippone
2007-05-31 10:01:52 +0000
801d3498a0Fixed error handling on ALLOCATE.
Salvatore Filippone
2007-05-28 09:11:40 +0000
88f0e7ef53Fixed error handling on ALLOCATE.
Salvatore Filippone
2007-05-28 09:04:08 +0000
3801148fdeFixed makefile and sample programs for precinit and friends.
Salvatore Filippone
2007-05-28 08:23:59 +0000
7c40630b86Fixed bug in CDALL whereas SET_BLD using matrix_data(psb_ctxt_) was called before the entry was set.
Salvatore Filippone
2007-05-24 14:27:08 +0000
b42976808aCall psb_get_mpicomm ONLY in CDALL; afterwards, always get it from DESC.
Salvatore Filippone
2007-05-24 11:56:02 +0000
4b16ee0af4Call psb_get_mpicomm ONLY in CDALL; afterwards, always get it from DESC.
Salvatore Filippone
2007-05-24 11:40:55 +0000
b350f41c87Folded in new precinit/precset.
Salvatore Filippone
2007-05-22 10:58:22 +0000
e3b29920edAdded psb_sizeof to the docs. Changed README to mention gcc 4.2.0.
Salvatore Filippone
2007-05-17 09:58:37 +0000
6e724f4458Added some cleanup from compiling with -Wall.
Salvatore Filippone
2007-05-16 17:22:24 +0000
c7e877c93fFixed wrong name for act_ret.
Salvatore Filippone
2007-05-16 15:41:24 +0000
6d59769aefAdded 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
2007-05-14 15:28:09 +0000
7bac86e813Fixed special exit case.
Salvatore Filippone
2007-04-24 08:17:38 +0000
45c74ea2d8Put in right-preconditioned GMRES.
Salvatore Filippone
2007-04-23 08:18:41 +0000
56a405b61cFixed name of XV dummy argument
Salvatore Filippone
2007-04-19 09:59:33 +0000
27aa15c809Switched to right preconditioning.
Salvatore Filippone
2007-04-19 09:57:27 +0000
be3237acefAdded warning for non-implemented method in psb_krylov. GMRES is only left-prec for the time being.
Salvatore Filippone
2007-04-17 15:32:21 +0000
05a5d8fa37Fixed application of Block-Jacobi preconditioner, folding diagonal scale back into the serial sparse BLAS where it belongs.
Salvatore Filippone
2007-04-12 11:14:29 +0000
fd22d34830Fixed docs on usage of modules. Taken out sorting routines from user's guide (for the time being).
Salvatore Filippone
2007-04-11 11:24:50 +0000
ba2c27d235Updated documentation with getrow. Added some comments into realloc module.
Salvatore Filippone
2007-04-11 10:10:24 +0000
176318b11dAligned multiple RHS version with 1-rhs version of MV.
Salvatore Filippone
2007-04-10 15:24:25 +0000
d1c2be389bFixed neigh to use getrow, not inside code, to avoid pointless code replications. Defined imsru: sort unique.
Salvatore Filippone
2007-04-09 17:19:14 +0000
c2377670ebFixed 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
2007-04-09 15:53:32 +0000
d4d12dbb36Changed implementation and internals of GETROW/GETBLK.
Salvatore Filippone
2007-04-08 17:47:51 +0000
ca35960e24Changed implementation and internals of GETROW/GETBLK.
Salvatore Filippone
2007-04-08 17:46:57 +0000
7717e402ecFixed bug in cdall, version with NL.
Salvatore Filippone
2007-04-08 17:45:04 +0000