1
1

cleanup nicely if we don't launch

This commit was SVN r12867.
Этот коммит содержится в:
Ralph Castain 2006-12-15 14:03:53 +00:00
родитель cbb660504c
Коммит 677d1260aa

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

@ -1143,8 +1143,8 @@ cleanup:
OBJ_RELEASE(map);
if (mca_pls_bproc_component.do_not_launch) {
/* abort the job */
exit(-1);
/* indicate that we failed to launch, but do so silently */
return ORTE_ERR_SILENT;
}
return rc;