File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ source $(dirname $0)/../libexec/environ.sh
88# constants ############################################################
99# slurm settings
1010SLURM_MEMORY=2000 # must be more than max heap size in $TIMELINE_JAVA_OPTS
11+ SLURM_DISK=32M
1112SLURM_TIME=10:00:00
1213SLURM_LOG=/farm_out/%u/%x-%A_%a
1314# #######################################################################
@@ -489,6 +490,7 @@ for key in ${jobkeys[@]}; do
489490#SBATCH --account=clas12
490491
491492#SBATCH --mem-per-cpu=$SLURM_MEMORY
493+ #SBATCH --gres=disk:$SLURM_DISK
492494#SBATCH --time=$SLURM_TIME
493495
494496#SBATCH --array=1-$( cat $joblist | wc -l)
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ source $(dirname $0)/../libexec/environ.sh
66# constants ############################################################
77# slurm settings
88SLURM_MEMORY=2000 # must be more than max heap size `java` calls
9+ SLURM_DISK=32M
910SLURM_TIME=12:00:00
1011SLURM_LOG=/farm_out/%u/%x-%A_%a
1112# reheating methods: name -> description
@@ -189,6 +190,7 @@ cat > $slurmScript << EOF
189190#SBATCH --partition=production
190191#SBATCH --account=clas12
191192#SBATCH --mem-per-cpu=$SLURM_MEMORY
193+ #SBATCH --gres=disk:$SLURM_DISK
192194#SBATCH --time=$SLURM_TIME
193195#SBATCH --array=1-$( cat $jobList | wc -l)
194196#SBATCH --ntasks=1
You can’t perform that action at this time.
0 commit comments