Commit Graph

185 Commits (6b8199f84bfad0d7d574c0eb77574bfa7a6eff26)

Author SHA1 Message Date
sfilippone 19aa3f56b6 Merge branch 'repackage' into cuda-multivect 6 months ago
sfilippone 553531eefb Take out obsolete ilu_fct source files 6 months ago
gabrielequatrana 6987582c30 Done SERIAL 7 months ago
Salvatore Filippone 25e9183e50 Fix SHFT implementation, step 2 1 year ago
Salvatore Filippone 250a6300ba Fix SHFT implementation 1 year ago
Salvatore Filippone d3fcd566d9 Define a SHIFT argument to compute ILU( A+shft I) 1 year ago
Salvatore Filippone 776c755112 Improvements to DIAG build in OpenMP 2 years ago
Salvatore Filippone bcc85e47fd Fix Makefiles for parallel make 2 years ago
Salvatore Filippone 7fe4828099 Fix PREFIX in PREC%DESCR 2 years ago
Salvatore Filippone 7fe1c24698 Merge branch 'development' of github.com:sfilippone/psblas3 into development 4 years ago
Salvatore Filippone af022e9467 Redefine interface of prec%descr to get INFO. Fix configure for MPICXX. 4 years ago
Salvatore Filippone 2e0020ad45 Makefile fixes for parallel builds 4 years ago
Salvatore Filippone 01ee753b18 Fix sizeof 4 years ago
Salvatore Filippone 3c6dcddfea Fix sizeof 4 years ago
Salvatore Filippone abf486077c New global argument in sizeof() 4 years ago
Salvatore Filippone 0bcc32c626 Change interface to descr with verbosity level 4 years ago
Salvatore Filippone 08f3de57f0 Take out precset implementation, leave only prec%set 4 years ago
Salvatore Filippone ed58551ffd Take out precset interface 4 years ago
Salvatore Filippone 3e318e1a84 Initialize INFO 4 years ago
Cirdans-Home 9a2ea73d81 psb_dnrm2_weight working also for GPUs 4 years ago
Cirdans-Home 12911a295a Corrected checks for options 4 years ago
Cirdans-Home b6ebe59ac3 Checks for options settings and BJAC setup 4 years ago
Salvatore Filippone 6866558372 Merge branch 'new-context' into implement-ainv
# Conflicts:
#	prec/impl/psb_c_bjacprec_impl.f90
#	prec/impl/psb_c_prec_type_impl.f90
#	prec/impl/psb_d_bjacprec_impl.f90
#	prec/impl/psb_d_prec_type_impl.f90
#	prec/impl/psb_s_bjacprec_impl.f90
#	prec/impl/psb_s_prec_type_impl.f90
#	prec/impl/psb_z_bjacprec_impl.f90
#	prec/impl/psb_z_prec_type_impl.f90
#	prec/psb_c_prec_type.f90
#	prec/psb_d_prec_type.f90
#	prec/psb_s_prec_type.f90
#	prec/psb_z_prec_type.f90
#	test/pargen/psb_d_pde2d.f90
#	test/pargen/psb_d_pde3d.f90
#	test/pargen/psb_s_pde2d.f90
#	test/pargen/psb_s_pde3d.f90
4 years ago
Cirdans-Home c91b1a31b5 Added missing function 4 years ago
Cirdans-Home 526dc1c260 Added options to set and test program 4 years ago
Cirdans-Home 0c9098065a Integrated INVT and INVK in BJAC prec 4 years ago
Cirdans-Home 34ffbc3845 Added modules for invt invk 4 years ago
Cirdans-Home 9d1390ad94 Corrected bug in application phase 4 years ago
Cirdans-Home 3e22e9e963 implemented biconjugation 4 years ago
Cirdans-Home f6c145f982 csall changed in allocate with CSR format 4 years ago
Cirdans-Home 62c75abbf4 Completed integration of ILU-type factorization 4 years ago
Salvatore Filippone 6a6f6ad2c2 Change name of ICTXT to CTXT 4 years ago
Cirdans-Home fbf23c3959 Added implementation in BJAC and test for ILU-type factorizations 4 years ago
Salvatore Filippone b376d226cb Fixed declaration and use of CONTEXT with new type. 4 years ago
Cirdans-Home 87e54f75e5 Added module for biconjugation algorithms 4 years ago
Cirdans-Home 68daa7b81b Added AINV tools mod 4 years ago
Salvatore Filippone 6fad5a9758 Adjust values for psb_ilu & friends. 4 years ago
Salvatore Filippone a1f477aaf2 Integrate ILU factorization routines. 4 years ago
Salvatore Filippone b56abbb270 Improve structure of Makefiles 5 years ago
Salvatore Filippone 59e640c8a1 Fix error message for wrong IRST. 5 years ago
Salvatore Filippone 28620a7879 New wrk methods in psblas%prec 6 years ago
Salvatore Filippone 8d489f8ce2 Merged MixedI8 in new branch (to be later merged into development) 6 years ago
Salvatore Filippone 78120dc1c0 New ICTXT arg in INIT. 6 years ago
Salvatore Filippone b7a50f6e8b Reinstate target on precbld. 7 years ago
Salvatore Filippone 9ca93af839 Take out spurious target attribute. 7 years ago
Salvatore Filippone c774783057 Updated copyright statement 7 years ago
Salvatore Filippone 85ff0e404b Fix precbld. 7 years ago
Salvatore Filippone a628e9c873 Fix copy of ictxt in prec%build. 7 years ago
Salvatore Filippone bbba6a670e Merged changes from svn dev version. 7 years ago
Salvatore Filippone a8ee048f8f psblas3:
.
 base/modules/psb_const_mod.F90
 prec/psb_c_bjacprec.f90
 prec/psb_c_diagprec.f90
 prec/psb_c_nullprec.f90
 prec/psb_s_bjacprec.f90
 prec/psb_s_diagprec.f90
 prec/psb_s_nullprec.f90
 prec/psb_z_bjacprec.f90
 prec/psb_z_diagprec.f90
 prec/psb_z_nullprec.f90

Further changes merged from fixprec branch.
8 years ago