Skip to content

Commit

Permalink
Fix non_overridable mpiwrap
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederick Stein authored and fstein93 committed Feb 6, 2023
1 parent a4dddda commit 4ed5e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mpiwrap/message_passing.F
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ MODULE message_passing
mp_allgather_z12, mp_allgather_z23, mp_allgather_z34, &
mp_allgather_z22

PROCEDURE, PRIVATE, PASS(comm) :: mp_allgatherv_iv, mp_allgatherv_lv, &
PROCEDURE, PRIVATE, PASS(comm), NON_OVERRIDABLE :: mp_allgatherv_iv, mp_allgatherv_lv, &
mp_allgatherv_rv, mp_allgatherv_dv, mp_allgatherv_cv, mp_allgatherv_zv, &
mp_allgatherv_im2, mp_allgatherv_lm2, mp_allgatherv_rm2, &
mp_allgatherv_dm2, mp_allgatherv_cm2, mp_allgatherv_zm2
Expand Down

0 comments on commit 4ed5e4c

Please sign in to comment.