modify job_fits_into_cores() and add_job_to_cores() in src/common/job_resources.c
to eliminate the need for a cpu_rep_count argument and only require a single array of CPU counts per node. Modify src/slurmctld/gang.c to eliminate the extra array for simplicity, especially if we want to change CPU count per node on the fly.
Please register or sign in to comment