1
1

mtl/ofi: Fix reference to help text object

When we exceed the threshold number of contexts created, print appropriate help
text

Signed-off-by: Aravind Gopalakrishnan <Aravind.Gopalakrishnan@intel.com>
Этот коммит содержится в:
Aravind Gopalakrishnan 2019-01-29 15:10:06 -08:00
родитель ea40d48899
Коммит 9cabcfdbba

Просмотреть файл

@ -1245,7 +1245,7 @@ static int ompi_mtl_ofi_init_contexts(struct mca_mtl_base_module_t *mtl,
if (!ompi_mtl_ofi.threshold_comm_context_id) {
ompi_mtl_ofi.threshold_comm_context_id = comm->c_contextid;
opal_show_help("help-mtl-ofi.txt", "SEP ctxt limit", true, ctxt_id,
opal_show_help("help-mtl-ofi.txt", "SEP thread grouping ctxt limit", true, ctxt_id,
ompi_process_info.nodename, __FILE__, __LINE__);
}