Modify srun and salloc so that after creating a resource allocation, they
wait for all allocated nodes to power up before proceeding. Salloc will log the delay with the messages "Waiting for nodes to boot" and "Nodes are ready for use". Srun will generate the same messages only if the --verbose option is used.
Showing
- NEWS 5 additions, 0 deletionsNEWS
- doc/html/power_save.shtml 17 additions, 12 deletionsdoc/html/power_save.shtml
- src/api/job_info.c 2 additions, 2 deletionssrc/api/job_info.c
- src/common/slurm_protocol_api.c 17 additions, 0 deletionssrc/common/slurm_protocol_api.c
- src/common/slurm_protocol_api.h 5 additions, 0 deletionssrc/common/slurm_protocol_api.h
- src/plugins/select/cons_res/select_cons_res.c 18 additions, 1 deletionsrc/plugins/select/cons_res/select_cons_res.c
- src/plugins/select/linear/select_linear.c 17 additions, 3 deletionssrc/plugins/select/linear/select_linear.c
- src/salloc/salloc.c 67 additions, 4 deletionssrc/salloc/salloc.c
- src/slurmctld/job_mgr.c 5 additions, 8 deletionssrc/slurmctld/job_mgr.c
- src/srun/allocate.c 68 additions, 5 deletionssrc/srun/allocate.c
Loading
Please register or sign in to comment