Skip to content
Snippets Groups Projects
Commit 6ff0ebfe authored by John-Paul Robinson's avatar John-Paul Robinson
Browse files

Feat: add time parameter to submit script

New eigth parameter for run time of job request.
parent 9a409a6a
No related branches found
No related tags found
No related merge requests found
......@@ -9,12 +9,14 @@ cores=$4
ram=$5
partition=$6
filesystem=${7:-scratch}
time=${8:-60}
DIR=$outdir POLICYFILE=$policy FILESYSTEM=${filesystem} && \
DIR=$DIR POLICYFILE=$POLICYFILE FILESYSTEM=${FILESYSTEM} \
sbatch \
-N $nodes \
-c $cores \
-t $time \
--mem-per-cpu=$ram \
-p $partition \
./run-mmpol.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment