Commit Graph

182 Commits (a15b856bd9a1139908421809eb70b94923e6cf7f)

Author SHA1 Message Date
Salvatore Filippone 70166e50e4 Changed csdp to handle dupl and upd as optional parms just like spasb. 19 years ago
Salvatore Filippone 4b2f930cf6 Changed handling of duplicates and storage format. Changed interface
to both geins and spasb. New and better strategies.
19 years ago
Salvatore Filippone 77106751a4 Fixed to case-independent character comparison. Descriptions for constants. 19 years ago
Salvatore Filippone 2becae4636 Changed psb_const_mod to include psb_const.fh, to have constants
defined in just one place.
19 years ago
Salvatore Filippone 81f09ff266 Fixed wrong check on preconditioner in solvers. 19 years ago
Salvatore Filippone 7a4731c398 *** empty log message *** 19 years ago
Salvatore Filippone 6860f244cc Changed to allow summing multiple entities. 19 years ago
Salvatore Filippone bf754a9274 Take out non-user-callable interfaces. 19 years ago
Salvatore Filippone 49a1cdec3a Changed lsame implementation. 19 years ago
Salvatore Filippone 7de3b99b49 Folded in changes for complex version. We can now declare RC2. 19 years ago
Salvatore Filippone 5307017c9d *** empty log message *** 19 years ago
Salvatore Filippone 83a9ee0188 Fixes from complex version. 19 years ago
Salvatore Filippone 62d596676a *** empty log message *** 19 years ago
Salvatore Filippone e97cd11ce0 *** empty log message *** 19 years ago
Salvatore Filippone 4adaeaf5d5 Fixed bug in matrix regeneration stuff. 19 years ago
Salvatore Filippone e3741fa0cf Move MP3 license to up directory. 19 years ago
Salvatore Filippone c60b070f12 Fixed horrible bug! we had copied the INTEGER stuff. 19 years ago
Salvatore Filippone 9bb64be14d Fixed small bugs in TRANS handling. 19 years ago
Salvatore Filippone 22457aba9f *** empty log message *** 19 years ago
Salvatore Filippone fb11458b98 Taken out double init of baseprec%av(:). 19 years ago
Salvatore Filippone 9b586cf1e2 Fixed ambiguity in spfree vs sp_free (serial version). To be refined
in the future? Probably.
19 years ago
Salvatore Filippone f8d3550d90 Split diagsc bld routine. 19 years ago
Salvatore Filippone a819e8be43 Renaming scheme for GE routines. Also thought to change psb_spalloc
into psb_spall for coherence, but then went into conflict with the
serial one. Fixed with a kludge, but we need a good one.
19 years ago
Salvatore Filippone 5f6c77d4a3 Split the prc_aply section. 19 years ago
Salvatore Filippone 580605c087 Completed reorganization of preconditioner build routines. Now it
should even work with multilevel L>2, even though we don't have a test
program right now. Started modifying the prc_aply set.
19 years ago
Salvatore Filippone 5126b55538 Changed order of operands in precbld, step to reorg with baseprc_bld. 19 years ago
Salvatore Filippone 67b7449bb6 Third batch of restructuring preconditioners. 19 years ago
Salvatore Filippone e61b6501b8 *** empty log message *** 19 years ago
Salvatore Filippone 9a09cf4904 Second step of preconditioning revision. 19 years ago
Salvatore Filippone 51d966a109 Second tranche of renaming, especially in the preconditioner
section. Repackaging the preconditioners in a more sensible
way. WARNING: this is not complete yet, but we need a checkpoint to
fall back to if needed.
19 years ago
Salvatore Filippone 5e8f1938d0 Fixed name for sphalo. 19 years ago
Alfredo Buttari 95a6201967 *** empty log message *** 19 years ago
Salvatore Filippone 23d3893c35 Take out PTASB and PTINS don't belong here anymore. 19 years ago
Salvatore Filippone 75921dde75 Renaming: moved DSCINS and DSCASB into CDINS and CDASB 19 years ago
Salvatore Filippone 1a6aa93f75 Renaming: moved PSB_DSCFREE into PSB_CDFREE. 19 years ago
Salvatore Filippone 49f80f671d Take out SPUPDATE. 19 years ago
Salvatore Filippone f2743b991b Renaming: moved PSB_CSROVR into PSB_SPOVR. 19 years ago
Salvatore Filippone 22384aeb34 Renaming: moved PSB_DESCASB into PSB_CDOVRBLD 19 years ago
Salvatore Filippone 9f3f145928 Renaming: moved PSB_DESCPRT into PSB_CDPRT. 19 years ago
Salvatore Filippone 2d898df6b6 Renaming: moved PSB_DSCOV into PSB_CDOVR. 19 years ago
Salvatore Filippone e0840ab611 Renaming: moved PSB_DSCOV into PSB_CDOVR. 19 years ago
Salvatore Filippone 7ea58aa0ea Renaming: moved PSB_DSCOV into PSB_CDOVR. 19 years ago
Salvatore Filippone a3151bb4de Fixed unspecified interface in prcaply1. 19 years ago
Salvatore Filippone ae9c37efae Updated references to other software packacges. 19 years ago
Salvatore Filippone 717d8afd43 *** empty log message *** 19 years ago
Salvatore Filippone ace9fc1596 *** empty log message *** 19 years ago
Salvatore Filippone e6f0038390 Removed old merge sort from sparker, duplicate BLAS 1 code. 19 years ago
Salvatore Filippone 6ae7fe121d Added copyright statements. 19 years ago
Salvatore Filippone 5aadb8abdd Bug in multiple vectors version, was not doing correctly AMAX. 19 years ago
Salvatore Filippone 50f56c16ee Added info to error message for ILU factorization error. 19 years ago
Salvatore Filippone 88c41637c8 Fix error in multiple dots: ijy was not initialized, take it away. 19 years ago
Salvatore Filippone 7b93b571cd Added ifdefs for 64-bit addresses. 19 years ago
Salvatore Filippone 7f8ad48226 Leave room for 64 bit pointers! 19 years ago
Salvatore Filippone 70866a9445 Remove psbdcoins.f90. 19 years ago
Salvatore Filippone f25c92b8bd No use for realloc when it's not really needed. 19 years ago
Salvatore Filippone d0c3fdfa67 Don't use realloc on ov_idx ov_el, this generates strange errors. 19 years ago
Salvatore Filippone 9054afb579 Fixed: must on ALLOCATE() to properly handle error conditions. 19 years ago
Salvatore Filippone a17c67348b Added log for aggregation sizes 19 years ago
Alfredo Buttari 9e6e6b42f4 *** empty log message *** 19 years ago
Alfredo Buttari 2d592b9058 Fixed memory leak due to missed deallocate of temporary matrix 19 years ago
Alfredo Buttari 32c47ae9d9 *** empty log message *** 19 years ago
Alfredo Buttari 59dbb18a52 *** empty log message *** 19 years ago
Alfredo Buttari 8c82169764 Fixed "negative amount of memory allocation" error 19 years ago
Salvatore Filippone 5538ceba32 Fixed double allocation. 19 years ago
Salvatore Filippone b0e42a0133 *** empty log message *** 19 years ago
Salvatore Filippone e8d026353c *** empty log message *** 19 years ago
Salvatore Filippone 3bc00436f7 *** empty log message *** 19 years ago
Salvatore Filippone 564eb85765 *** empty log message *** 19 years ago
Salvatore Filippone 432e910566 Fix missing deallocate on tmpn. 19 years ago
Salvatore Filippone 41260094dc Fix deallocation of internal D parm. 19 years ago
Alfredo Buttari a26ea197e3 Fixed temporary copy problem in call to mrgsrt 19 years ago
Alfredo Buttari c3b199021d fix bug due missed deallocation in psi_swap 19 years ago
Alfredo Buttari b76b6bb0e0 *** empty log message *** 19 years ago
Alfredo Buttari 1b7d51a008 Added overallocation od dependency list length 19 years ago
Alfredo Buttari 56e81f5080 *** empty log message *** 19 years ago
Salvatore Filippone aaad9595f0 Fixed ALPHA/=1 and BETA/=0 19 years ago
Salvatore Filippone 5c564d13d8 Fix performance problem for RAS(0) 19 years ago
Alfredo Buttari 0f2594dcc5 *** empty log message *** 19 years ago
Salvatore Filippone 51046f0c31 As of snapshot 20051112 of gfortran we may use the function version of toupper/tolower. 19 years ago
Alfredo Buttari 4012f47ba0 *** empty log message *** 19 years ago
Salvatore Filippone a9123fe03a *** empty log message *** 19 years ago
Salvatore Filippone 491b111e67 Added smooth_both_ 19 years ago
Salvatore Filippone 3acb2737fa Fixed subroutine names 19 years ago
Salvatore Filippone 29a42262dd Fixed INTEGER vs. DOUBLE PRECISION 19 years ago
Alfredo Buttari 44a024c3dd *** empty log message *** 19 years ago
Salvatore Filippone bd51cb865d Fixed error in swapdatav 19 years ago
Salvatore Filippone 6ef0b5d306 Added in swapdatav 19 years ago
Alfredo Buttari 0cac35dc07 Replaced mpi_waitany with mpi_wait loops 19 years ago
Salvatore Filippone e05e444005 Added UMFPACK in some of the checks to avoid bogus failures. 19 years ago
Salvatore Filippone e2a89a0c53 Fixed various UMFPACK related issues. 19 years ago
Salvatore Filippone 4aee2d88f1 Added restart on breackdown. 19 years ago
Salvatore Filippone 316d3859a2 Fixed optional itmax usage. 19 years ago
Alfredo Buttari d283f6ffa8 *** empty log message *** 19 years ago
Salvatore Filippone 346320f322 Fixed spfree for UMF. 19 years ago
Alfredo Buttari 4398391a5c added error check on subroutine entry point 19 years ago
Alfredo Buttari 31e309760f *** empty log message *** 19 years ago
Alfredo Buttari 4732e49635 added error check on subroutines entry point 19 years ago
Salvatore Filippone 1b0fb9ab85 Merged changes for new precs. 19 years ago
Alfredo Buttari 64202e1023 *** empty log message *** 19 years ago
Alfredo Buttari be2da4718d *** empty log message *** 19 years ago