Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sds
ssg
Commits
9b716672
Commit
9b716672
authored
Jan 04, 2018
by
Philip Carns
Browse files
label emails static and dynamic
parent
d40fb755
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/perf-regression/theta/run-regression-static.sh
View file @
9b716672
...
...
@@ -164,7 +164,7 @@ echo "=== JOB DONE, COLLECTING AND SENDING RESULTS ==="
# gather output, strip out funny characters, mail
cat
$JOBID
.
*
>
combined.
$JOBID
.txt
dos2unix combined.
$JOBID
.txt
mailx
-s
"margo-p2p-latency (theta)"
sds-commits@lists.mcs.anl.gov < combined.
$JOBID
.txt
mailx
-s
"margo-p2p-latency (theta
static
)"
sds-commits@lists.mcs.anl.gov < combined.
$JOBID
.txt
cd
/tmp
echo
sandbox:
$SANDBOX
...
...
tests/perf-regression/theta/run-regression.sh
View file @
9b716672
...
...
@@ -159,7 +159,7 @@ echo "=== JOB DONE, COLLECTING AND SENDING RESULTS ==="
# gather output, strip out funny characters, mail
cat
$JOBID
.
*
>
combined.
$JOBID
.txt
dos2unix combined.
$JOBID
.txt
mailx
-s
"margo-p2p-latency (theta)"
sds-commits@lists.mcs.anl.gov < combined.
$JOBID
.txt
mailx
-s
"margo-p2p-latency (theta
dynamic
)"
sds-commits@lists.mcs.anl.gov < combined.
$JOBID
.txt
cd
/tmp
echo
sandbox:
$SANDBOX
...
...
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