In salloc, sbatch, and srun replace --task-mem options with --mem-per-cpu
(--task-mem will continue to be accepted for now, but is not documented). Replace DefMemPerTask and MaxMemPerTask with DefMemPerCPU, DefMemPerNode, MaxMemPerCPU and MaxMemPerNode in slurm.conf. Allocate a job's memory memory at the same time that processors are allocated based upon the --mem or --mem-per-cpu option rather than when job steps are initiated.
Showing
- NEWS 6 additions, 0 deletionsNEWS
- doc/html/configurator.html.in 2 additions, 2 deletionsdoc/html/configurator.html.in
- doc/html/cons_res.shtml 109 additions, 111 deletionsdoc/html/cons_res.shtml
- doc/html/cons_res_share.shtml 21 additions, 14 deletionsdoc/html/cons_res_share.shtml
- doc/html/gang_scheduling.shtml 395 additions, 356 deletionsdoc/html/gang_scheduling.shtml
- doc/html/preempt.shtml 8 additions, 5 deletionsdoc/html/preempt.shtml
- doc/man/man1/salloc.1 20 additions, 14 deletionsdoc/man/man1/salloc.1
- doc/man/man1/sbatch.1 20 additions, 13 deletionsdoc/man/man1/sbatch.1
- doc/man/man1/srun.1 20 additions, 15 deletionsdoc/man/man1/srun.1
- doc/man/man5/slurm.conf.5 39 additions, 7 deletionsdoc/man/man5/slurm.conf.5
- slurm/slurm.h.in 4 additions, 1 deletionslurm/slurm.h.in
- src/api/config_info.c 14 additions, 6 deletionssrc/api/config_info.c
- src/api/init_msg.c 73 additions, 75 deletionssrc/api/init_msg.c
- src/api/job_info.c 7 additions, 2 deletionssrc/api/job_info.c
- src/api/step_ctx.c 8 additions, 6 deletionssrc/api/step_ctx.c
- src/common/read_config.c 17 additions, 7 deletionssrc/common/read_config.c
- src/common/read_config.h 2 additions, 2 deletionssrc/common/read_config.h
- src/plugins/select/cons_res/select_cons_res.c 34 additions, 5 deletionssrc/plugins/select/cons_res/select_cons_res.c
- src/plugins/select/linear/select_linear.c 92 additions, 27 deletionssrc/plugins/select/linear/select_linear.c
- src/salloc/opt.c 18 additions, 21 deletionssrc/salloc/opt.c
Loading
Please register or sign in to comment