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
5d6999e7
Commit
5d6999e7
authored
Feb 20, 2019
by
Philip Carns
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update bake regression script
- fastest config is 4 rpc handler threads, pipelining, on socket 2
parent
da7222ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
18 deletions
+10
-18
perf-regression/cooley/bake-regression.qsub
perf-regression/cooley/bake-regression.qsub
+10
-18
No files found.
perf-regression/cooley/bake-regression.qsub
View file @
5d6999e7
...
...
@@ -24,6 +24,8 @@ export LD_LIBRARY_PATH="/soft/compilers/gcc/7.1.0/lib64:$LD_LIBRARY_PATH"
LIB_PATH_HACK
=
$(
get_pmdk_lib_path
)
export
LD_LIBRARY_PATH
=
"
$LIB_PATH_HACK
:
$LD_LIBRARY_PATH
"
echo
"### NOTE: ALL BAKE RESULTS BELOW are using 2nd socket on cooley nodes: cores 6-11"
echo
"## Bake OFI/VERBS:"
rm
-f
/dev/shm/foo.dat
bake-mkpool
-s
60G /dev/shm/foo.dat
...
...
@@ -34,33 +36,23 @@ rm -f /dev/shm/foo.dat
bake-mkpool
-s
60G /dev/shm/foo.dat
mpirun
-f
$COBALT_NODEFILE
-n
2 ./bake-p2p-bw
-x
16777216
-m
34359738368
-n
"ofi+verbs;ofi_rxm://"
-p
/dev/shm/foo.dat
-c
8
echo
"## Bake OFI/VERBS (Hg busy spin):"
rm
-f
/dev/shm/foo.dat
bake-mkpool
-s
60G /dev/shm/foo.dat
mpirun
-f
$COBALT_NODEFILE
-n
2 ./bake-p2p-bw
-x
16777216
-m
34359738368
-n
"ofi+verbs;ofi_rxm://"
-p
/dev/shm/foo.dat
-c
1
-t
0,0
echo
"## Bake OFI/VERBS (8x concurrency, Hg busy spin):"
rm
-f
/dev/shm/foo.dat
bake-mkpool
-s
60G /dev/shm/foo.dat
mpirun
-f
$COBALT_NODEFILE
-n
2 ./bake-p2p-bw
-x
16777216
-m
34359738368
-n
"ofi+verbs;ofi_rxm://"
-p
/dev/shm/foo.dat
-c
8
-t
0,0
echo
"## Bake OFI/VERBS (8 rpc es):"
echo
"## Bake OFI/VERBS (4 rpc es):"
rm
-f
/dev/shm/foo.dat
bake-mkpool
-s
60G /dev/shm/foo.dat
mpirun
-f
$COBALT_NODEFILE
-n
2 ./bake-p2p-bw
-x
16777216
-m
34359738368
-n
"ofi+verbs;ofi_rxm://"
-p
/dev/shm/foo.dat
-c
1
-r
8
mpirun
-f
$COBALT_NODEFILE
-n
2 ./bake-p2p-bw
-x
16777216
-m
34359738368
-n
"ofi+verbs;ofi_rxm://"
-p
/dev/shm/foo.dat
-c
1
-r
4
echo
"## Bake OFI/VERBS (8x concurrency,
8
rpc es):"
echo
"## Bake OFI/VERBS (8x concurrency,
4
rpc es):"
rm
-f
/dev/shm/foo.dat
bake-mkpool
-s
60G /dev/shm/foo.dat
mpirun
-f
$COBALT_NODEFILE
-n
2 ./bake-p2p-bw
-x
16777216
-m
34359738368
-n
"ofi+verbs;ofi_rxm://"
-p
/dev/shm/foo.dat
-c
8
-r
8
mpirun
-f
$COBALT_NODEFILE
-n
2 ./bake-p2p-bw
-x
16777216
-m
34359738368
-n
"ofi+verbs;ofi_rxm://"
-p
/dev/shm/foo.dat
-c
8
-r
4
echo
"## Bake OFI/VERBS (
Hg busy spin, 8 rpc es
):"
echo
"## Bake OFI/VERBS (
4 rpc es, pipelining
):"
rm
-f
/dev/shm/foo.dat
bake-mkpool
-s
60G /dev/shm/foo.dat
mpirun
-f
$COBALT_NODEFILE
-n
2 ./bake-p2p-bw
-x
16777216
-m
34359738368
-n
"ofi+verbs;ofi_rxm://"
-p
/dev/shm/foo.dat
-c
1
-
t
0,0
-r
8
mpirun
-f
$COBALT_NODEFILE
-n
2 ./bake-p2p-bw
-x
16777216
-m
34359738368
-n
"ofi+verbs;ofi_rxm://"
-p
/dev/shm/foo.dat
-c
1
-
r
4
-i
echo
"## Bake OFI/VERBS (8x concurrency,
Hg busy spin, 8 rpc es
):"
echo
"## Bake OFI/VERBS (8x concurrency,
4 rpc es, pipelining
):"
rm
-f
/dev/shm/foo.dat
bake-mkpool
-s
60G /dev/shm/foo.dat
mpirun
-f
$COBALT_NODEFILE
-n
2 ./bake-p2p-bw
-x
16777216
-m
34359738368
-n
"ofi+verbs;ofi_rxm://"
-p
/dev/shm/foo.dat
-c
8
-
t
0,0
-r
8
mpirun
-f
$COBALT_NODEFILE
-n
2 ./bake-p2p-bw
-x
16777216
-m
34359738368
-n
"ofi+verbs;ofi_rxm://"
-p
/dev/shm/foo.dat
-c
8
-
r
4
-i
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