Commit Graph

152 Commits (164f393183325d20fc2e07c616f833c64b123e83)

Author SHA1 Message Date
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
11 hours ago
Stack-1 2c65c50593 [ADD] Added single point of comm_scheme selection on descriptor 1 week ago
Stack-1 4b8e4dd4a3 [UPDATE] Refactor after template update for RMA routines 1 week ago
Stack-1 d231efe35a [FIX] Modified spmv test to check overlap 3 weeks ago
sfilippone 1cb7634d1f Fix GEMIN 1 month 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 2 months ago
Stack-1 461a6a325f [UPDATE] Removed work/aux buffer from vector routines that use psb_x_vect_type encapsulation for data exchange 3 months ago
sfilippone d2fba9e952 Fix licensing text 3 months ago
Stack-1 dc61cbb0a2 [UPDATE] Mid commit to fix dist_graph_create 3 months ago
sfilippone 07fa2323eb Fixes for IPK8 1 year ago
Salvatore Filippone 52cec1761c Switch off detailed timings 1 year ago
sfilippone ea6c4181f7 Changed all defines with prefix PSB_ 1 year ago
sfilippone 6772315d4d Fix use of psi_Xaxpby 1 year ago
sfilippone a527493258 Fix mat_get_nnz to return correct value 1 year ago
sfilippone 269477435b Fix usage of serial AXPBY 1 year ago
sfilippone 4461b44eda Change name abgdxyz into upd_xyz 2 years ago
Salvatore Filippone 9ced67634d Fix KIND for NR in axpby 2 years ago
Salvatore Filippone 3121c43582 Silly bug in abgdxyz implementation 2 years ago
Salvatore Filippone 5c3d5f0235 Silly bug in abgdxyz implementation 2 years ago
Salvatore Filippone 29669b56a2 Implementation of psb_abgdxyz 2 years ago
sfilippone 3aa3c795e9 Refactor assembly and cnv 2 years ago
sfilippone 49e99a3e82 Fix conversion and product to enable overlap with GPU 2 years ago
sfilippone e9d1238b43 Add detailed measurements. 2 years ago
sfilippone ae7fad95d4 Merge branch 'development' into non-diag 3 years ago
sfilippone a2788bdf0b New version with ND product 3 years ago
sfilippone 98945f36b5 Fix nrm2 with overlap 3 years ago
Salvatore Filippone 86b8a261ef Fixed conversion bug, changed SPASB interface 3 years ago
Salvatore Filippone 00cc83cde8 First version of AD/AND with memory duplication 3 years ago
Salvatore Filippone bcc85e47fd Fix Makefiles for parallel make 4 years ago
Salvatore Filippone 1c98111fd9 More interface mismatch fixes 5 years ago
Salvatore Filippone 82c2e6374b Fix error handling 5 years ago
Cirdans-Home 9a2ea73d81 psb_dnrm2_weight working also for GPUs 5 years ago
Cirdans-Home 4674de97cf Corrected call to use mpi 6 years ago
Salvatore Filippone 6a6f6ad2c2 Change name of ICTXT to CTXT 6 years ago
Salvatore Filippone b376d226cb Fixed declaration and use of CONTEXT with new type. 6 years ago
Cirdans-Home 166bd219ef Corrected checkmat bugs in compare and get_nnz routines 6 years ago
Cirdans-Home 9e347fae90 Removed orphan subroutines for matrix info 6 years ago
Cirdans-Home 1c23654328 Added functions to compare the entries of two matrices or every entry of matrix with a value 6 years ago
Cirdans-Home 814e09f5db Added interface (and C interface) to is_bld() for sparse matrices 6 years ago
Cirdans-Home d92b6c02cf Added interface (and C interface) to is_asb() for sparse matrices 6 years ago
Cirdans-Home c4cf78e7b8 Added interface (and C interface) to is_upd() for sparse matrices 6 years ago
Cirdans-Home a6db1b566c Added Interface (and C Interface) for nnz of a sparse matrix 6 years ago
Cirdans-Home 5504e34161 Removed the out-interface for vector scaling 6 years ago
Cirdans-Home ea6ad3a85f Corrected bug in out-of-place axpby 6 years ago
Cirdans-Home 44f05510bc Added out-of-place axpby and relative c interface 6 years ago
Cirdans-Home 8bf0ff673b Added psb_minquotient function with C interface 6 years ago
Cirdans-Home fd89f2f1bf Added psb_gescal subroutine to entrywise scale distributed vector with C interface 6 years ago
Cirdans-Home ea9c469159 Added psb_geaddconst subroutine to add constant value to vector with C-interfaces 6 years ago
Cirdans-Home 439246e643 Added out-of-place entrywise division with C interfaces 6 years ago
Cirdans-Home 22e7df48da Added out-of-place psb_mlt subroutine interface 6 years ago