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 @@
# schedule a policy run on gpfs
$outdir=$1
$policy=$2
$nodes=$3
$cores=$4
$ram=$5
$partition=$6
outdir=$1
policy=$2
nodes=$3
cores=$4
ram=$5
partition=$6
DIR=$outdir POLICYFILE=$policy && \
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