Luca Heltai
6572404ed0
Merge 36704e640b into 850e0d1cc1
1 week ago
sfilippone
850e0d1cc1
Minor change to HLL
1 week ago
sfilippone
caca3613a3
Merge branch 'remap-coarse' into development
1 week ago
sfilippone
324bb4b8f3
Fix util/mmio
1 week ago
sfilippone
1542f06d2a
Step for working remap. Needs to rethink map_clone
2 weeks ago
Luca Heltai
36704e640b
Replace _Bool with bool in C interface headers for C++ compatibility
...
_Bool is a C11 keyword that is not recognized by C++ compilers,
causing build failures when PSBLAS headers are included from C++.
The headers already include <stdbool.h> (via psb_c_base.h) which
defines bool as a portable alias, so use bool instead of _Bool.
This fixes errors like:
error: unknown type name '_Bool'
in psb_c_dsprn(), psb_c_ssprn(), psb_c_csprn(), psb_c_zsprn().
4 weeks ago
sfilippone
4315a2b395
Merge branch 'development' into remap-coarse
1 month ago
sfilippone
66026aca90
Attempt for remapping
1 month ago
sfilippone
d7f3bf536d
Cosmetic changes in cuda dir
1 month ago
sfilippone
8254b66140
Overzealous make clean
1 month ago
sfilippone
0688629612
Configry adjustments to sequencing PSBL_IPK
1 month ago
sfilippone
1c51cab1b5
Make desc_is_asb always a method
1 month ago
sfilippone
187a8c3051
Minor adjustments to configry
1 month ago
sfilippone
847e638123
Fix detail in base/modules/makefile
1 month ago
Fabio Durastante
3aceaa31eb
Implementation of preconditioned MINRES
2 months ago
sfilippone
4a5acb014c
Put mmio_impl into templates
2 months ago
sfilippone
d7cb05f371
Define unrolling at 64 for HLL
2 months ago
sfilippone
d99e759fd1
Change handling of stopping criterion, refactor GMRES
2 months ago
sfilippone
014abc941c
Fix matrix generation
3 months ago
sfilippone
09308b5c7d
various changes, including test matrix generators
3 months ago
sfilippone
19ce4a0942
Fix multivect assembly and comments in base_vect
3 months ago
sfilippone
1cb7634d1f
Fix GEMIN
3 months ago
sfilippone
586cafae49
New PrintSolverOptions in CBIND
3 months ago
sfilippone
3f83bc2918
Improve psb_exit handling of MPI communicators
3 months ago
sfilippone
094c9b1197
Fix remap support
3 months ago
sfilippone
19ffaaa915
Update dependencies for i2_vect_mod
3 months ago
sfilippone
97299b8b3f
Update VERSION file
4 months ago
sfilippone
70d43a9487
Fix string defaults parsing in cmake
4 months ago
sfilippone
d0baf9e977
Fix generation of psb_config.h with CMAKE
4 months ago
Salvatore Filippone
089969402d
Merge branch 'development' of github.com:sfilippone/psblas3 into development
4 months ago
Salvatore Filippone
039639b341
Fix bug in CMakeLists: now installs modules correctly
4 months ago
Fabio Durastante
116219b6fe
Added support for CSC matrices in c interfaces
4 months ago
Salvatore Filippone
eae1311c99
Improved dependencies.
4 months ago
Salvatore Filippone
0a97ea2924
Fix makefile
4 months ago
Salvatore Filippone
bc9adfeb3e
Fix CMakeLists
4 months ago
Salvatore Filippone
e717d2d228
Fix makefile dependencies
4 months ago
sfilippone
a223c7eaf3
Rebuild I2 supprot
4 months ago
sfilippone
80c02af47a
Fix CMakeLists i2
4 months ago
sfilippone
769c2f65bf
Prepare i2
4 months ago
Salvatore Filippone
eeeb450f0b
Simplified build fix
4 months ago
sfilippone
e1ab2bddf6
Fix import and build dependencies
4 months ago
Stack-1
2d388ce45e
[FIX] Fixed compilation dependencies resulting in race condition when compiling using many threads. The problem was encountered usingg make -j30, now it compiles.
4 months ago
sfilippone
322b8a9538
Fix cmakelists
4 months ago
sfilippone
55b063d452
Fix cmakelists
4 months ago
sfilippone
adbf7454aa
Update cmakelists
4 months ago
gnumlab
4bd601dab2
hot fix idx_t for metis other than real_t is now analyzed
4 months ago
gnumlab
dc1d730acf
fix metis real type and IPK/LPK interaction
4 months ago
sfilippone
c990dc6840
Fix info in %reinit
4 months ago
sfilippone
ca458870b1
Fix intent in precbld to align with AMG
4 months ago
sfilippone
d0e3ac4166
Merge branch 'development' of github.com:sfilippone/psblas3 into development
4 months ago