Stack-1
acdd2e9eb5
[ADD] Nested (MATNEST-style) block matrix support and tests
...
Add a block-structured distributed operator that presents itself to Krylov
solvers and preconditioners as a single ordinary distributed matrix (the
PSBLAS analogue of PETSc MATNEST), targeting saddle-point systems
M = [[A, B^T], [B, 0]] with possibly rectangular sub-blocks.
Library (base/modules):
- psb_desc_nest_mod, psb_d_nest_mat_mod: grid of per-field descriptors and
per-block sparse storage.
- psb_d_nest_base_mat_mod: psb_d_nest_base_mat, the operator extending
psb_d_base_sparse_mat (local csmv, free, field-split hooks for a future
block preconditioner).
- psb_cd_nest_tools_mod / psb_d_nest_tools_mod: composed global descriptor
with union halo (psb_cd_nest_compose) and rectangular local block builder
(psb_d_nest_rect_block), plus the per-block assembly wrappers.
- psb_d_nest_builder_mod: psb_d_nest_matrix, the user frontend with the
init/ins/asb/free pattern hiding all descriptor/halo/compose/setup
boilerplate.
- psb_d_nest_mod: umbrella module (use psb_d_nest_mod).
Remove the earlier bespoke per-block prototype (comm/psblas/vect modules and
the pde_nest_psblas test) superseded by the single MATNEST design.
Tests (test/nested): glob (square operator vs monolithic CSR oracle), rect
(genuinely rectangular blocks), cg (low-level path, ill-conditioned SPD
red-black Laplacian solved with standard CG), builder (same solve via the
utility), plus a README describing the design and usage. All pass serially
and in parallel, with results invariant to the process count.
Build hooks updated (autotools Makefiles + CMakeLists); the nested tests are
relocated out of test/pdegen into test/nested.
Author: Simone Staccone (Stack-1)
1 month ago
jalmerol
b8d41569fd
Add double-precision nested block-structured matrix/vector layer
1 month 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 month ago
Stack-1
2acfbe7e4a
[FIX] Fixed threshold for spmm computational_routines test
1 month ago
Stack-1
e88e3d3008
[UPDATE] Added comm tests for all precisions and fixed spmm test in computational_routines
1 month ago
Stack-1
2c65c50593
[ADD] Added single point of comm_scheme selection on descriptor
2 months ago
Stack-1
29248d366f
[UPDATE] Refactor after template update for RMA routines
2 months ago
Stack-1
d231efe35a
[FIX] Modified spmv test to check overlap
2 months ago
sfilippone
014abc941c
Fix matrix generation
2 months ago
sfilippone
09308b5c7d
various changes, including test matrix generators
2 months ago
Stack-1
fb5ba59693
[ADD] Added RMA one sided communication schemes
3 months ago
Stack-1
52ad95461d
[UPDATE] Updated communicationtest to read also external matrices
3 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
3 months ago
Stack-1
75d86864b0
[UPDATE] Minor changes to debug
3 months ago
Stack-1
fcae4a1633
[UPDATE] Transient version usefull for debug on local server
3 months ago
Stack-1
5ed9643fe6
[FIX] Fixed comm tests for single process, added guard on neighbor topology data exchange for single process run
3 months ago
Stack-1
6ba327854e
[UPDATE] Changes in CG test, added debug
3 months ago
Stack-1
6b803fd759
[UPDATE] Updated buffer reuse in psb_dcg
3 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
4 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
4 months ago
Stack-1
02f1ef741c
[]
4 months ago
Stack-1
461a6a325f
[UPDATE] Removed work/aux buffer from vector routines that use psb_x_vect_type encapsulation for data exchange
4 months ago
sfilippone
d2fba9e952
Fix licensing text
4 months ago
Stack-1
dc61cbb0a2
[UPDATE] Mid commit to fix dist_graph_create
4 months ago
sfilippone
897d466013
Define DESC%check_addr for debugging
6 months ago
sfilippone
9552bda6de
Merge branch 'fix-build' into development
6 months ago
Salvatore Filippone
f3fcd3a41a
Improved error messaging for sample programs.
7 months ago
sfilippone
97665684e6
Fix CUDA library names and configry
8 months ago
sfilippone
339efde796
Changed library names and machinery for CUDA.
8 months ago
Luca Pepè Sciarria
4c27ffb760
Merge branch 'development' into cmake
8 months ago
sfilippone
0c84efb887
Working version with mods for building with dealii requests
8 months ago
sfilippone
98a6eba948
First round of changes for vector builds
8 months ago
sfilippone
8292608125
Refactor test/openacc
9 months ago
sfilippone
388b679d8a
Fixed OpenACC test program mixed with CUDA
9 months ago
sfilippone
b60fc25314
New OpenACC test and compile fix
9 months ago
sfilippone
246bd70b3a
Modify sorting with REORD. Document same.
9 months ago
sfilippone
390144126c
Fixes for compilation with CUDA 13.0
10 months ago
Luca Pepè Sciarria
4db11f9301
[ADD] CMake compilation for gedot test
1 year ago
Luca Pepè Sciarria
17c920188f
[ADD] CMake compilation for geaxpby test
1 year ago
Luca Pepè Sciarria
e64f78418e
[ADD] CMake compilation for spmm test
1 year ago
Luca Pepè Sciarria
c47e691d44
Merge branch 'test_dev' into cmake
1 year ago
Luca Pepè Sciarria
76c2af67bc
Merge branch 'test_dev' into cmake
1 year ago
Stack-1
d8a9fb8374
[FIX] Fixed main script to excecute autotest on multiple subdirs without stoppin. Also added first implementation of psb_gedot test
1 year ago
Stack-1
0801b00d56
[UPDATE] Automated the excecution of tests in psb_geaxpby kernel. Now both single process and mulitple processes tests are excecuted thanks to the autotest.sh script
1 year ago
Stack-1
c556d729cd
[UPDATE] Completed testing using double precision comparison with single precision unit roundoff
1 year ago
Stack-1
0f786e5b18
[DOCS] Major changes in main test README.md in order to report all the computational kernels that should be analyzed
1 year ago
Stack-1
acb71a1c4d
[ADD] Added geaxpby test, still work in progress
1 year ago
Stack-1
931c999e90
[UPDATE] Starting to add geaxpby test, to reach p-digit accuracy on computations
1 year ago
Luca Pepè Sciarria
f4acd766fb
cmake building now works
1 year ago
Luca Pepè Sciarria
ed0ae66d5d
add CMakeLists.txt for test subprojects
1 year ago