Skip to content
Snippets Groups Projects
Commit d9927bae authored by Danny Auble's avatar Danny Auble
Browse files

update for mpi_lam so it allows multiple runs on a overcommitted node.

parent 1b9cd12c
No related branches found
No related tags found
No related merge requests found
...@@ -80,7 +80,7 @@ int mpi_p_thr_create(srun_job_t *job) ...@@ -80,7 +80,7 @@ int mpi_p_thr_create(srun_job_t *job)
int mpi_p_single_task() int mpi_p_single_task()
{ {
return true; return false;
} }
int mpi_p_exit() int mpi_p_exit()
......
...@@ -138,7 +138,7 @@ launch(void *arg) ...@@ -138,7 +138,7 @@ launch(void *arg)
r->task_flags |= TASK_PARALLEL_DEBUG; r->task_flags |= TASK_PARALLEL_DEBUG;
/* Node specific message contents */ /* Node specific message contents */
if (slurm_mpi_single_task_per_node ()) if (slurm_mpi_single_task_per_node ())
r->tasks_to_launch = 1; r->tasks_to_launch = 1;
else else
r->tasks_to_launch = job->ntask[i]; r->tasks_to_launch = job->ntask[i];
......
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