Ensure that the call to orte_routed is properly protected at compile time when RTE support is disabled
This commit was SVN r18681.
Этот коммит содержится в:
родитель
e4172a3c44
Коммит
265b4de5de
@ -303,15 +303,15 @@ int ompi_mpi_init(int argc, char **argv, int requested, int *provided)
|
|||||||
}
|
}
|
||||||
orte_setup = true;
|
orte_setup = true;
|
||||||
|
|
||||||
if (!ORTE_DISABLE_FULL_SUPPORT) {
|
#if !ORTE_DISABLE_FULL_SUPPORT
|
||||||
/* warmup the OOB routes. Do this here because
|
/* warmup the OOB routes. Do this here because
|
||||||
it will go much faster before the event library is switched
|
it will go much faster before the event library is switched
|
||||||
into non-blocking mode */
|
into non-blocking mode */
|
||||||
if (OMPI_SUCCESS != (ret = orte_routed.warmup_routes())) {
|
if (OMPI_SUCCESS != (ret = orte_routed.warmup_routes())) {
|
||||||
error = "orte_routed_warmup_routes() failed";
|
error = "orte_routed_warmup_routes() failed";
|
||||||
goto error;
|
goto error;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
/* check for timing request - get stop time and report elapsed time if so */
|
/* check for timing request - get stop time and report elapsed time if so */
|
||||||
if (timing && 0 == ORTE_PROC_MY_NAME->vpid) {
|
if (timing && 0 == ORTE_PROC_MY_NAME->vpid) {
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user