Re: [OMPI users] Open MPI and SLURM_CPUS_PER_TASK
n is in line with your suggestion. I > believe we didn't change it because nobody seemed to care very much, but I > have no objection to including it in the next release. > > Thanks > ralph > > On Nov 28, 2011, at 3:50 AM, Igor Geier wrote: > > > Dear all, &g
[OMPI users] Open MPI and SLURM_CPUS_PER_TASK
lots_max = 0; -node->slots = slots[i] / cpus_per_task; +/* Don't divide by cpus_per_task */ +node->slots = slots[i]; opal_list_append(nodelist, &node->super); } free(slots); Are there situations where this might n