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
0c7e03ef
Commit
0c7e03ef
authored
Dec 12, 2018
by
Philip Carns
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add unaligned and 8 MiB tests to p2p bw
parent
9465381a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
4 deletions
+21
-4
perf-regression/bebop/margo-regression.sbatch
perf-regression/bebop/margo-regression.sbatch
+20
-4
perf-regression/bebop/run-regression.sh
perf-regression/bebop/run-regression.sh
+1
-0
No files found.
perf-regression/bebop/margo-regression.sbatch
View file @
0c7e03ef
...
...
@@ -25,16 +25,32 @@ export I_MPI_FABRICS=shm:ofa
echo
"## Margo OFI/PSM2 (round trip, bdw):"
mpirun ./margo-p2p-latency
-i
100000
-n
psm2://enp6s0f0:5000
echo
"## Margo OFI/PSM2 (bw, bdw):"
echo
"## Margo OFI/PSM2 (bw,
1MiB,
bdw):"
mpirun ./margo-p2p-bw
-x
1048576
-n
psm2://enp6s0f0:5000
-c
1
-D
20
echo
"## Margo OFI/PSM2 (bw, 8x concurrency, bdw):"
echo
"## Margo OFI/PSM2 (bw,
1MiB,
8x concurrency, bdw):"
mpirun ./margo-p2p-bw
-x
1048576
-n
psm2://enp6s0f0:5000
-c
8
-D
20
echo
"## Margo OFI/PSM2 (bw, 8MiB, bdw):"
mpirun ./margo-p2p-bw
-x
8388608
-n
psm2://enp6s0f0:5000
-c
1
-D
20
echo
"## Margo OFI/PSM2 (bw, 8MiB, 8x concurrency, bdw):"
mpirun ./margo-p2p-bw
-x
8388608
-n
psm2://enp6s0f0:5000
-c
8
-D
20
echo
"## Margo OFI/PSM2 (bw, 1MB unaligned, bdw):"
mpirun ./margo-p2p-bw
-x
1000000
-n
psm2://enp6s0f0:5000
-c
1
-D
20
echo
"## Margo OFI/PSM2 (bw, 1MB unaligned, 8x concurrency, bdw):"
mpirun ./margo-p2p-bw
-x
1000000
-n
psm2://enp6s0f0:5000
-c
8
-D
20
echo
"## Margo OFI/PSM2 (round trip, bdw, Hg busy spin):"
mpirun ./margo-p2p-latency
-i
100000
-n
psm2://enp6s0f0:5000
-t
0,0
echo
"## Margo OFI/PSM2 (bw, bdw, Hg busy spin):"
echo
"## Margo OFI/PSM2 (bw,
1MiB,
bdw, Hg busy spin):"
mpirun ./margo-p2p-bw
-x
1048576
-n
psm2://enp6s0f0:5000
-c
1
-D
20
-t
0,0
echo
"## Margo OFI/PSM2 (bw, 8x concurrency, bdw, Hg busy spin):"
echo
"## Margo OFI/PSM2 (bw,
1MiB,
8x concurrency, bdw, Hg busy spin):"
mpirun ./margo-p2p-bw
-x
1048576
-n
psm2://enp6s0f0:5000
-c
8
-D
20
-t
0,0
echo
"## Margo OFI/PSM2 (bw, 8MiB, bdw, Hg busy spin):"
mpirun ./margo-p2p-bw
-x
8388608
-n
psm2://enp6s0f0:5000
-c
1
-D
20
-t
0,0
echo
"## Margo OFI/PSM2 (bw, 8MiB, 8x concurrency, bdw, Hg busy spin):"
mpirun ./margo-p2p-bw
-x
8388608
-n
psm2://enp6s0f0:5000
-c
8
-D
20
-t
0,0
echo
"## Margo OFI/PSM2 (bw, 1MB unaligned, bdw, Hg busy spin):"
mpirun ./margo-p2p-bw
-x
1000000
-n
psm2://enp6s0f0:5000
-c
1
-D
20
-t
0,0
echo
"## Margo OFI/PSM2 (bw, 1MB unaligned, 8x concurrency, bdw, Hg busy spin):"
mpirun ./margo-p2p-bw
-x
1000000
-n
psm2://enp6s0f0:5000
-c
8
-D
20
-t
0,0
perf-regression/bebop/run-regression.sh
View file @
0c7e03ef
...
...
@@ -87,6 +87,7 @@ cp $PREFIX/bin/margo-p2p-bw $JOBDIR
cp
$PREFIX
/libexec/osu-micro-benchmarks/mpi/pt2pt/osu_latency
$JOBDIR
# cp $PREFIX/bin/mercury-runner $JOBDIR
cd
$JOBDIR
export
SANDBOX
sbatch
--wait
--export
=
ALL ./margo-regression.sbatch
echo
"=== JOB DONE, COLLECTING AND SENDING RESULTS ==="
...
...
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