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
sds-tests
Commits
69f5c37e
Commit
69f5c37e
authored
Jan 02, 2020
by
Philip Carns
Browse files
re-enable mobject on theta regression
parent
d5d06f9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
perf-regression/theta/run-regression.sh
View file @
69f5c37e
...
...
@@ -58,10 +58,8 @@ spack repo list
# clean out any stray packages from previous runs, just in case
spack uninstall
-R
-y
argobots mercury libfabric
||
true
# ior acts as our "apex" package here, causing several other packages to build
#spack spec ior@develop +mobject
#spack install ior@develop +mobject
# TODO: above temporarily disabled because
# Mobject and the sds-tests benchmarks require different versions of SSG.
spack spec ior@develop +mobject
spack
install
ior@develop +mobject
spack spec bake
spack spec ssg ^mpich
spack
install
bake
...
...
@@ -102,15 +100,15 @@ JOBID2=`qsub --env SANDBOX=$SANDBOX ./bake-regression.qsub`
cqwait
$JOBID2
JOBID3
=
`
qsub
--env
SANDBOX
=
$SANDBOX
./pmdk-regression.qsub
`
cqwait
$JOBID3
#
cannot run mobject until updated to match ssg group changes
#
JOBID4=`qsub --env SANDBOX=$SANDBOX ./mobject-regression.qsub`
#
cqwait $JOBID4
cannot run mobject
until
updated to match ssg group changes
JOBID4
=
`
qsub
--env
SANDBOX
=
$SANDBOX
./mobject-regression.qsub
`
cqwait
$JOBID4
JOBID5
=
`
qsub
--env
SANDBOX
=
$SANDBOX
./separate-ssg.qsub
`
cqwait
$JOBID5
echo
"=== JOB DONE, COLLECTING AND SENDING RESULTS ==="
# gather output, strip out funny characters, mail
cat
$JOBID
.
*
$JOBID2
.
*
$JOBID3
.
*
$JOBID5
.
*
>
combined.
$JOBID
.txt
cat
$JOBID
.
*
$JOBID2
.
*
$JOBID3
.
*
$JOBID4
.
*
$JOBID5
.
*
>
combined.
$JOBID
.txt
#dos2unix combined.$JOBID.txt
mailx
-r
sds-commits@mcs.anl.gov
-s
"mochi-regression (theta)"
sds-commits@mcs.anl.gov < combined.
$JOBID
.txt
cat
combined.
$JOBID
.txt
...
...
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