Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sds-tests
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sds
sds-tests
Commits
69f5c37e
Commit
69f5c37e
authored
Jan 02, 2020
by
Philip Carns
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
re-enable mobject on theta regression
parent
d5d06f9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
8 deletions
+6
-8
perf-regression/theta/run-regression.sh
perf-regression/theta/run-regression.sh
+6
-8
No files found.
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
.
*
$JOBID
4
.
*
$JOBID
5
.
*
>
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
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