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
4a71af46
Commit
4a71af46
authored
Jan 09, 2019
by
Philip Carns
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix paths
parent
152ecf19
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
perf-regression/bebop/bake-regression.sbatch
perf-regression/bebop/bake-regression.sbatch
+4
-4
perf-regression/bebop/run-regression.sh
perf-regression/bebop/run-regression.sh
+1
-0
No files found.
perf-regression/bebop/bake-regression.sbatch
View file @
4a71af46
...
...
@@ -27,20 +27,20 @@ export I_MPI_FABRICS=shm:ofa
echo
"## Bake OFI/PSM2 (bdw):"
rm
-f
/dev/shm/foo.dat
bake-mkpool
-s
60G /dev/shm/foo.dat
mpirun
/home/carns/working/install-bebop/bin
/bake-p2p-bw
-x
16777216
-m
34359738368
-n
psm2://enp6s0f0:5000
-p
/dev/shm/foo.dat
-c
1
mpirun
.
/bake-p2p-bw
-x
16777216
-m
34359738368
-n
psm2://enp6s0f0:5000
-p
/dev/shm/foo.dat
-c
1
echo
"## Bake OFI/PSM2 (8x concurrency, bdw):"
rm
-f
/dev/shm/foo.dat
bake-mkpool
-s
60G /dev/shm/foo.dat
mpirun
/home/carns/working/install-bebop/bin
/bake-p2p-bw
-x
16777216
-m
34359738368
-n
psm2://enp6s0f0:5000
-p
/dev/shm/foo.dat
-c
8
mpirun
.
/bake-p2p-bw
-x
16777216
-m
34359738368
-n
psm2://enp6s0f0:5000
-p
/dev/shm/foo.dat
-c
8
echo
"## Bake OFI/PSM2 (bdw, Hg busy spin):"
rm
-f
/dev/shm/foo.dat
bake-mkpool
-s
60G /dev/shm/foo.dat
mpirun
/home/carns/working/install-bebop/bin
/bake-p2p-bw
-x
16777216
-m
34359738368
-n
psm2://enp6s0f0:5000
-p
/dev/shm/foo.dat
-c
1
-t
0,0
mpirun
.
/bake-p2p-bw
-x
16777216
-m
34359738368
-n
psm2://enp6s0f0:5000
-p
/dev/shm/foo.dat
-c
1
-t
0,0
echo
"## Bake OFI/PSM2 (8x concurrency, bdw, Hg busy spin):"
rm
-f
/dev/shm/foo.dat
bake-mkpool
-s
60G /dev/shm/foo.dat
mpirun
/home/carns/working/install-bebop/bin
/bake-p2p-bw
-x
16777216
-m
34359738368
-n
psm2://enp6s0f0:5000
-p
/dev/shm/foo.dat
-c
8
-t
0,0
mpirun
.
/bake-p2p-bw
-x
16777216
-m
34359738368
-n
psm2://enp6s0f0:5000
-p
/dev/shm/foo.dat
-c
8
-t
0,0
perf-regression/bebop/run-regression.sh
View file @
4a71af46
...
...
@@ -87,6 +87,7 @@ make install
echo
"=== SUBMITTING AND WAITING FOR JOB ==="
cp
$PREFIX
/bin/margo-p2p-latency
$JOBDIR
cp
$PREFIX
/bin/margo-p2p-bw
$JOBDIR
cp
$PREFIX
/bin/bake-p2p-bw
$JOBDIR
cp
$PREFIX
/libexec/osu-micro-benchmarks/mpi/pt2pt/osu_latency
$JOBDIR
# cp $PREFIX/bin/mercury-runner $JOBDIR
cd
$JOBDIR
...
...
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