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
6bd6f0e2
Commit
6bd6f0e2
authored
Jan 29, 2018
by
Philip Carns
Browse files
fix syntax for setting alternate MPI transport
parent
7305093c
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/perf-regression/bebop/margo-p2p-latency-knl.sbatch
View file @
6bd6f0e2
...
...
@@ -15,13 +15,17 @@ mpirun ./osu_latency
# PSM2. If we use PSM2 there is a conflict and Mercury won't start
# (apparently because MPI is using MR_SCALABLE and Mercury is using MR_BASIC?)
export
I_MPI_FABRICS
=
shm:ofa
echo
"## Margo OFI/PSM2 (round trip, knl):"
mpirun
-IB
-genvall
./margo-p2p-latency
-i
100000
-n
psm2://ib0:5000
mpirun ./margo-p2p-latency
-i
100000
-n
psm2://ib0:5000
echo
"## Margo OFI/PSM2 (round trip, knl, Hg busy spin):"
mpirun
-IB
-genvall
./margo-p2p-latency
-i
100000
-n
psm2://ib0:5000
-t
0,0
mpirun ./margo-p2p-latency
-i
100000
-n
psm2://ib0:5000
-t
0,0
unset
I_MPI_FABRICS
echo
"## Margo OFI/VERBS (round trip, knl):"
mpirun
-genvall
./margo-p2p-latency
-i
100000
-n
verbs://ib0:5000
mpirun ./margo-p2p-latency
-i
100000
-n
verbs://ib0:5000
echo
"## Margo OFI/VERBS (round trip, knl, Hg busy spin):"
mpirun
-genvall
./margo-p2p-latency
-i
100000
-n
verbs://ib0:5000
-t
0,0
mpirun ./margo-p2p-latency
-i
100000
-n
verbs://ib0:5000
-t
0,0
tests/perf-regression/bebop/margo-p2p-latency.sbatch
View file @
6bd6f0e2
...
...
@@ -14,12 +14,16 @@ mpirun ./osu_latency
# PSM2. If we use PSM2 there is a conflict and Mercury won't start
# (apparently because MPI is using MR_SCALABLE and Mercury is using MR_BASIC?)
export
I_MPI_FABRICS
=
shm:ofa
echo
"## Margo OFI/PSM2 (round trip, bdw):"
mpirun
-IB
-genvall
./margo-p2p-latency
-i
100000
-n
psm2://ib0:5000
mpirun ./margo-p2p-latency
-i
100000
-n
psm2://ib0:5000
echo
"## Margo OFI/PSM2 (round trip, bdw, Hg busy spin):"
mpirun
-IB
-genvall
./margo-p2p-latency
-i
100000
-n
psm2://ib0:5000
-t
0,0
mpirun ./margo-p2p-latency
-i
100000
-n
psm2://ib0:5000
-t
0,0
unset
I_MPI_FABRICS
echo
"## Margo OFI/VERBS (round trip, bdw):"
mpirun
-genvall
./margo-p2p-latency
-i
100000
-n
verbs://ib0:5000
mpirun ./margo-p2p-latency
-i
100000
-n
verbs://ib0:5000
echo
"## Margo OFI/VERBS (round trip, bdw, Hg busy spin):"
mpirun
-genvall
./margo-p2p-latency
-i
100000
-n
verbs://ib0:5000
-t
0,0
mpirun ./margo-p2p-latency
-i
100000
-n
verbs://ib0:5000
-t
0,0
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