Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
pegasus-isi
ACME-Workflow
Commits
cacd7245
Commit
cacd7245
authored
Feb 10, 2015
by
Juve, Gideon
Browse files
NERSC fixed their GRAM configuration so that count works for jobtype=single
parent
e689d1ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
daxgen.py
View file @
cacd7245
...
...
@@ -77,7 +77,7 @@ tr acme-run {
os "linux"
type "STAGEABLE"
profile pegasus "exitcode.successmsg" "SUCCESSFUL TERMINATION"
profile globus "
host
count" "%s"
profile globus "count" "%s"
profile globus "jobtype" "single"
}
}
...
...
@@ -88,7 +88,7 @@ tr acme-output {
arch "x86_64"
os "linux"
type "STAGEABLE"
profile globus "
host
count" "1"
profile globus "count" "1"
profile globus "jobtype" "single"
}
}
...
...
@@ -99,7 +99,7 @@ tr acme-amwg {
arch "x86_64"
os "linux"
type "STAGEABLE"
profile globus "
host
count" "0"
profile globus "count" "0"
profile globus "jobtype" "single"
profile pegasus "exitcode.successmsg" "NORMAL EXIT FROM SCRIPT"
profile pegasus "exitcode.failuremsg" "CONVERT NOT FOUND"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment