Skip to content

Commit 0601b3e

Browse files
authored
Merge pull request #6325 from aravindksg/fix_help_reference
mtl/ofi: Fix reference to help text object
2 parents e2c7224 + 9cabcfd commit 0601b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mca/mtl/ofi/mtl_ofi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1245,7 +1245,7 @@ static int ompi_mtl_ofi_init_contexts(struct mca_mtl_base_module_t *mtl,
12451245
if (!ompi_mtl_ofi.threshold_comm_context_id) {
12461246
ompi_mtl_ofi.threshold_comm_context_id = comm->c_contextid;
12471247

1248-
opal_show_help("help-mtl-ofi.txt", "SEP ctxt limit", true, ctxt_id,
1248+
opal_show_help("help-mtl-ofi.txt", "SEP thread grouping ctxt limit", true, ctxt_id,
12491249
ompi_process_info.nodename, __FILE__, __LINE__);
12501250
}
12511251

0 commit comments

Comments
 (0)