Luca Heltai
660fc9c2d2
Merge 36704e640b into d7f3bf536d
5 days 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().
5 days ago
sfilippone
d7f3bf536d
Cosmetic changes in cuda dir
3 weeks ago
sfilippone
8254b66140
Overzealous make clean
3 weeks ago
sfilippone
0688629612
Configry adjustments to sequencing PSBL_IPK
3 weeks ago
sfilippone
1c51cab1b5
Make desc_is_asb always a method
3 weeks ago
sfilippone
187a8c3051
Minor adjustments to configry
3 weeks ago
sfilippone
847e638123
Fix detail in base/modules/makefile
3 weeks ago
Fabio Durastante
3aceaa31eb
Implementation of preconditioned MINRES
3 weeks ago
sfilippone
4a5acb014c
Put mmio_impl into templates
4 weeks ago
sfilippone
d7cb05f371
Define unrolling at 64 for HLL
4 weeks ago
sfilippone
d99e759fd1
Change handling of stopping criterion, refactor GMRES
4 weeks ago
sfilippone
014abc941c
Fix matrix generation
2 months ago
sfilippone
09308b5c7d
various changes, including test matrix generators
2 months ago
sfilippone
19ce4a0942
Fix multivect assembly and comments in base_vect
2 months ago
sfilippone
1cb7634d1f
Fix GEMIN
2 months ago
sfilippone
586cafae49
New PrintSolverOptions in CBIND
2 months ago
sfilippone
3f83bc2918
Improve psb_exit handling of MPI communicators
3 months ago
sfilippone
19ffaaa915
Update dependencies for i2_vect_mod
3 months ago
sfilippone
97299b8b3f
Update VERSION file
3 months ago
sfilippone
70d43a9487
Fix string defaults parsing in cmake
3 months ago
sfilippone
d0baf9e977
Fix generation of psb_config.h with CMAKE
3 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
Salvatore Filippone
e717d2d228
Fix makefile dependencies
3 months ago
sfilippone
a223c7eaf3
Rebuild I2 supprot
3 months ago
sfilippone
80c02af47a
Fix CMakeLists i2
3 months ago
sfilippone
769c2f65bf
Prepare i2
3 months ago
Salvatore Filippone
eeeb450f0b
Simplified build fix
3 months ago
sfilippone
e1ab2bddf6
Fix import and build dependencies
3 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.
3 months ago
sfilippone
322b8a9538
Fix cmakelists
3 months ago
sfilippone
55b063d452
Fix cmakelists
3 months ago
sfilippone
adbf7454aa
Update cmakelists
3 months ago
gnumlab
4bd601dab2
hot fix idx_t for metis other than real_t is now analyzed
3 months ago
gnumlab
dc1d730acf
fix metis real type and IPK/LPK interaction
3 months ago
sfilippone
c990dc6840
Fix info in %reinit
3 months ago
sfilippone
ca458870b1
Fix intent in precbld to align with AMG
3 months ago
sfilippone
d0e3ac4166
Merge branch 'development' of github.com:sfilippone/psblas3 into development
3 months ago
sfilippone
43d66ece05
Add .gitattributes
3 months ago
Fabio Durastante
1ee1b83341
Added routine to extract single element from sparse matrix
3 months ago
sfilippone
eab5e8ccb8
Fix use of AR in configure for other platforms
3 months ago
sfilippone
1748dac50f
Fix license
3 months ago
sfilippone
5f0d88449c
Fix license issues
3 months ago
sfilippone
d2fba9e952
Fix licensing text
3 months ago
Salvatore Filippone
88afb55498
Merge pull request #41 from fdrmrc/fix_info_reinit
...
Fix status value in reinit function
4 months ago