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.
Этот коммит содержится в:
родитель
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;
|
||||
}
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user