We need to add the following three lines to our job scripts for pre-operational testing using Hercules-2:
#SBATCH --partition=hercules-2
#SBATCH --reservation=hercules_exp
#SBATCH --qos=windfall
I modified hercules.yaml and added one more line, RESERVATION: ""**, to config_default.yaml. The first and third lines were successfully updated, but the second line, #SBATCH --reservation=hercules_exp, has not been included in the job scripts as expected.
We need to add the following three lines to our job scripts for pre-operational testing using Hercules-2:
#SBATCH --partition=hercules-2
#SBATCH --reservation=hercules_exp
#SBATCH --qos=windfall
I modified hercules.yaml and added one more line, RESERVATION: ""**, to config_default.yaml. The first and third lines were successfully updated, but the second line, #SBATCH --reservation=hercules_exp, has not been included in the job scripts as expected.