Commit Graph

83 Commits (95a614b9003754c88c146d71fb852ddeae161b87)

Author SHA1 Message Date
Salvatore Filippone 1584f7d8a8 mld2p4:

							
						
17 years ago
Salvatore Filippone 3cb6e674c3 mld2p4/mlprec:
Makefile
 mld_basep_bld_mod.f90
 mld_inner_mod.f90

Split mld_inner_mod because of compilation problems on AIX.
17 years ago
Salvatore Filippone bffcab16c1 mld2p4/mlprec:
mld_inner_mod.f90

Split the module source code to avoid compilation problem on AIX.
17 years ago
Salvatore Filippone 9795988443 mld2p4:
mlprec/mld_dslu_interface.c
 mlprec/mld_dslud_interface.c
 mlprec/mld_dumf_interface.c
 mlprec/mld_zslu_interface.c
 mlprec/mld_zslud_interface.c
 mlprec/mld_zumf_interface.c


Fix name of 64 bits option.
17 years ago
Salvatore Filippone f6e69feb29 mld2p4/mlprec:
mld_dprecinit.f90
 mld_zprecinit.f90

Fix default to use ILU(0), not UMFPACK.
17 years ago
Salvatore Filippone 399305ee41 mld2p4:
mlprec/mld_dslu_interface.c
 mlprec/mld_dslud_interface.c
 mlprec/mld_dumf_interface.c
 mlprec/mld_zslu_interface.c
 mlprec/mld_zslud_interface.c
 mlprec/mld_zumf_interface.c
 test/fileread/enablecore.c

Fixed CDEFINES names for handling Fortran mangling.
17 years ago
Salvatore Filippone f928f78683 mld2p4-dev/mlprec
Makefile
 mld_dprecset.f90
 mld_zprecset.f90

Fixed dependency in Makefile was rebuilding the module files with
MPIF90 when not needed.
Fixed overlapping labels in precsetc.
17 years ago
Salvatore Filippone 80504f9aa6 mld2p4
mld_dsp_renum.f90
mld_zsp_renum.f90

Fixed bug: itmp2 on global renumbering was not initialized properly.
17 years ago
Salvatore Filippone 799171aa2b mld2p4:
Updated copyright statement for all files.
17 years ago
Salvatore Filippone cd1ed7f505 mld2p4:
mlprec/mld_daggrmat_raw_asb.F90
mlprec/mld_dmlprec_aply.f90
mlprec/mld_dmlprec_bld.f90
mlprec/mld_prec_type.f90
mlprec/mld_zaggrmat_raw_asb.F90
mlprec/mld_zmlprec_aply.f90
mlprec/mld_zmlprec_bld.f90

Merged changes from mld2p4-intermesh branch up to rev. 2809.
17 years ago
Salvatore Filippone 5cd03fa531 mld2p4/mlprec
mld_dmlprec_aply.f90
mld_zmlprec_aply.f90

Fixed usage of base_desc instead of desc_data in finding vector sizes
in the ml application.
17 years ago
Salvatore Filippone 827403106f mld2p4:
mlprec/mld_dsp_renum.f90
mlprec/mld_prec_type.f90
mlprec/mld_zsp_renum.f90

Reworked format of warning/error messages.
17 years ago
Salvatore Filippone 891944834f mld2p4:

							
						
17 years ago
Salvatore Filippone 3c469513c2 mld2p4:

							
						
