1
1
This commit was SVN r26079.
Этот коммит содержится в:
Ralph Castain 2012-03-02 09:58:09 +00:00
родитель 3e70cad203
Коммит ceb34ed0c9

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

@ -271,7 +271,7 @@ static int plm_lsf_launch_job(orte_job_t *jdata)
cur_prefix = NULL;
for (i=0; i < jdata->apps->size; i++) {
char *app_prefix_dir;
if (NULL == (app = (orte_app_context_t*)opal_pointer_array_get_item(jdata->apps, n))) {
if (NULL == (app = (orte_app_context_t*)opal_pointer_array_get_item(jdata->apps, i))) {
continue;
}
app_prefix_dir = app->prefix_dir;