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.
amg4psblas/amgprec
Stack-1 4031ffb7ba [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2
Adapt amg4psblas to the communication_v2 PSBLAS interfaces, which removed
the work argument from all vector routines (psb_*_vect, the base prec
apply_vect, map_U2V_v/map_V2U_v).

Remove work from the whole vector apply chain:
- prec apply2_vect/apply1_vect and the amg_*precaply2/1_vect implementations
  (dropped the local work_ buffer);
- mlprec_aply_vect and its inner recursive routines
  (inner_ml_aply, inner_add/mult/k_cycle, inneritkcycle);
- the smoother/solver *_apply_vect implementations and their interface
  declarations, dropping the now-dead aux/ww scratch buffers;
- AS smoother restr_v/prol_v (psb_halo/psb_ovrl on vectors);
- onelev map_rstr_v/map_prol_v (psb_map_U2V/V2U on vectors);
- poly_smoother_bld power-iteration apply_v calls.

Array routines keep work. mumps/slu/sludist/umf vector applies now pass a
zero-size local buffer to the underlying array apply (work optional there).
Regenerated for s/d/c/z; the library builds and the pdegen samples converge.
1 week ago
..
impl [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
CMakeLists.txt work on cpp part of amgprec. Still not working 1 year ago
Makefile Multiple changes to CBIND and configure 3 months ago
amg_ainv_mod.f90 Fix licensing text 3 months ago
amg_base_ainv_mod.F90 Fix licensing text 3 months ago
amg_base_prec_type.F90 Update VERSION 2 months ago
amg_c_ainv_solver.F90 Add cpymat optional argument to hierarchy_bld 3 months ago
amg_c_as_smoother.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_c_base_aggregator_mod.f90 Fix licensing text 3 months ago
amg_c_base_ainv_mod.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_c_base_smoother_mod.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_c_base_solver_mod.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_c_dec_aggregator_mod.f90 Fix licensing text 3 months ago
amg_c_diag_solver.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_c_gs_solver.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_c_id_solver.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_c_ilu_fact_mod.f90 Fix licensing text 3 months ago
amg_c_ilu_solver.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_c_inner_mod.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_c_invk_solver.f90 Add cpymat optional argument to hierarchy_bld 3 months ago
amg_c_invt_solver.f90 Add cpymat optional argument to hierarchy_bld 3 months ago
amg_c_jac_smoother.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_c_jac_solver.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_c_krm_solver.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_c_mumps_solver.F90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_c_onelev_mod.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_c_prec_mod.f90 Fix licensing text 3 months ago
amg_c_prec_type.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_c_slu_solver.F90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_c_sludist_solver.F90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_c_symdec_aggregator_mod.f90 Fix licensing text 3 months ago
amg_c_umf_solver.F90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_config.h.in Multiple changes to CBIND and configure 3 months ago
amg_d_ainv_solver.F90 Add cpymat optional argument to hierarchy_bld 3 months ago
amg_d_as_smoother.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_d_base_aggregator_mod.f90 Fix licensing text 3 months ago
amg_d_base_ainv_mod.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_d_base_smoother_mod.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_d_base_solver_mod.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_d_dec_aggregator_mod.f90 Fix licensing text 3 months ago
amg_d_diag_solver.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_d_gs_solver.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_d_id_solver.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_d_ilu_fact_mod.f90 Fix licensing text 3 months ago
amg_d_ilu_solver.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_d_inner_mod.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_d_invk_solver.f90 Add cpymat optional argument to hierarchy_bld 3 months ago
amg_d_invt_solver.f90 Add cpymat optional argument to hierarchy_bld 3 months ago
amg_d_jac_smoother.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_d_jac_solver.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_d_krm_solver.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_d_matchboxp_mod.F90 Fix licensing text 3 months ago
amg_d_mumps_solver.F90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_d_onelev_mod.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_d_parmatch_aggregator_mod.F90 Fix licensing text 3 months ago
amg_d_poly_coeff_mod.f90 Fix licensing text 3 months ago
amg_d_poly_smoother.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_d_prec_mod.f90 Fix licensing text 3 months ago
amg_d_prec_type.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_d_slu_solver.F90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_d_sludist_solver.F90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_d_symdec_aggregator_mod.f90 Fix licensing text 3 months ago
amg_d_umf_solver.F90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_prec_mod.f90 Fix licensing text 3 months ago
amg_prec_type.f90 Fix licensing text 3 months ago
amg_s_ainv_solver.F90 Add cpymat optional argument to hierarchy_bld 3 months ago
amg_s_as_smoother.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_s_base_aggregator_mod.f90 Fix licensing text 3 months ago
amg_s_base_ainv_mod.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_s_base_smoother_mod.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_s_base_solver_mod.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_s_dec_aggregator_mod.f90 Fix licensing text 3 months ago
amg_s_diag_solver.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_s_gs_solver.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_s_id_solver.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_s_ilu_fact_mod.f90 Fix licensing text 3 months ago
amg_s_ilu_solver.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_s_inner_mod.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_s_invk_solver.f90 Add cpymat optional argument to hierarchy_bld 3 months ago
amg_s_invt_solver.f90 Add cpymat optional argument to hierarchy_bld 3 months ago
amg_s_jac_smoother.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_s_jac_solver.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_s_krm_solver.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_s_matchboxp_mod.F90 Fix licensing text 3 months ago
amg_s_mumps_solver.F90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_s_onelev_mod.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_s_parmatch_aggregator_mod.F90 Fix licensing text 3 months ago
amg_s_poly_smoother.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_s_prec_mod.f90 Fix licensing text 3 months ago
amg_s_prec_type.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_s_slu_solver.F90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_s_sludist_solver.F90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_s_symdec_aggregator_mod.f90 Fix licensing text 3 months ago
amg_s_umf_solver.F90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_z_ainv_solver.F90 Add cpymat optional argument to hierarchy_bld 3 months ago
amg_z_as_smoother.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_z_base_aggregator_mod.f90 Fix licensing text 3 months ago
amg_z_base_ainv_mod.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_z_base_smoother_mod.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_z_base_solver_mod.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_z_dec_aggregator_mod.f90 Fix licensing text 3 months ago
amg_z_diag_solver.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_z_gs_solver.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_z_id_solver.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_z_ilu_fact_mod.f90 Fix licensing text 3 months ago
amg_z_ilu_solver.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_z_inner_mod.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_z_invk_solver.f90 Add cpymat optional argument to hierarchy_bld 3 months ago
amg_z_invt_solver.f90 Add cpymat optional argument to hierarchy_bld 3 months ago
amg_z_jac_smoother.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_z_jac_solver.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_z_krm_solver.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_z_mumps_solver.F90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_z_onelev_mod.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_z_prec_mod.f90 Fix licensing text 3 months ago
amg_z_prec_type.f90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_z_slu_solver.F90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_z_sludist_solver.F90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago
amg_z_symdec_aggregator_mod.f90 Fix licensing text 3 months ago
amg_z_umf_solver.F90 [UPDATE] Drop work= from the vector (_vect) apply chain for communication_v2 1 week ago