Stack-1
7030eaea64
[UPDATE] Removed empty missing file
1 week ago
Stack-1
4031ffb7ba
[UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2
...
Adapt amg4psblas to the communication_v2 PSBLAS interfaces, which removed
the work argument from all vector routines (psb_*_vect, the base prec
apply_vect, map_U2V_v/map_V2U_v).
Remove work from the whole vector apply chain:
- prec apply2_vect/apply1_vect and the amg_*precaply2/1_vect implementations
(dropped the local work_ buffer);
- mlprec_aply_vect and its inner recursive routines
(inner_ml_aply, inner_add/mult/k_cycle, inneritkcycle);
- the smoother/solver *_apply_vect implementations and their interface
declarations, dropping the now-dead aux/ww scratch buffers;
- AS smoother restr_v/prol_v (psb_halo/psb_ovrl on vectors);
- onelev map_rstr_v/map_prol_v (psb_map_U2V/V2U on vectors);
- poly_smoother_bld power-iteration apply_v calls.
Array routines keep work. mumps/slu/sludist/umf vector applies now pass a
zero-size local buffer to the underlying array apply (work optional there).
Regenerated for s/d/c/z; the library builds and the pdegen samples converge.
1 week ago
sfilippone
a3e1be46ee
Fix matrix generation
2 months ago
sfilippone
3343b039e6
Fix sample matrix generators
2 months ago
sfilippone
5c055170e7
Merge branch 'development' of github.com:sfilippone/amg4psblas into development
2 months ago
sfilippone
0814492adc
Mods jac solver
2 months ago
sfilippone
1ae3cc135f
Improve error handling for prec%free
2 months ago
sfilippone
246992cb65
Add base matrix info to prec%descr
2 months ago
sfilippone
01cc7ada88
Adjust strategy for stopping on aggregation ratio
2 months ago
sfilippone
693eab66cb
Merge branch 'development' of github.com:sfilippone/amg4psblas into development
2 months ago
sfilippone
1a2ec161d7
Improve configry for MUMPS
2 months ago
sfilippone
4642c857d1
Improve MUMPS solver build
2 months ago
sfilippone
c8d065fa55
Fix double allocation in DDIAG%BLD
2 months ago
sfilippone
0e1d7de857
Update VERSION
2 months ago
Salvatore Filippone
a22725b787
CMakeLists interim version
3 months ago
sfilippone
74a9ca90cb
Merge branch 'development' of github.com:sfilippone/amg4psblas into development
3 months ago
sfilippone
0d38955a2d
Fix generation of amg_config.h with CMAKE
3 months ago
Fabio Durastante
9be4a3f1be
Updated MUMPS link in documentation
3 months ago
sfilippone
04d7122380
Improved error handling in _bld
3 months ago
Salvatore Filippone
087dc37868
Fix handling of external packages within CBIND.
3 months ago
Salvatore Filippone
8e685aa3ae
Fix includes for SuperLU and friends in configure
3 months ago
sfilippone
6dbe4c96f2
Take out amg_const.h
3 months ago
sfilippone
f012a9d05e
Add cpymat optional argument to hierarchy_bld
3 months ago
sfilippone
93ea03ef1c
Add .gitattributes
3 months ago
sfilippone
5663188b8c
Fix use of AR in configure for other platforms
3 months ago
sfilippone
8ac05fd00e
Fix license
3 months ago
sfilippone
c278c2a69a
Merge branch 'development' of github.com:sfilippone/amg4psblas into development
3 months ago
sfilippone
eae53162af
Fix licensing text
3 months ago
sfilippone
0b2a212523
Fix message in samples
3 months ago
sfilippone
7b255aaf6f
Merge branch 'development' of github.com:sfilippone/amg4psblas into development
3 months ago
sfilippone
4c9687c89b
Multiple changes to CBIND and configure
3 months ago
Salvatore Filippone
a1952a5bf8
Merge pull request #8 from fdrmrc/fix_C_interface
...
Fix missing library in C interface linking
3 months ago
Marco Feder
d2070bcc05
Fix Makefile. Add psb_ext
3 months ago
sfilippone
f760396403
Fix compilation for new use of MPIC
3 months ago
sfilippone
8f259367de
Merge branch 'gpucinterfaces' of github.com:sfilippone/amg4psblas into gpucinterfaces
5 months ago
Fabio Durastante
15d1386b73
Removed debug prints, fixed name of function in error strings
5 months ago
sfilippone
14d24b1d7c
Inconsistent C function names
5 months ago
sfilippone
92425e2478
Merge branch 'gpucinterfaces' of github.com:sfilippone/amg4psblas into gpucinterfaces
5 months ago
sfilippone
228f4e46a9
Fix select type
5 months ago
Fabio Durastante
492ae602f2
Added interface for smoother build. Improved options for preconditioner. There is still a memory error.
5 months ago
Fabio Durastante
3230c70308
Standard input file for GPU experiment
5 months ago
Fabio Durastante
eb99c74fae
Added L1-Jacobi smoother
5 months ago
Fabio Durastante
1c69b2f635
Tester compiling, but misterious CUDA double free to be debugged
5 months ago
sfilippone
86731fe5bb
Fix makefiles
5 months ago
Fabio Durastante
7a5ba06622
Added interface for the allocate_wrk member function of a preconditioner. It handles also allocation on the CUDA/GPU side.
5 months ago
sfilippone
d4c0428704
Add FCUDEFINES for CBIND
5 months ago
sfilippone
1a969488e3
Merge branch 'gpucinterfaces' of github.com:sfilippone/amg4psblas into gpucinterfaces
5 months ago
Salvatore Filippone
95382fbb01
Fix use of psb_stringc2f
5 months ago
sfilippone
f586df1ac3
Fix use of stringc2f
5 months ago
Salvatore Filippone
bab8a27962
Merge branch 'development' of github.com:sfilippone/amg4psblas into development
5 months ago