Commit Graph

66 Commits (810931820eab9b069ba39d340cd2571af579c582)

Author SHA1 Message Date
Salvatore Filippone 16b8058ab6 Defined heapsort and mergesort for real/complex data.
Updated docs.
17 years ago
Salvatore Filippone f60c55af4b *** empty log message *** 17 years ago
Salvatore Filippone 4c601a166c *** empty log message *** 17 years ago
Salvatore Filippone cf717ac713 Added some more heap functionality. Reworked the ensure_size
interface.
17 years ago
Salvatore Filippone 9d10b5104e Added first round of heap handling routines for MLD2P4. 17 years ago
Salvatore Filippone ab034762ab Taken out obsolete & commented gelp interface. 17 years ago
Salvatore Filippone 630108c544 *** empty log message *** 17 years ago
Salvatore Filippone 86256846a7 *** empty log message *** 17 years ago
Salvatore Filippone 624e32ed6d Fixed internal docs. 17 years ago
Salvatore Filippone 3297eb7d04 Fixed in-line docs. 17 years ago
Salvatore Filippone 0911703866 Fixed in-line docs. 17 years ago
Salvatore Filippone b283375883 Take out gth_sct module, since it's not used directly here. 17 years ago
Salvatore Filippone cd14342731 *** empty log message *** 17 years ago
Salvatore Filippone 81ce9e94fd Moved csrp from tools to serial, taking out desc_a from the interface.
Update the user guide adding whether each routine is a synchronization point.
17 years ago
Salvatore Filippone 285da66426 Fixed bunch of headers in various tools source files.
Moved gelp to serial.
Changed interface of sphalo.
17 years ago
Salvatore Filippone 3bf7f8a8f0 *** empty log message *** 17 years ago
Salvatore Filippone 6fdc3c2c0e *** empty log message *** 17 years ago
Salvatore Filippone 7cbb943e6c Merged new serial code. 17 years ago
Salvatore Filippone 83213e1fc5 Fixed detailed comments. 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 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 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 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 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 0e3cd65762 Defined interface msort_unique and used in neigh and cdovr. 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 ae4600eefb Changes for SUN compilers. 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 2f0cfece0e Merge (minimal) changes from SLUDist branch. 18 years ago
Salvatore Filippone aafb62405a Defining and using new routines: psb_sp_trim psb_sp_clip. 18 years ago
Salvatore Filippone 5ed6b7970b Fixes for complex halo gather. 18 years ago
Salvatore Filippone 217e6b2a52 Reorganized USE hierarchy.
Cleaned up the PREC directory.
18 years ago
Salvatore Filippone 96304ec351 Moved gthsct as part of reorg of USE hierarchy. 18 years ago
Salvatore Filippone e9af5d4d69 Fixed call to SIZE() to use a copy of an optional argument. 18 years ago
Salvatore Filippone e25d2e1d67 Third sweep of changes from Pasqua/Daniela about the
preconditioners. Updated documentation.
18 years ago