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/impl
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
..
CMakeLists.txt Implementation of preconditioned MINRES 4 days ago
Makefile Implementation of preconditioned MINRES 4 days ago
psb_cbicg.f90 Merge origin/development into communication_v2 1 day ago
psb_ccg.F90 Merge origin/development into communication_v2 1 day ago
psb_ccgs.f90 Merge origin/development into communication_v2 1 day ago
psb_ccgstab.f90 Merge origin/development into communication_v2 1 day ago
psb_ccgstabl.f90 Merge origin/development into communication_v2 1 day ago
psb_cfcg.F90 Merge origin/development into communication_v2 1 day ago
psb_cgcr.f90 Merge origin/development into communication_v2 1 day ago
psb_ckrylov.f90 Implementation of preconditioned MINRES 4 days ago
psb_cminres.f90 [FIX] Drop work= from MINRES vector calls after the development merge 1 day ago
psb_crgmres.f90 Merge origin/development into communication_v2 1 day ago
psb_crichardson.f90 [UPDATE] Refactor after template update for RMA routines 3 weeks ago
psb_dbicg.f90 Merge origin/development into communication_v2 1 day ago
psb_dcg.F90 Merge origin/development into communication_v2 1 day ago
psb_dcgs.f90 Merge origin/development into communication_v2 1 day ago
psb_dcgstab.f90 Merge origin/development into communication_v2 1 day ago
psb_dcgstabl.f90 Merge origin/development into communication_v2 1 day ago
psb_dfcg.F90 Merge origin/development into communication_v2 1 day ago
psb_dgcr.f90 Merge origin/development into communication_v2 1 day ago
psb_dkrylov.f90 Implementation of preconditioned MINRES 4 days ago
psb_dminres.f90 [FIX] Drop work= from MINRES vector calls after the development merge 1 day ago
psb_drgmres.f90 Merge origin/development into communication_v2 1 day ago
psb_drichardson.f90 [UPDATE] Refactor after template update for RMA routines 3 weeks ago
psb_sbicg.f90 Merge origin/development into communication_v2 1 day ago
psb_scg.F90 Merge origin/development into communication_v2 1 day ago
psb_scgs.f90 Merge origin/development into communication_v2 1 day ago
psb_scgstab.f90 Merge origin/development into communication_v2 1 day ago
psb_scgstabl.f90 Merge origin/development into communication_v2 1 day ago
psb_sfcg.F90 Merge origin/development into communication_v2 1 day ago
psb_sgcr.f90 Merge origin/development into communication_v2 1 day ago
psb_skrylov.f90 Implementation of preconditioned MINRES 4 days ago
psb_sminres.f90 [FIX] Drop work= from MINRES vector calls after the development merge 1 day ago
psb_srgmres.f90 Merge origin/development into communication_v2 1 day ago
psb_srichardson.f90 [UPDATE] Refactor after template update for RMA routines 3 weeks ago
psb_zbicg.f90 Merge origin/development into communication_v2 1 day ago
psb_zcg.F90 Merge origin/development into communication_v2 1 day ago
psb_zcgs.f90 Merge origin/development into communication_v2 1 day ago
psb_zcgstab.f90 Merge origin/development into communication_v2 1 day ago
psb_zcgstabl.f90 Merge origin/development into communication_v2 1 day ago
psb_zfcg.F90 Merge origin/development into communication_v2 1 day ago
psb_zgcr.f90 Merge origin/development into communication_v2 1 day ago
psb_zkrylov.f90 Implementation of preconditioned MINRES 4 days ago
psb_zminres.f90 [FIX] Drop work= from MINRES vector calls after the development merge 1 day ago
psb_zrgmres.f90 Merge origin/development into communication_v2 1 day ago
psb_zrichardson.f90 [UPDATE] Refactor after template update for RMA routines 3 weeks ago