Commit Graph

  • 3aceaa31eb Implementation of preconditioned MINRES development minres Fabio Durastante 2026-06-08 15:31:00 +0200
  • 0c3f67ae35 Refactor rgmres step 2 kinsol-stop sfilippone 2026-06-08 15:29:00 +0200
  • 3c747f3c82 Define i_mmio_impl maint-3.9.0 sfilippone 2026-06-08 13:31:21 +0200
  • 2e40d962e2 New GMRES and MMIO_IMPL improved and templated sfilippone 2026-06-08 13:21:26 +0200
  • a424441677 Refactor RGMRES step 1. sfilippone 2026-06-08 12:32:47 +0200
  • 4a5acb014c Put mmio_impl into templates sfilippone 2026-06-05 16:33:25 +0200
  • d7cb05f371 Define unrolling at 64 for HLL sfilippone 2026-06-05 15:55:07 +0200
  • d99e759fd1 Change handling of stopping criterion, refactor GMRES sfilippone 2026-06-05 15:53:51 +0200
  • 6bd7c32b58 Locate mpi.mod for OpenMPI in CMake build communication_v2 Stack-1 2026-06-05 12:45:00 +0200
  • 784c3cc0b4 Drop stale work argument from psb_d_nest_spsm nested_matrix_type Stack-1 2026-06-05 12:45:00 +0200
  • 45e04024aa Locate mpi.mod for OpenMPI in CMake build test_dev Stack-1 2026-06-05 12:45:00 +0200
  • e45b1a04c4 Locate mpi.mod for OpenMPI in CMake build Stack-1 2026-06-05 12:45:00 +0200
  • b8d41569fd Add double-precision nested block-structured matrix/vector layer jalmerol 2026-05-25 18:15:07 +0200
  • 6b7115e7f0 Add CMake build/ directory to .gitignore Stack-1 2026-06-05 00:00:56 +0200
  • 164f393183 Add CMake build/ directory to .gitignore Stack-1 2026-06-05 00:00:56 +0200
  • fbf96f6f5d Fix CMake base source list for comm_schemes and psb_comm_mod Stack-1 2026-06-04 23:35:54 +0200
  • 027ca71a38 Fix CMake base source list for comm_schemes and psb_comm_mod Stack-1 2026-06-04 23:35:54 +0200
  • a0df004218 Merge branch 'communication_v2' into test_dev Stack-1 2026-06-04 22:42:45 +0200
  • f725ccdeeb Merge branch 'development' into communication_v2 Stack-1 2026-06-04 22:31:01 +0200
  • 2acfbe7e4a [FIX] Fixed threshold for spmm computational_routines test Stack-1 2026-06-04 21:21:08 +0200
  • e88e3d3008 [UPDATE] Added comm tests for all precisions and fixed spmm test in computational_routines Stack-1 2026-06-03 11:47:15 +0200
  • 4ec9c5cfd3 New stop criterion sfilippone 2026-05-29 15:01:34 +0200
  • 18a9ebbd8b Fixes for sundial interfacing to VECT and LINSOLVE (rgmres) sfilippone 2026-05-29 14:00:57 +0200
  • 2c65c50593 [ADD] Added single point of comm_scheme selection on descriptor Stack-1 2026-05-27 15:24:43 +0200
  • a988b33cd5 Intermediate step for debugging sfilippone 2026-05-27 14:40:17 +0200
  • 29248d366f [UPDATE] Refactor after template update for RMA routines Stack-1 2026-05-26 13:15:31 +0200
  • 4b8e4dd4a3 [UPDATE] Refactor after template update for RMA routines Stack-1 2026-05-26 12:11:49 +0200
  • bfd5b2a1be Define psb_@X@_linsolve_mod vectop-fix sfilippone 2026-05-22 16:30:50 +0200
  • 0bdb1c2d84 Fix vector MLT and DIV sfilippone 2026-05-22 16:30:33 +0200
  • eabdeda1af New stop criteria sfilippone 2026-05-22 14:56:12 +0200
  • fffc8dbc00 Merge branch 'maint-3.9.0' into merge-maint-par merge-maint-par sfilippone 2026-05-12 15:55:10 +0200
  • 9e1c7b775e Fix (de)allocate prec and SolverOptions sfilippone 2026-05-12 13:27:24 +0200
  • d231efe35a [FIX] Modified spmv test to check overlap Stack-1 2026-05-12 12:32:03 +0200
  • d7f64f7931
    Merge 286423cc08 into 014abc941c #39 Marco Feder 2026-05-11 17:02:15 +0800
  • ed138c8afd Fix matrix generation sfilippone 2026-05-05 16:58:17 +0200
  • 926409bf0e Fix matrix generation sfilippone 2026-05-05 16:49:42 +0200
  • 014abc941c Fix matrix generation sfilippone 2026-05-05 16:43:40 +0200
  • 6c9337c728 Fix sample matrix generators sfilippone 2026-05-05 15:55:03 +0200
  • 09308b5c7d various changes, including test matrix generators sfilippone 2026-05-05 15:49:13 +0200
  • c1ceda1598 Merge branch 'maint-3.9.0' of github.com:sfilippone/psblas3 into maint-3.9.0 sfilippone 2026-05-05 15:43:14 +0200
  • 914dd33e4a Maintenance fixes sfilippone 2026-05-05 15:42:29 +0200
  • 9ef5179ecc Test sfilippone 2026-05-05 12:35:03 +0200
  • 6d4ed9575a Channge naming scheme for C types sfilippone 2026-05-04 16:52:58 +0200
  • 9b95e14b2c recover seriall_cbind_impl sfilippone 2026-05-04 15:35:52 +0200
  • 263621b524 Change set_scal in base_vect_impl. Fix C includes sfilippone 2026-05-04 15:34:08 +0200
  • b29166c60a New templated H and C files in CBIND, take 1 sfilippone 2026-05-04 14:20:48 +0200
  • 5d7b10683a Refactor CBIND Salvatore Filippone 2026-05-03 19:13:34 +0200
  • 90b6a1637d Refactor cbind/base modules Salvatore Filippone 2026-05-03 17:17:28 +0200
  • dd6dd4cdfe Refactor vect_mod Salvatore Filippone 2026-05-03 11:14:23 +0200
  • 7ff4d251fd Merge branch 'maint-3.9.0' into merge-maint-par Salvatore Filippone 2026-05-03 09:11:29 +0200
  • 35ff98d1ab Fix set_scal usage Salvatore Filippone 2026-05-01 20:16:50 +0200
  • c38afa493b Fixes for PARFLOW interfacing Salvatore Filippone 2026-05-01 18:48:31 +0200
  • 741f0d360d Fixes for PARFLOW intefacing Salvatore Filippone 2026-05-01 18:48:05 +0200
  • 449d6abc98 Fixes for get/set entry and friends parflow sfilippone 2026-04-30 16:29:25 +0200
  • 19ce4a0942 Fix multivect assembly and comments in base_vect sfilippone 2026-04-29 14:06:35 +0200
  • 1cb7634d1f Fix GEMIN sfilippone 2026-04-29 14:06:23 +0200
  • 586cafae49 New PrintSolverOptions in CBIND sfilippone 2026-04-27 13:06:27 +0200
  • fb5ba59693 [ADD] Added RMA one sided communication schemes Stack-1 2026-04-24 15:10:06 +0200
  • 52ad95461d [UPDATE] Updated communicationtest to read also external matrices Stack-1 2026-04-23 14:43:23 +0200
  • be6f27069a [UPDATE] Modified tests to supèport GPU SpMV computing, Moreover dinstinct routine for persistant is now present in psi_dswpadata Stack-1 2026-04-21 14:56:47 +0200
  • 75d86864b0 [UPDATE] Minor changes to debug Stack-1 2026-04-19 17:56:39 +0200
  • fcae4a1633 [UPDATE] Transient version usefull for debug on local server Stack-1 2026-04-19 00:11:45 +0200
  • 3f83bc2918 Improve psb_exit handling of MPI communicators sfilippone 2026-04-16 14:58:05 +0200
  • 094c9b1197 Fix remap support remap-coarse sfilippone 2026-04-15 14:51:02 +0200
  • 19ffaaa915 Update dependencies for i2_vect_mod sfilippone 2026-04-15 09:06:56 +0200
  • 5ed9643fe6 [FIX] Fixed comm tests for single process, added guard on neighbor topology data exchange for single process run Stack-1 2026-04-14 21:13:20 +0200
  • 6ba327854e [UPDATE] Changes in CG test, added debug Stack-1 2026-04-13 22:23:31 +0200
  • 97299b8b3f Update VERSION file sfilippone 2026-04-10 13:37:10 +0200
  • 6b803fd759 [UPDATE] Updated buffer reuse in psb_dcg Stack-1 2026-04-09 14:54:14 +0200
  • 4e7d899fb6 Fix string parsing in cmake v3.9.0-1 sfilippone 2026-04-08 09:48:41 +0200
  • 70d43a9487 Fix string defaults parsing in cmake sfilippone 2026-04-08 09:47:14 +0200
  • 6cbc3f699f Wrong commit sfilippone 2026-04-07 16:47:33 +0200
  • 4d8628d99a License in spgpu sfilippone 2026-04-07 16:44:57 +0200
  • 783a0db592 Fix generation of psb_config.h with CMAKE sfilippone 2026-04-07 16:44:31 +0200
  • d0baf9e977 Fix generation of psb_config.h with CMAKE sfilippone 2026-04-07 16:23:00 +0200
  • 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 Stack-1 2026-04-03 16:02:34 +0200
  • 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 Stack-1 2026-04-02 20:28:33 +0200
  • 089969402d Merge branch 'development' of github.com:sfilippone/psblas3 into development Salvatore Filippone 2026-03-26 17:24:27 +0100
  • 039639b341 Fix bug in CMakeLists: now installs modules correctly Salvatore Filippone 2026-03-26 17:23:27 +0100
  • 116219b6fe Added support for CSC matrices in c interfaces Fabio Durastante 2026-03-26 16:00:36 +0100
  • eae1311c99 Improved dependencies. Salvatore Filippone 2026-03-26 15:47:02 +0100
  • 0a97ea2924 Fix makefile Salvatore Filippone 2026-03-26 15:22:23 +0100
  • bc9adfeb3e Fix CMakeLists Salvatore Filippone 2026-03-24 16:44:28 +0100
  • e717d2d228 Fix makefile dependencies Salvatore Filippone 2026-03-24 16:11:02 +0100
  • a223c7eaf3 Rebuild I2 supprot sfilippone 2026-03-24 15:42:12 +0100
  • 80c02af47a Fix CMakeLists i2 sfilippone 2026-03-24 11:31:13 +0100
  • d3c19706cd Fix dependencies in CMakeLists Salvatore Filippone 2026-03-24 10:33:03 +0100
  • a12223b383 Prepare i2 sfilippone 2026-03-24 09:52:00 +0100
  • 769c2f65bf Prepare i2 sfilippone 2026-03-24 09:51:10 +0100
  • eeeb450f0b Simplified build fix Salvatore Filippone 2026-03-24 09:22:08 +0100
  • e1ab2bddf6 Fix import and build dependencies sfilippone 2026-03-24 09:05:51 +0100
  • fe53862126 Fix build dependencies 1 sfilippone 2026-03-24 09:04:48 +0100
  • 2d388ce45e [FIX] Fixed compilation dependencies resulting in race condition when compiling using many threads. The problem was encountered usingg make -j30, now it compiles. Stack-1 2026-03-24 07:49:06 +0100
  • 02f1ef741c [] Stack-1 2026-03-23 11:00:35 +0100
  • 3e249d01ab Merge branch 'maint-3.9.0' of github.com:sfilippone/psblas3 into maint-3.9.0 v3.9.0-1-rc5 Salvatore Filippone 2026-03-21 09:22:26 +0100
  • ed4d5f2a58 Fix cmakelists for metis sfilippone 2026-03-20 16:08:48 +0100
  • 322b8a9538 Fix cmakelists sfilippone 2026-03-20 16:05:30 +0100
  • 55b063d452 Fix cmakelists sfilippone 2026-03-20 15:52:11 +0100
  • adbf7454aa Update cmakelists sfilippone 2026-03-20 15:44:30 +0100
  • 4bd601dab2 hot fix idx_t for metis other than real_t is now analyzed gnumlab 2026-03-20 15:36:11 +0100