Skip to content

Commit

Permalink
CH4/OFI: Fix typo in debug output
Browse files Browse the repository at this point in the history
Signed-off-by: Ken Raffenetti <raffenet@mcs.anl.gov>
  • Loading branch information
wesbland authored and raffenet committed Jan 18, 2017
1 parent 722858f commit 3361f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mpid/ch4/netmod/ofi/ofi_init.h
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ static inline int MPIDI_NM_mpi_init_hook(int rank,
prov = prov_use->next;
continue;
} else if (MPIDI_OFI_ENABLE_RMA && 0ULL == (prov_use->caps & (FI_RMA | FI_ATOMICS))) {
MPL_DBG_MSG_FMT(MPIDI_CH4_DBG_GENERAL,VERBOSE,(MPL_DBG_FDEST, "Providerdoesn't support RMA"));
MPL_DBG_MSG_FMT(MPIDI_CH4_DBG_GENERAL,VERBOSE,(MPL_DBG_FDEST, "Provider doesn't support RMA"));
prov = prov_use->next;
continue;

Expand Down

0 comments on commit 3361f1a

Please sign in to comment.