Skip to content

Commit 070640e

Browse files
authored
Merge pull request #9465 from abouteiller/bugfix/help-ft-mpi
2 parents 9474d6f + 4bb0ae0 commit 070640e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mca/topo/base/topo_base_comm_select.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ int mca_topo_base_comm_select(const ompi_communicator_t* comm,
242242
if(ompi_ftmpi_enabled) {
243243
/* check if module is tested for FT, warn if not. */
244244
const char* ft_whitelist="";
245-
opal_show_help("help-ft-mpi.txt", "module:untested:failundef", true,
245+
opal_show_help("help-mpi-ft.txt", "module:untested:failundef", true,
246246
best_component->topoc_version.mca_type_name,
247247
best_component->topoc_version.mca_component_name,
248248
ft_whitelist);

0 commit comments

Comments
 (0)