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
c5d80da9
Commit
c5d80da9
authored
Mar 07, 2016
by
Mayer, Benjamin W
Browse files
updates for cime
parent
b3021a4d
Changes
2
Hide whitespace changes
Inline
Side-by-side
bin/acme-output.sh
View file @
c5d80da9
...
...
@@ -51,7 +51,7 @@ STAGEDIR=$DIR/${CASENAME}-stage${STAGE}
mkdir
$STAGEDIR
# Get the full path to the run directory
RUNDIR
=
$(
cd
$CASEROOT
&&
./xmlquery RUNDIR
-valonly
-silent
)
RUNDIR
=
$(
cd
$CASEROOT
&&
./xmlquery RUNDIR
-valonly
)
RUNDIR
=
$(
cd
$RUNDIR
&&
pwd
)
# Touch this file here so that it will always exist, even if it is empty
...
...
bin/acme-run.sh
View file @
c5d80da9
...
...
@@ -99,7 +99,7 @@ cd $CASENAME
# This script often returns non-zero, so we need to mask the failure
# We use exitcode.successmessage to detect failures
/bin/
csh
./
$CASENAME
.run
||
true
/usr
/bin/
perl
./
$CASENAME
.run
||
true
exit
0
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