Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sds-tests
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sds
sds-tests
Commits
d26b6947
Commit
d26b6947
authored
Oct 12, 2018
by
Philip Carns
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
re-enable non-busy spin tests on cooley
parent
c4defceb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
11 deletions
+9
-11
perf-regression/cooley/margo-regression-ofi-rxm.qsub
perf-regression/cooley/margo-regression-ofi-rxm.qsub
+9
-11
No files found.
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
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