Commit Graph

3316 Commits (026b1953c26e2d44e6e510e7f4dc92f54aa1e2b8)
 

Author SHA1 Message Date
Stack-1 026b1953c2 [FIX] Drop work= from MINRES vector calls after the development merge
The MINRES implementation merged from development calls the vector psb_spmm
and prec%apply with work=aux, but communication_v2 removed the work argument
from the vector interfaces.  Remove work=aux from psb_{c,d,s,z}minres so the
vector solvers match the communication_v2 interface; the library now builds.
1 day ago
Stack-1 a2c9238ba6 Merge origin/communication_v2 into communication_v2
Integrate the remote commit 67deef4e (restored work parameter in non-vect
implementations) before pushing; clean merge, no conflicts.
1 day ago
Stack-1 7d4354feac Merge origin/development into communication_v2
Realign communication_v2 with the latest development (10 commits, including the
GMRES refactor and the stopping-criterion change), keeping the communication_v2
work intact.

Conflict resolution:
- base/modules/Makefile (veryclean): keep communication_v2's '/bin/rm -f *.h'.
- linsolve/impl/psb_{c,d,s,z}rgmres.f90: keep development's variable
  declaration (itmax_, naux), consistent with development's refactored GMRES
  body which references itmax_.
1 day ago
sfilippone d7f3bf536d Cosmetic changes in cuda dir 1 day ago
sfilippone 8254b66140 Overzealous make clean 1 day ago
sfilippone 0688629612 Configry adjustments to sequencing PSBL_IPK 1 day ago
sfilippone 1c51cab1b5 Make desc_is_asb always a method 2 days ago
sfilippone 187a8c3051 Minor adjustments to configry 2 days ago
sfilippone 847e638123 Fix detail in base/modules/makefile 2 days ago
federicamontes 67deef4e97 restored work parameter in non-vect implementations 3 days ago
Fabio Durastante 3aceaa31eb Implementation of preconditioned MINRES 4 days ago
sfilippone 4a5acb014c Put mmio_impl into templates 1 week ago
sfilippone d7cb05f371 Define unrolling at 64 for HLL 1 week ago
sfilippone d99e759fd1 Change handling of stopping criterion, refactor GMRES 1 week ago
Stack-1 6bd7c32b58 Locate mpi.mod for OpenMPI in CMake build
The configure step only searched MPI_Fortran_INCLUDE_PATH for mpi.mod, which
is empty for OpenMPI (the wrapper carries includes internally and ships mpi.mod
under lib/). mpi.mod was thus never copied into the module dir, and the
mpi.mod.stamp rule failed on a clean build. Also probe the wrapper
(--showme:inc/libdirs) and lib/ + include/ relative to the Fortran MPI
compiler. MPICH (used in CI) is unaffected.
1 week ago
Stack-1 164f393183 Add CMake build/ directory to .gitignore 1 week ago
Stack-1 027ca71a38 Fix CMake base source list for comm_schemes and psb_comm_mod
base/CMakeLists.txt listed only psb_comm_rma_mod.F90 from comm_schemes,
omitting psb_comm_schemes_mod, psb_comm_baseline_mod, psb_comm_neighbor_impl_mod
and psb_comm_factory_mod, so their .mod files were never generated under CMake.
Also psb_comm_mod was listed as .F90 while the file is .f90 (breaks on
case-sensitive filesystems). The autotools Makefile was already correct.
1 week ago
Stack-1 f725ccdeeb Merge branch 'development' into communication_v2
# Conflicts:
#	base/CMakeLists.txt
#	base/comm/internals/psi_cswapdata.F90
#	base/comm/internals/psi_dswapdata.F90
#	base/comm/internals/psi_iswapdata.F90
#	base/comm/internals/psi_lswapdata.F90
#	base/comm/internals/psi_sswapdata.F90
#	base/comm/internals/psi_zswapdata.F90
#	base/modules/Makefile
#	base/modules/comm/psb_i2_comm_mod.f90
#	base/modules/comm/psi_i2_comm_v_mod.f90
#	base/modules/serial/psb_i2_base_vect_mod.F90
#	test/computational_routines/spmm/spmm_checker
1 week ago
Stack-1 2acfbe7e4a [FIX] Fixed threshold for spmm computational_routines test 1 week ago
Stack-1 e88e3d3008 [UPDATE] Added comm tests for all precisions and fixed spmm test in computational_routines 1 week ago
Stack-1 2c65c50593 [ADD] Added single point of comm_scheme selection on descriptor 2 weeks ago
Stack-1 29248d366f [UPDATE] Refactor after template update for RMA routines 2 weeks ago
Stack-1 4b8e4dd4a3 [UPDATE] Refactor after template update for RMA routines 3 weeks ago
Stack-1 d231efe35a [FIX] Modified spmv test to check overlap 1 month ago
sfilippone 014abc941c Fix matrix generation 1 month ago
sfilippone 09308b5c7d various changes, including test matrix generators 1 month ago
sfilippone 19ce4a0942 Fix multivect assembly and comments in base_vect 1 month ago
sfilippone 1cb7634d1f Fix GEMIN 1 month ago
sfilippone 586cafae49 New PrintSolverOptions in CBIND 2 months ago
Stack-1 fb5ba59693 [ADD] Added RMA one sided communication schemes 2 months ago
Stack-1 52ad95461d [UPDATE] Updated communicationtest to read also external matrices 2 months ago
Stack-1 be6f27069a [UPDATE] Modified tests to supèport GPU SpMV computing, Moreover dinstinct routine for persistant is now present in psi_dswpadata 2 months ago
Stack-1 75d86864b0 [UPDATE] Minor changes to debug 2 months ago
Stack-1 fcae4a1633 [UPDATE] Transient version usefull for debug on local server 2 months ago
sfilippone 3f83bc2918 Improve psb_exit handling of MPI communicators 2 months ago
sfilippone 19ffaaa915 Update dependencies for i2_vect_mod 2 months ago
Stack-1 5ed9643fe6 [FIX] Fixed comm tests for single process, added guard on neighbor topology data exchange for single process run 2 months ago
Stack-1 6ba327854e [UPDATE] Changes in CG test, added debug 2 months ago
sfilippone 97299b8b3f Update VERSION file 2 months ago
Stack-1 6b803fd759 [UPDATE] Updated buffer reuse in psb_dcg 2 months ago
sfilippone 70d43a9487 Fix string defaults parsing in cmake 2 months ago
sfilippone d0baf9e977 Fix generation of psb_config.h with CMAKE 2 months ago
Stack-1 33477e4f03 [UPDATE] Changed all the interfaces that calls psi_swapdata inside PSBLAS internals for double precision vectors. Added also tests under test/comm/ in order to check psi_swapdata, psb_spmv and psb_cg calls 2 months ago
Stack-1 09a5a74d75 [ADD] Added polymorphic comm_handle data excahnge for non-blocking and persistant neighbor communication. Check test/comm/ to see how it's used. For now works only for d types 2 months ago
Salvatore Filippone 089969402d Merge branch 'development' of github.com:sfilippone/psblas3 into development 3 months ago
Salvatore Filippone 039639b341 Fix bug in CMakeLists: now installs modules correctly 3 months ago
Fabio Durastante 116219b6fe Added support for CSC matrices in c interfaces 3 months ago
Salvatore Filippone eae1311c99 Improved dependencies. 3 months ago
Salvatore Filippone 0a97ea2924 Fix makefile 3 months ago
Salvatore Filippone bc9adfeb3e Fix CMakeLists 3 months ago