Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
pegasus-isi
ACME-Workflow
Commits
8e571f2c
Commit
8e571f2c
authored
Jan 28, 2015
by
Juve, Gideon
Browse files
Rename acme-archive to acme-output
parent
fdfbb72e
Changes
2
Hide whitespace changes
Inline
Side-by-side
bin/acme-
archive
.sh
→
bin/acme-
output
.sh
View file @
8e571f2c
File moved
daxgen.py
View file @
8e571f2c
...
...
@@ -71,18 +71,18 @@ tr acme-run {
os "linux"
type "STAGEABLE"
profile pegasus "exitcode.successmsg" "SUCCESSFUL TERMINATION"
profile globus "count" "%s"
profile globus "
host
count" "%s"
profile globus "jobtype" "single"
}
}
tr acme-
archive
{
tr acme-
output
{
site local {
pfn "file://%s/bin/acme-
archive
.sh"
pfn "file://%s/bin/acme-
output
.sh"
arch "x86_64"
os "linux"
type "STAGEABLE"
profile globus "count" "1"
profile globus "
host
count" "1"
profile globus "jobtype" "single"
}
}
...
...
@@ -110,7 +110,7 @@ tr acme-archive {
output
=
File
(
"%s.stage%s.tar.gz"
%
(
self
.
casename
,
i
))
archive
=
Job
(
name
=
"acme-
archive
"
)
archive
=
Job
(
name
=
"acme-
output
"
)
archive
.
addArguments
(
"-stage %s"
%
i
)
archive
.
uses
(
output
,
link
=
Link
.
OUTPUT
,
register
=
False
,
transfer
=
True
)
archive
.
addProfile
(
Profile
(
namespace
=
"globus"
,
key
=
"maxwalltime"
,
value
=
"30"
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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