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

Fix submit wrapper variable definitions

parent fe4c99ce
No related branches found
No related tags found
No related merge requests found
...@@ -2,12 +2,12 @@ ...@@ -2,12 +2,12 @@
# schedule a policy run on gpfs # schedule a policy run on gpfs
$outdir=$1 outdir=$1
$policy=$2 policy=$2
$nodes=$3 nodes=$3
$cores=$4 cores=$4
$ram=$5 ram=$5
$partition=$6 partition=$6
DIR=$outdir POLICYFILE=$policy && \ DIR=$outdir POLICYFILE=$policy && \
DIR=$DIR POLICYFILE=$POLICYFILE \ DIR=$DIR POLICYFILE=$POLICYFILE \
......
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