17 years ago
Salvatore Filippone a5c3cbb372 mld2p4: mlprec: Defined new mld_inner_mod module to work around
problem in compiling with XLF/SP (out of resources).
17 years ago
Salvatore Filippone b9fe3ebcc9 mld2p4: mlprec: fixed names of UMF|SLU|SLUD interface files. 17 years ago
Salvatore Filippone e4298217e8 mld2p4: mlprec: fixed names of UMF|SLU|SLUD factor routines. 17 years ago
Salvatore Filippone 580582ae00 Dependencies between .mod files. 17 years ago
Salvatore Filippone 1a00c98ae8 Fixed comment on trans=N: we now handle trans=T correctly in multiple
Jacobi sweeps.
17 years ago
Salvatore Filippone 38ff0f0373 MLPREC:
Changed naming scheme for bjac_aply; refactored code to different
calling tree.
17 years ago
Salvatore Filippone f57aa144b9 MLPREC:
Changed naming scheme for bjac_bld into fact_bld.
17 years ago
Salvatore Filippone 8b118039c0 MLPREC:
Changed naming scheme for bjac_bld into fact_bld.
17 years ago
Salvatore Filippone 1e3c3ab33b MLPREC:
Changed naming scheme for as_bld/ilu_bld/ilu0|k|t_fact.
17 years ago
Salvatore Filippone 72f98f8f3a MLPREC: merged bjac_aply inside as_aply, and updated baseprec_aply
accordingly.
17 years ago
Salvatore Filippone 5a0956030d MLPREC: merged changes from Daniela of 2008/01/18, minor doc fixes. 17 years ago
Salvatore Filippone 8f1096e6fd MLPREC directory: latest "aesthetic" fixes. 17 years ago
Salvatore Filippone e1700c63d1 Added average for the (unlikely) case of an overlap in the base data distribution. 17 years ago
Salvatore Filippone dedbbbe971 Cleanup of variables flagedd by -Wunused. 17 years ago
Salvatore Filippone fe04944807 Taken out UPD from diag_bld, it is not useful there. 17 years ago
Salvatore Filippone 2ffcc7940d Fixed precset to handle correctly ILEV=1 vs. ILEV > 1 where appropriate. 17 years ago
Salvatore Filippone 45fc97d582 Fixed "mld_max_XXX" for all constants where it makes sense. 17 years ago
Salvatore Filippone 3a4b80e639 Taken out UPD argument from user callable routines. 17 years ago
Salvatore Filippone 202a8af7ac Fixed intent(out) of ATMP in SP_RENUM.
Taken out spurious write() from gps_reduction.
17 years ago
Salvatore Filippone 15eed6dfb0 Typo in the ILUT docs. 17 years ago
Salvatore Filippone c8d4911e7c Taken out IALG from ILUT. 17 years ago
Salvatore Filippone b42020e950 Fix typo. 17 years ago
Salvatore Filippone acd870aa6e Merged minor typos from Daniela. 17 years ago
Salvatore Filippone b69cc135a9 Changed structure and interface of BJAC_BLD.
Changed SMOOTH_KIND into AGGR_KIND.
17 years ago
Salvatore Filippone f1c5dbcb3d 17 years ago
Salvatore Filippone 7204231d15 Fixed trans_ and application of diagonal prec. 17 years ago
Salvatore Filippone 95a3b66a94 Fixed passing of TRANS down the call chain. 17 years ago
Salvatore Filippone 182664e76a Fixed headers for html documentation. 17 years ago
Salvatore Filippone e4135c4b44 Fixed transpose (hopefully!) 17 years ago
Salvatore Filippone 2faafc3a5e Reworked internals of mlprec_aply. 17 years ago
Salvatore Filippone 6b38c92580 Added TRANSPOSE paths to Block Jacobi and AS preconditioner application. 17 years ago
Salvatore Filippone ce2d0b8ecc Changed names mld_aggr_kind_ into mld_smooth_kind_ and fixed all files. 17 years ago
Salvatore Filippone 76eaf13fcf Fixed INTENT(OUT) on AC,DESC_AC on AGGRMAT_ASB.
Changed subroutine name is_legal_ml_aggr_kind into is_legal_ml_aggr_alg.
17 years ago
Salvatore Filippone 55d8db4c62 Fixed interfaces of internal routines for ILUT. 17 years ago
Salvatore Filippone 581cd9b6ac Fixed interfaces of internal routines for ILU/ILUK. 17 years ago
Salvatore Filippone 3b08aae746 Fixed level 1 initialization for additive multilevel. 17 years ago