Add submit pol wrapper
1 unresolved thread
1 unresolved thread
Compare changes
- Matthew K Defenderfer authored
add option to run any policy file so Ops is not restricted to only list-path-external and list-path-dirplus
+ 12
− 13
@@ -13,7 +13,6 @@ time="24:00:00"
@@ -13,7 +13,6 @@ time="24:00:00"
@@ -37,7 +36,7 @@ Wraps the run-mmpol.sh script for applying a policy file. Must be run directly
@@ -37,7 +36,7 @@ Wraps the run-mmpol.sh script for applying a policy file. Must be run directly
@@ -57,7 +56,7 @@ Path:
@@ -57,7 +56,7 @@ Path:
@@ -70,7 +69,7 @@ EOF
@@ -70,7 +69,7 @@ EOF
args=$(getopt -a -o ho:f:N:c:p:t:m: --long help,outdir:,outfile:,with-dirs,nodes:,cores:,partition:,time:,mem: -- "$@")
@@ -81,15 +80,15 @@ eval set -- ${args}
@@ -81,15 +80,15 @@ eval set -- ${args}