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
352feac9
Commit
352feac9
authored
Dec 12, 2018
by
Philip Carns
Browse files
add 8MiB and unaligned tests in theta regression
- also normalize labels for test runs with bebop scripts
parent
0c7e03ef
Changes
2
Hide whitespace changes
Inline
Side-by-side
perf-regression/theta/margo-regression.qsub
View file @
352feac9
...
...
@@ -40,19 +40,34 @@ echo LD_LIBRARY_PATH: $LD_LIBRARY_PATH
echo
"## Margo OFI/GNI (round trip):"
aprun
-n
2
-N
1 ./margo-p2p-latency
-i
100000
-n
ofi+gni://ipogif0:5000
echo
"## Margo OFI/GNI (bw):"
echo
"## Margo OFI/GNI (bw
, 1MiB
):"
aprun
-n
2
-N
1 ./margo-p2p-bw
-x
1048576
-n
ofi+gni://ipogif0:5000
-c
1
-D
20
echo
"## Margo OFI/GNI (bw):"
echo
"## Margo OFI/GNI (bw
, 1MiB, 8x concurrency
):"
aprun
-n
2
-N
1 ./margo-p2p-bw
-x
1048576
-n
ofi+gni://ipogif0:5000
-c
8
-D
20
echo
"## Margo OFI/GNI (bw, 8MiB):"
aprun
-n
2
-N
1 ./margo-p2p-bw
-x
8388608
-n
ofi+gni://ipogif0:5000
-c
1
-D
20
echo
"## Margo OFI/GNI (bw, 8MiB, 8x concurrency):"
aprun
-n
2
-N
1 ./margo-p2p-bw
-x
8388608
-n
ofi+gni://ipogif0:5000
-c
8
-D
20
echo
"## Margo OFI/GNI (bw, 1MB unaligned):"
aprun
-n
2
-N
1 ./margo-p2p-bw
-x
1000000
-n
ofi+gni://ipogif0:5000
-c
1
-D
20
echo
"## Margo OFI/GNI (bw, 1MB unaligned, 8x concurrency):"
aprun
-n
2
-N
1 ./margo-p2p-bw
-x
1000000
-n
ofi+gni://ipogif0:5000
-c
8
-D
20
echo
"## Margo OFI/GNI (round trip, busy spin):"
echo
"## Margo OFI/GNI (round trip,
Hg
busy spin):"
aprun
-n
2
-N
1 ./margo-p2p-latency
-i
100000
-n
ofi+gni://ipogif0:5000
-t
0,0
echo
"## Margo OFI/GNI (bw, busy spin):"
echo
"## Margo OFI/GNI (bw,
1MiB, Hg
busy spin):"
aprun
-n
2
-N
1 ./margo-p2p-bw
-x
1048576
-n
ofi+gni://ipogif0:5000
-c
1
-D
20
-t
0,0
echo
"## Margo OFI/GNI (bw, 8x concurrency, busy spin):"
echo
"## Margo OFI/GNI (bw,
1MiB,
8x concurrency,
Hg
busy spin):"
aprun
-n
2
-N
1 ./margo-p2p-bw
-x
1048576
-n
ofi+gni://ipogif0:5000
-c
8
-D
20
-t
0,0
echo
"## Margo OFI/GNI (bw, 8MiB, Hg busy spin):"
aprun
-n
2
-N
1 ./margo-p2p-bw
-x
8388608
-n
ofi+gni://ipogif0:5000
-c
1
-D
20
-t
0,0
echo
"## Margo OFI/GNI (bw, 8MiB, 8x concurrency, Hg busy spin):"
aprun
-n
2
-N
1 ./margo-p2p-bw
-x
8388608
-n
ofi+gni://ipogif0:5000
-c
8
-D
20-t 0,0
echo
"## Margo OFI/GNI (bw, 1MB unaligned, Hg busy spin):"
aprun
-n
2
-N
1 ./margo-p2p-bw
-x
1000000
-n
ofi+gni://ipogif0:5000
-c
1
-D
20-t 0,0
echo
"## Margo OFI/GNI (bw, 1MB unaligned, 8x concurrency, Hg busy spin):"
aprun
-n
2
-N
1 ./margo-p2p-bw
-x
1000000
-n
ofi+gni://ipogif0:5000
-c
8
-D
20
-t
0,0
# echo "## Margo BMI/TCP (round trip):"
# aprun -e MPICH_GNI_NDREG_ENTRIES=2000 -n 2 -N 1 ./margo-p2p-latency -i 100000 -n bmi+tcp://
...
...
perf-regression/theta/run-regression.sh
View file @
352feac9
...
...
@@ -99,7 +99,7 @@ echo "=== JOB DONE, COLLECTING AND SENDING RESULTS ==="
# gather output, strip out funny characters, mail
cat
$JOBID
.
*
>
combined.
$JOBID
.txt
#dos2unix combined.$JOBID.txt
mailx
-r
carns@mcs.anl.gov
-s
"margo-regression (theta
dynamic link
)"
sds-commits@lists.mcs.anl.gov < combined.
$JOBID
.txt
mailx
-r
carns@mcs.anl.gov
-s
"margo-regression (theta)"
sds-commits@lists.mcs.anl.gov < combined.
$JOBID
.txt
cat
combined.
$JOBID
.txt
cd
/tmp
...
...
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