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
d5d06f9f
Commit
d5d06f9f
authored
Jan 02, 2020
by
Philip Carns
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
re-enable mobject tests on cooley
parent
31173936
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
8 deletions
+4
-8
perf-regression/cooley/run-regression.sh
perf-regression/cooley/run-regression.sh
+4
-8
No files found.
perf-regression/cooley/run-regression.sh
View file @
d5d06f9f
...
...
@@ -58,9 +58,7 @@ spack bootstrap
# clean out any stray packages from previous runs, just in case
spack uninstall
-R
-y
argobots mercury rdma-core libfabric
||
true
# ior acts as our "apex" package here, causing several other packages to build
# TODO: temporary, for now just testing bake and margo until mobject is
# updated to use same version of ssg 2019-11-11
# spack install ior@develop +mobject
spack
install
ior@develop +mobject
spack
install
ssg
spack
install
bake
# check what stable version of bake we got
...
...
@@ -124,16 +122,14 @@ JOBID2=`qsub --env SANDBOX=$SANDBOX ./bake-regression.qsub`
cqwait
$JOBID2
JOBID3
=
`
qsub
--env
SANDBOX
=
$SANDBOX
./pmdk-regression.qsub
`
cqwait
$JOBID3
# TODO: temporarily disabled
# JOBID4=`qsub --env SANDBOX=$SANDBOX ./mobject-regression.qsub`
# cqwait $JOBID4
JOBID4
=
`
qsub
--env
SANDBOX
=
$SANDBOX
./mobject-regression.qsub
`
cqwait
$JOBID4
JOBID5
=
`
qsub
--env
SANDBOX
=
$SANDBOX
./bake-kove.qsub
`
cqwait
$JOBID5
echo
"=== JOB DONE, COLLECTING AND SENDING RESULTS ==="
# gather output, strip out funny characters, mail
#cat $JOBID.* $JOBID2.* $JOBID3.* $JOBID4.* $JOBID5.* > combined.$JOBID.txt
cat
$JOBID
.
*
$JOBID2
.
*
$JOBID3
.
*
$JOBID5
.
*
>
combined.
$JOBID
.txt
cat
$JOBID
.
*
$JOBID2
.
*
$JOBID3
.
*
$JOBID4
.
*
$JOBID5
.
*
>
combined.
$JOBID
.txt
dos2unix combined.
$JOBID
.txt
mailx
-s
"mochi-regression (cooley)"
sds-commits@lists.mcs.anl.gov < 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