1
1

Ensure that orte-submit picks the correct ess module as it is -never- allowed to be used as a distributed tool

Thanks to Mark Santcroos for diagnosing this one.
Этот коммит содержится в:
Ralph Castain 2015-03-30 18:08:34 -07:00
родитель bc016617a0
Коммит 2fa56fb329

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

@ -452,6 +452,10 @@ int main(int argc, char *argv[])
/* flag that I am a TOOL */
orte_process_info.proc_type = ORTE_PROC_TOOL;
/* we are never allowed to operate as a distributed tool,
* so insist on the ess/tool component */
putenv("OMPI_MCA_ess=tool");
if (myglobals.debug) {
orte_devel_level_output = true;
}