09830f6814Fixed target attribute on A.
Salvatore Filippone
2007-09-18 12:53:48 +0000
0436b0136fFixed target attribute in mld_aggrmap_bld
Salvatore Filippone
2007-09-18 12:53:22 +0000
6da504d2b2Fixed most calls to ipXXX2YYY. There still are a few as make use of rwshr; will have to be tested carefully in the future (ideally, they should go away).
Salvatore Filippone
2007-09-18 12:51:26 +0000
6d66d1297cMerged new serial code.
Salvatore Filippone
2007-09-18 08:47:50 +0000
00d130b933Fixed huge run time due to usage of an unsorted COO temp storage. Removed the temp storage for the in matrix, using SP_CLIP with another (much smaller) temp buffer.
Salvatore Filippone
2007-07-16 13:50:36 +0000
11c039ea76Fixed performance problem: need to add fixcoo for ILU when sweeps > 1.
Salvatore Filippone
2007-07-13 17:07:43 +0000
c420d65d9eApplied changes from Daniela & c. Switched to MLD_ for everything. Wrote thin PSB_PREC shell around MLD_, using renaming. The implementation may change when PR 32364 in Gnu Fortran gets fixed.
Salvatore Filippone
2007-07-12 12:35:59 +0000
0d15ce60a3Changed 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 12:59:52 +0000
e2e633c9b7Fixed documentation of INTENT of arguments.
Salvatore Filippone
2007-05-31 12:57:53 +0000
ab6a638142Added 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:33 +0000
e43c074b03Fixed application of Block-Jacobi preconditioner, folding diagonal scale back into the serial sparse BLAS where it belongs.
Salvatore Filippone
2007-04-12 11:14:56 +0000
33cbf0ffa5Make.inc is linked from the main psblas dir.
Salvatore Filippone
2007-03-27 15:16:31 +0000
4ffcac0ef2Changes for SUN compilers.
Salvatore Filippone
2007-03-27 15:08:10 +0000
539a090002Merge changes from SLUDist branch.
Salvatore Filippone
2007-02-28 13:29:46 +0000
29b89df331Take out off-diagonal block of matrix, this is now done where it belongs (in bjac_bld).
Salvatore Filippone
2007-02-28 10:47:56 +0000
e3135949a3Take out debug write.
Salvatore Filippone
2007-02-28 10:46:16 +0000
6d85387748Fixed INTENT(INOUT) on A for sparse factorizations, as they call internally a C routine that shifts the indices.
Salvatore Filippone
2007-02-23 14:44:44 +0000
abd14a8649Moved around the computation of the non-diagonal part, to enable jac_sweeps>1.
Salvatore Filippone
2007-02-22 17:29:05 +0000
8d56b5a2ebUsing new routines: psb_sp_trim psb_sp_clip.
Salvatore Filippone
2007-02-22 15:02:40 +0000
917ae84e75Fixes for build paths with SuperLU and UMFPACK.
Salvatore Filippone
2007-02-22 10:23:25 +0000
bdf13ac3d1Fixes for complex halo gather.
Salvatore Filippone
2007-02-21 20:53:40 +0000
3173937349Reorganized USE hierarchy. Reorganized naming scheme preliminary to applying MLD_ prefix.
Salvatore Filippone
2007-02-21 14:32:23 +0000
8040237a77Applied first batch of changes about bjac_ names.
Salvatore Filippone
2007-02-19 15:08:39 +0000
eca09293bbTake out call flush which is only GNU fortran
Salvatore Filippone
2007-02-16 13:18:31 +0000