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
a27d2e1e
Commit
a27d2e1e
authored
Sep 05, 2018
by
Philip Carns
Browse files
update cooley script to use standalone benchmark
parent
3c4a1f7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
perf-regression/cooley/run-regression-ofi-rxm.sh
View file @
a27d2e1e
...
...
@@ -26,7 +26,7 @@ cp margo-regression-ofi-rxm.qsub $JOBDIR
cd
$SANDBOX
git clone https://github.com/spack/spack.git
git clone https://xgitlab.cels.anl.gov/sds/sds-repo.git
git clone https://xgitlab.cels.anl.gov/sds/ss
g
.git
git clone https://xgitlab.cels.anl.gov/sds/s
ds-test
s.git
wget http://mvapich.cse.ohio-state.edu/download/mvapich/osu-micro-benchmarks-5.3.2.tar.gz
tar
-xvzf
osu-micro-benchmarks-5.3.2.tar.gz
git clone https://github.com/pdlfs/mercury-runner.git
...
...
@@ -58,16 +58,16 @@ cd build
make
-j
3
make
install
# ss
g
echo
"=== BUILDING SS
G
TEST PROGRAMS ==="
cd
$SANDBOX
/ss
g
# s
ds-test
s
echo
"=== BUILDING S
D
S TEST PROGRAMS ==="
cd
$SANDBOX
/s
ds-test
s
libtoolize
./prepare.sh
mkdir
build
cd
build
../configure
--prefix
=
$PREFIX
CC
=
mpicc
make
-j
3
make
tests
make
install
# mercury-runner benchmark
echo
"=== BUILDING MERCURY-RUNNER BENCHMARK ==="
...
...
@@ -80,8 +80,8 @@ make install
# set up job to run
echo
"=== SUBMITTING AND WAITING FOR JOB ==="
cp
$
SANDBOX
/ssg/build/tests/perf-regression/.libs
/margo-p2p-latency
$JOBDIR
cp
$
SANDBOX
/ssg/build/tests/perf-regression/.libs
/margo-p2p-bw
$JOBDIR
cp
$
PREFIX
/bin
/margo-p2p-latency
$JOBDIR
cp
$
PREFIX
/bin
/margo-p2p-bw
$JOBDIR
cp
$PREFIX
/libexec/osu-micro-benchmarks/mpi/pt2pt/osu_latency
$JOBDIR
cp
$PREFIX
/bin/mercury-runner
$JOBDIR
cd
$JOBDIR
...
...
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