Salvatore Filippone
|
cd01db132e
|
Merge branch 'development' into dev-openmp
|
2 years ago |
Salvatore Filippone
|
bcc85e47fd
|
Fix Makefiles for parallel make
|
3 years ago |
Salvatore Filippone
|
df8e947fb0
|
Fix typo
|
3 years ago |
Salvatore Filippone
|
db0577cd07
|
Fix fix_coo for OpenMP
|
3 years ago |
Salvatore Filippone
|
9bdeae9a16
|
Fix coo_inner impl.
|
3 years ago |
Salvatore Filippone
|
7ee9001fde
|
Fix bug in COO impl. OpenMP version.
|
3 years ago |
Salvatore Filippone
|
d0a5ff9893
|
Rework build
|
3 years ago |
Salvatore Filippone
|
1337009f91
|
Infrastructure for non-local matrix build
|
3 years ago |
Salvatore Filippone
|
1c98111fd9
|
More interface mismatch fixes
|
4 years ago |
Salvatore Filippone
|
340c191e7f
|
First round of cleanup build warnings
|
4 years ago |
Salvatore Filippone
|
a673bf8bf1
|
Fix inconsistency in %csget
|
4 years ago |
Salvatore Filippone
|
82665f4e79
|
Put additional OpenMP directives.
|
4 years ago |
Salvatore Filippone
|
926cb1e5ad
|
Merge branch 'dev-openmp' of https://github.com/sfilippone/psblas3 into dev-openmp
|
4 years ago |
Salvatore Filippone
|
4292dd3490
|
Put static clause in OMP
|
4 years ago |
Salvatore Filippone
|
c414d4d40a
|
Merge branch 'implement-ainv' into dev-openmp
# Conflicts:
# base/comm/internals/psi_cswapdata_a.F90
# base/comm/internals/psi_cswaptran_a.F90
# base/comm/internals/psi_dswapdata_a.F90
# base/comm/internals/psi_dswaptran_a.F90
# base/comm/internals/psi_eswapdata_a.F90
# base/comm/internals/psi_eswaptran_a.F90
# base/comm/internals/psi_i2swapdata_a.F90
# base/comm/internals/psi_i2swaptran_a.F90
# base/comm/internals/psi_mswapdata_a.F90
# base/comm/internals/psi_mswaptran_a.F90
# base/comm/internals/psi_sswapdata_a.F90
# base/comm/internals/psi_sswaptran_a.F90
# base/comm/internals/psi_zswapdata_a.F90
# base/comm/internals/psi_zswaptran_a.F90
# base/modules/psi_i_mod.F90
|
4 years ago |
Cirdans-Home
|
fbf23c3959
|
Added implementation in BJAC and test for ILU-type factorizations
|
4 years ago |
Salvatore Filippone
|
0acf10f0d8
|
OpenMP in base_mat and coo
|
4 years ago |
Salvatore Filippone
|
77730de80c
|
Put in OpenMP in CSR, first step.
|
4 years ago |
Salvatore Filippone
|
a1c2561de6
|
Cleanup unused variables.
|
4 years ago |
Salvatore Filippone
|
dc36db6083
|
Reformat assignment of entire component.
|
4 years ago |
Cirdans-Home
|
c0ccbe14f7
|
merge with unify_agg_build
|
5 years ago |
Salvatore Filippone
|
f28e3a9ea9
|
Further fixes for uninitialized vars
|
5 years ago |
Salvatore Filippone
|
eb934e2a45
|
Fix uninitialized INFO in cp/mv _from
|
5 years ago |
Cirdans-Home
|
166bd219ef
|
Corrected checkmat bugs in compare and get_nnz routines
|
5 years ago |
Cirdans-Home
|
5c34e3d853
|
Removed orphan implementation for scale plus identity
|
5 years ago |
Cirdans-Home
|
01f4f718de
|
Corrected implementation of scale plus identity for sparse matrices
|
5 years ago |
Cirdans-Home
|
1c23654328
|
Added functions to compare the entries of two matrices or every entry of matrix with a value
|
5 years ago |
Cirdans-Home
|
ca296fc0cf
|
Added missign @LX@ implementation of new sparse matrix sum routines
|
5 years ago |
Cirdans-Home
|
3b36c2196b
|
Added implementation of A = alpha A + beta B for sparse matrices
|
5 years ago |
Cirdans-Home
|
e108416719
|
Added function for scaled sparse matrix plus identity
|
5 years ago |
Salvatore Filippone
|
01ffca76d2
|
Change mat%print interface, and refactor.
|
5 years ago |
Salvatore Filippone
|
76d5c5f3ae
|
Fixes for cases where IPK==LPK
|
5 years ago |
Salvatore Filippone
|
936ef49e7d
|
Further changes for ambiguous interfaces when IPK==LPK
|
5 years ago |
Salvatore Filippone
|
487fa54f06
|
Define coo%ensure_size method
|
5 years ago |
Salvatore Filippone
|
e2653b1c60
|
New clip "in place" method
|
5 years ago |
Salvatore Filippone
|
cea69503a4
|
New method for cleaning entries with negative indices in COO.
|
5 years ago |
Salvatore Filippone
|
319d2831b7
|
New methods for LX%set_nrows with IPK/LPK
|
5 years ago |
Salvatore Filippone
|
634c2e0aa5
|
Implement clip_diag for LX
|
5 years ago |
Salvatore Filippone
|
22d76d1e48
|
Fix SYM handling at spmat level.
|
5 years ago |
Salvatore Filippone
|
239f25a913
|
Memory allocation for COO/CSC/CSR.
|
6 years ago |
Salvatore Filippone
|
9a6d9ac5c4
|
Aux space spspmm estimate was wrong, reverted.
|
6 years ago |
Salvatore Filippone
|
e5535835ec
|
Implement clean_zeros for CSC and CSR
|
6 years ago |
Salvatore Filippone
|
d3c6bfb5f1
|
In CSCNV we should call b%set_asb(), not b%asb()
|
6 years ago |
Salvatore Filippone
|
cd8ae65c85
|
Take out GTL arg from CSPUT.
|
6 years ago |
Salvatore Filippone
|
8d489f8ce2
|
Merged MixedI8 in new branch (to be later merged into development)
|
6 years ago |
Salvatore Filippone
|
4dc21ec7e2
|
Fix chksz in getblk.
|
6 years ago |
Salvatore Filippone
|
f2e247c8a8
|
Take out obsolete method impl.
|
6 years ago |
Salvatore Filippone
|
6c6d2c71ee
|
Optional argument in GETROW.
|
6 years ago |
Salvatore Filippone
|
42d5a85e25
|
Implement TRIL/TRIU for CSR.
|
7 years ago |
Salvatore Filippone
|
663fa5b8e5
|
Implement TRIL/TRIU with blocking.
|
7 years ago |