Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sds
ssg
Commits
d05d59c0
Commit
d05d59c0
authored
Aug 17, 2017
by
Philip Carns
Browse files
add mpi latency baseline to cooley regression test
parent
dfa69bc7
Changes
2
Show whitespace changes
Inline
Side-by-side
tests/perf-regression/cooley/margo-p2p-latency.qsub
View file @
d05d59c0
...
@@ -8,6 +8,8 @@
...
@@ -8,6 +8,8 @@
# NOTE: remmeber to uncomment some stuff in ~/.bashrc for library paths
# NOTE: remmeber to uncomment some stuff in ~/.bashrc for library paths
echo
"MPI (one way, double the latency for round trip):"
mpirun
-f
$COBALT_NODEFILE
-n
2 ./osu_latency
echo
"Margo CCI/VERBS (round trip):"
echo
"Margo CCI/VERBS (round trip):"
mpirun
-f
$COBALT_NODEFILE
-n
2 ./margo-p2p-latency
-i
100000
-n
verbs://
mpirun
-f
$COBALT_NODEFILE
-n
2 ./margo-p2p-latency
-i
100000
-n
verbs://
echo
"Margo CCI/VERBS (round trip) with diagnostics:"
echo
"Margo CCI/VERBS (round trip) with diagnostics:"
...
...
tests/perf-regression/cooley/run-regression.sh
View file @
d05d59c0
...
@@ -30,6 +30,17 @@ tar -xvzf libev-4.24.tar.gz
...
@@ -30,6 +30,17 @@ tar -xvzf libev-4.24.tar.gz
git clone https://xgitlab.cels.anl.gov/sds/abt-snoozer.git
git clone https://xgitlab.cels.anl.gov/sds/abt-snoozer.git
git clone https://xgitlab.cels.anl.gov/sds/margo.git
git clone https://xgitlab.cels.anl.gov/sds/margo.git
git clone https://xgitlab.cels.anl.gov/sds/ssg.git
git clone https://xgitlab.cels.anl.gov/sds/ssg.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
# OSU MPI benchmarks
echo
"=== BUILDING OSU MICRO BENCHMARKS ==="
cd
$SANDBOX
/osu-micro-benchmarks-5.3.2
mkdir
build
cd
build
../configure
--prefix
=
$PREFIX
CC
=
mpicc
CXX
=
mpicxx
make
-j
3
make
install
# argobots
# argobots
echo
"=== BUILDING ARGOBOTS ==="
echo
"=== BUILDING ARGOBOTS ==="
...
@@ -109,6 +120,7 @@ make tests
...
@@ -109,6 +120,7 @@ make tests
# set up job to run
# set up job to run
echo
"=== SUBMITTING AND WAITING FOR JOB ==="
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-latency
$JOBDIR
cp
$PREFIX
/libexec/osu-micro-benchmarks/mpi/pt2pt/osu_latency
$JOBDIR
cd
$JOBDIR
cd
$JOBDIR
JOBID
=
`
qsub
--env
CCI_CONFIG
=
/home/carns/working/install-cooley/etc/cci.conf:LD_LIBRARY_PATH
=
$PREFIX
/lib ./margo-p2p-latency.qsub
`
JOBID
=
`
qsub
--env
CCI_CONFIG
=
/home/carns/working/install-cooley/etc/cci.conf:LD_LIBRARY_PATH
=
$PREFIX
/lib ./margo-p2p-latency.qsub
`
cqwait
$JOBID
cqwait
$JOBID
...
...
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