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
d26b6947
Commit
d26b6947
authored
Oct 12, 2018
by
Philip Carns
Browse files
re-enable non-busy spin tests on cooley
parent
c4defceb
Changes
1
Hide whitespace changes
Inline
Side-by-side
perf-regression/cooley/margo-regression-ofi-rxm.qsub
View file @
d26b6947
...
...
@@ -28,17 +28,15 @@ mpirun -f $COBALT_NODEFILE -n 2 ./margo-p2p-bw -x 1048576 -n "ofi+verbs;ofi_rxm:
echo
"## Margo OFI/VERBS (bw, 8x concurrency, Hg busy spin):"
mpirun
-f
$COBALT_NODEFILE
-n
2 ./margo-p2p-bw
-x
1048576
-n
"ofi+verbs;ofi_rxm://mlx5_0:3339"
-c
8
-D
20
-t
0,0
# as of 2018-04-10 the "verbs;ofi_rxm" provider does not handle blocking mode
# (wait objects) properly
#
# sleep 1
#
# echo "## Margo OFI/VERBS (round trip):"
# mpirun -f $COBALT_NODEFILE -n 2 ./margo-p2p-latency -i 100000 -n "ofi+verbs;ofi_rxm://"
# echo "## Margo OFI/VERBS (bw):"
# mpirun -f $COBALT_NODEFILE -n 2 ./margo-p2p-bw -x 1048576 -n "ofi+verbs;ofi_rxm://" -c 1 -D 20
# echo "## Margo OFI/VERBS (bw, 8x concurrency):"
# mpirun -f $COBALT_NODEFILE -n 2 ./margo-p2p-bw -x 1048576 -n "ofi+verbs;ofi_rxm://" -c 8 -D 20
sleep
1
echo
"## Margo OFI/VERBS (round trip):"
mpirun
-f
$COBALT_NODEFILE
-n
2 ./margo-p2p-latency
-i
100000
-n
"ofi+verbs;ofi_rxm://"
echo
"## Margo OFI/VERBS (bw):"
mpirun
-f
$COBALT_NODEFILE
-n
2 ./margo-p2p-bw
-x
1048576
-n
"ofi+verbs;ofi_rxm://"
-c
1
-D
20
echo
"## Margo OFI/VERBS (bw, 8x concurrency):"
mpirun
-f
$COBALT_NODEFILE
-n
2 ./margo-p2p-bw
-x
1048576
-n
"ofi+verbs;ofi_rxm://"
-c
8
-D
20
# echo "## Mercury-runner CCI/VERBS (round trip):"
...
...
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