You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
psblas3/linsolve
Stack-1 026b1953c2 [FIX] Drop work= from MINRES vector calls after the development merge
The MINRES implementation merged from development calls the vector psb_spmm
and prec%apply with work=aux, but communication_v2 removed the work argument
from the vector interfaces.  Remove work=aux from psb_{c,d,s,z}minres so the
vector solvers match the communication_v2 interface; the library now builds.
1 day ago
..
impl [FIX] Drop work= from MINRES vector calls after the development merge 1 day ago
CMakeLists.txt Add cmake building for base, cbind, ext, linsolve, prec, util 2 years ago
Makefile Final (hopefully) version of Makefile dependencies 7 months ago
psb_base_linsolve_conv_mod.f90 Change handling of stopping criterion, refactor GMRES 1 week ago
psb_c_linsolve_conv_mod.f90 [UPDATE] Refactor after template update for RMA routines 2 weeks ago
psb_d_linsolve_conv_mod.f90 [UPDATE] Refactor after template update for RMA routines 2 weeks ago
psb_linsolve_conv_mod.f90 Fix licensing text 3 months ago
psb_linsolve_mod.f90 Fix licensing text 3 months ago
psb_s_linsolve_conv_mod.f90 [UPDATE] Refactor after template update for RMA routines 2 weeks ago
psb_z_linsolve_conv_mod.f90 [UPDATE] Refactor after template update for RMA routines 2 weeks ago