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
91eb8a9d
Commit
91eb8a9d
authored
Apr 02, 2020
by
Philip Carns
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
disable Kove test on Cooley
parent
b3126cf6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
perf-regression/cooley/run-regression.sh
perf-regression/cooley/run-regression.sh
+6
-4
No files found.
perf-regression/cooley/run-regression.sh
View file @
91eb8a9d
...
...
@@ -33,7 +33,9 @@ cp $ORIGIN/margo-vector-regression.qsub $JOBDIR
cp
$ORIGIN
/bake-regression.qsub
$JOBDIR
cp
$ORIGIN
/pmdk-regression.qsub
$JOBDIR
cp
$ORIGIN
/mobject-regression.qsub
$JOBDIR
cp
$ORIGIN
/bake-kove.qsub
$JOBDIR
# Skipping Kove tests as of April 2020
# cp $ORIGIN/bake-kove.qsub $JOBDIR
# set up build environment
cd
$SANDBOX
...
...
@@ -125,14 +127,14 @@ JOBID3=`qsub --env SANDBOX=$SANDBOX ./pmdk-regression.qsub`
cqwait
$JOBID3
JOBID4
=
`
qsub
--env
SANDBOX
=
$SANDBOX
./mobject-regression.qsub
`
cqwait
$JOBID4
JOBID5
=
`
qsub
--env
SANDBOX
=
$SANDBOX
./bake-kove.qsub
`
cqwait
$JOBID5
#
JOBID5=`qsub --env SANDBOX=$SANDBOX ./bake-kove.qsub`
#
cqwait $JOBID5
JOBID6
=
`
qsub
--env
SANDBOX
=
$SANDBOX
./margo-vector-regression.qsub
`
cqwait
$JOBID6
echo
"=== JOB DONE, COLLECTING AND SENDING RESULTS ==="
# gather output, strip out funny characters, mail
cat
$JOBID
.
*
$JOBID2
.
*
$JOBID3
.
*
$JOBID4
.
*
$JOBID
5
.
*
$JOBID
6
.
*
>
combined.
$JOBID
.txt
cat
$JOBID
.
*
$JOBID2
.
*
$JOBID3
.
*
$JOBID4
.
*
$JOBID6
.
*
>
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