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
ssg
Commits
cc17b9df
Commit
cc17b9df
authored
Jan 08, 2018
by
Philip Carns
Browse files
use HG_Init_opt() to set polling option
parent
c70927af
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/perf-regression/cooley/margo-p2p-latency.qsub
View file @
cc17b9df
...
...
@@ -5,12 +5,12 @@
#COBALT -A radix-io
#COBALT -q ibleaf3-debug
export
HG_NEVER_BLOCK
=
1
echo
"## MPI (one way, double the latency for round trip):"
mpirun
-f
$COBALT_NODEFILE
-n
2 ./osu_latency
echo
"## Margo CCI/VERBS (round trip):"
mpirun
-f
$COBALT_NODEFILE
-n
2 ./margo-p2p-latency
-i
100000
-n
verbs://
echo
"## Margo CCI/VERBS (round trip, Hg busy spin):"
mpirun
-f
$COBALT_NODEFILE
-n
2 ./margo-p2p-latency
-i
100000
-n
verbs://
-t
0,0
# echo "## Margo CCI/VERBS (round trip) with diagnostics:"
# mpirun -f $COBALT_NODEFILE -n 2 ./margo-p2p-latency -i 100000 -n verbs:// -d $COBALT_JOBID.diag
...
...
tests/perf-regression/cooley/run-regression.sh
View file @
cc17b9df
...
...
@@ -27,7 +27,7 @@ cp margo-p2p-latency.qsub $JOBDIR
cd
$SANDBOX
git clone https://github.com/carns/argobots.git
git clone https://github.com/carns/cci.git
git clone https://github.com/
carns
/mercury.git
git clone https://github.com/
mercury-hpc
/mercury.git
wget http://dist.schmorp.de/libev/libev-4.24.tar.gz
tar
-xvzf
libev-4.24.tar.gz
git clone https://xgitlab.cels.anl.gov/sds/abt-snoozer.git
...
...
@@ -73,7 +73,6 @@ make install
# mercury
echo
"=== BUILDING MERCURY ==="
cd
$SANDBOX
/mercury
git checkout dev-hg-never-block-option
git submodule update
--init
mkdir
build
cd
build
...
...
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