Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
S
sds-tests
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sds
sds-tests
Commits
352feac9
Commit
352feac9
authored
Dec 13, 2018
by
Philip Carns
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
2 changed files
with
22 additions
and
7 deletions
+22
-7
margo-regression.qsub
perf-regression/theta/margo-regression.qsub
+21
-6
run-regression.sh
perf-regression/theta/run-regression.sh
+1
-1
No files found.
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
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