Commit Graph

3247 Commits (d231efe35ab4c137e424bbb4a082e7004760b11f)
 

Author SHA1 Message Date
Stack-1 d231efe35a [FIX] Modified spmv test to check overlap 3 days ago
Stack-1 fb5ba59693 [ADD] Added RMA one sided communication schemes 3 weeks ago
Stack-1 52ad95461d [UPDATE] Updated communicationtest to read also external matrices 3 weeks ago
Stack-1 be6f27069a [UPDATE] Modified tests to supèport GPU SpMV computing, Moreover dinstinct routine for persistant is now present in psi_dswpadata 3 weeks ago
Stack-1 75d86864b0 [UPDATE] Minor changes to debug 4 weeks ago
Stack-1 fcae4a1633 [UPDATE] Transient version usefull for debug on local server 4 weeks ago
Stack-1 5ed9643fe6 [FIX] Fixed comm tests for single process, added guard on neighbor topology data exchange for single process run 1 month ago
Stack-1 6ba327854e [UPDATE] Changes in CG test, added debug 1 month ago
Stack-1 6b803fd759 [UPDATE] Updated buffer reuse in psb_dcg 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 1 month ago
Stack-1 09a5a74d75 [ADD] Added polymorphic comm_handle data excahnge for non-blocking and persistant neighbor communication. Check test/comm/ to see how it's used. For now works only for d types 1 month ago
Stack-1 02f1ef741c [] 2 months ago
Stack-1 461a6a325f [UPDATE] Removed work/aux buffer from vector routines that use psb_x_vect_type encapsulation for data exchange 2 months ago
Stack-1 dc61cbb0a2 [UPDATE] Mid commit to fix dist_graph_create 2 months ago
federicamontes 476167577f aligned single precision -- psi_dswapdata and psi_sswapdata, removed _vidx_vect functions 2 months ago
Stack-1 e7e8a69373 [FIX] Fixed compilation for psi_dswapdata routine 2 months ago
federicamontes 4ee8b847e0 feature(neighbor a2av communication single precision)
added support for neighbor a2av in single precision for vect and multivect
2 months ago
federicamontes 6c4f3e9f29 feature(communication neighbor a2av)
refactored psi_dswapdata:
- added module support for psi_dswapdata_vect
- added communicator get in psi_dswapdata_vect

- refactored psi_dswapdata_vect as a wrapper that calls either baseline comm (Isend/Irecv) or neighbor a2av
- added private routines (without keyworkd module) for baseline communication and neighbor a2av communication

- added same support for multivectors

TODO: delete work as parameter from psi_dswapdata_vect (?)
2 months ago
federicamontes 5c87c78e69 feature(communication neigbor a2av)
refactored psi_d_comm_v_mod:
- added comments
2 months ago
sfilippone 7151c728db Final fixes 2 months ago
sfilippone 724345ab27 Rework use of icomm in halo and friends, add submodules 2 months ago
sfilippone bdee97e991 Fix use of MPI communicator 2 months ago
sfilippone e8c5c0b8b0 Add clear argument to reinit method in vectors. 2 months ago
sfilippone e2ddc08aea Merge branch 'development' of github.com:sfilippone/psblas3 into development 2 months ago
sfilippone 9c3084985a Cosmetic change in desc_const_mod 2 months ago
Salvatore Filippone b957c1acf8
Merge pull request #33 from fdrmrc/fix_C_linking
Fix undefined references in C interface
2 months ago
Salvatore Filippone 97969e2a15
Merge pull request #34 from tamiko/cmake_fix_filename
Fix file name in cbind/CMakeLists.txt
2 months ago
Matthias Maier 1f8235b7d0 fix file name in cbind/CMakeLists.txt 2 months ago
Marco Feder ac7b8c2f61 Fix undefined references to extended sparse matrix format with C interface 2 months ago
Salvatore Filippone 3d92668973 Change name of desc%get_list into desc%get_list_p 3 months ago
Salvatore Filippone 174a8fc542 Fix use of psb_ext_mod from cbind 3 months ago
sfilippone 67721b8914 Define check_addr 4 months ago
sfilippone 96ab382ce8 Fix vect_clone and define check_addr 4 months ago
sfilippone 897d466013 Define DESC%check_addr for debugging 4 months ago
Fabio Durastante 42925ae5ae Fixed names of constant and order of arguments in asb routines 4 months ago
sfilippone 3965c3a526 Modified psb_config and machinery for better C interfacing 4 months ago
sfilippone fd58bb581e Improve dependencies in main makefile 4 months ago
sfilippone af0e907bb6 Make sure to link psb_ext together with psb_cuda 4 months ago
sfilippone fe7a4174e0 Fix build for CBIND 4 months ago
Salvatore Filippone aa9bae36bc Fix cbind build with CMake 4 months ago
Salvatore Filippone 78c33d3631 Fix tools_cbind 4 months ago
Salvatore Filippone 3b2630911b Fix dependency on CBIND penv 4 months ago
sfilippone 48070b2cea Further fixes for string_c2f 4 months ago
sfilippone d7b22f0538 Fix string_c2f 4 months ago
Fabio Durastante c586e53799 Added C functions for making available GPU support from the C interface 4 months ago
sfilippone ac5512974b Fix vector allocation etc. 4 months ago
sfilippone 3337a12e59 Fix multivect handling 4 months ago
sfilippone 82d7f0fe7e Bump patchlevel 4 months ago
sfilippone 9552bda6de Merge branch 'fix-build' into development 4 months ago
sfilippone 3983255f9f Further cuda makefile fix 4 months ago