Skip to content
Snippets Groups Projects
Commit 8a700219 authored by Juve, Gideon's avatar Juve, Gideon
Browse files

Run diagnostics on service node

parent 0faace15
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,6 @@ module load nco
# Chmod the templated script for this stage
chmod 755 $1
# Run the script on a compute node
aprun -n 1 ./$1
# Run the script on the service node
./$1 || true
......@@ -99,7 +99,7 @@ tr acme-amwg {
arch "x86_64"
os "linux"
type "STAGEABLE"
profile globus "hostcount" "1"
profile globus "hostcount" "0"
profile globus "jobtype" "single"
profile pegasus "exitcode.successmsg" "NORMAL EXIT FROM SCRIPT"
profile pegasus "exitcode.failuremsg" "CONVERT NOT FOUND"
......
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