Skip to content

Commit 4bb0ae0

Browse files
committed
Fix wrong help file name for ULFM in topo
Signed-off-by: Aurelien Bouteiller <bouteill@icl.utk.edu>
1 parent 54f788d commit 4bb0ae0

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)