Commit Graph

13 Commits (6b7115e7f06f42970f57734367ea641b2eb21eee)

Author SHA1 Message Date
Stack-1 fbf96f6f5d 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.
14 hours 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
15 hours ago
Stack-1 fb5ba59693 [ADD] Added RMA one sided communication schemes 1 month 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 eae1311c99 Improved dependencies. 2 months ago
Salvatore Filippone bc9adfeb3e Fix CMakeLists 2 months ago
sfilippone 80c02af47a Fix CMakeLists i2 2 months ago
sfilippone 01610305b2 Rename base/internals into base/auxil. Fix aplusat in CMakeLists 6 months ago
sfilippone 3c791b5370 Fixed file renamed into CMakeLists 7 months ago
Luca Pepè Sciarria 4858f0d484 hot fix on flags naming and fix psb_types.h compilation 1 year ago
Luca Pepè Sciarria 2671fad20d update CMakeLists.txt to used the new standard PSB_ for compilation flags 1 year ago
Luca Pepè Sciarria f362b5878e Update files to be compiled: added .c files 1 year ago
Luca Pepè Sciarria 5b81cbac12 Add CMake building for base, prec, ext, util, krylov, cbind 2 years ago