Skip to content
Snippets Groups Projects
Commit dfae8eb6 authored by Morris Jette's avatar Morris Jette
Browse files

srun debug fix

Fix for debugger setup bug introduced in commit
f1110568
parent 1fa8e69d
No related branches found
No related tags found
No related merge requests found
......@@ -276,7 +276,7 @@ static void _launch_app(srun_job_t *job, List srun_job_list, bool got_alloc)
job_iter = list_iterator_create(srun_job_list);
if (need_mpir) {
while ((job = (srun_job_t *) list_next(job_iter))) {
total_ntasks = job->ntasks;
total_ntasks += job->ntasks;
}
list_iterator_reset(job_iter);
mpir_init(total_ntasks);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment