Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
uva
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Taddeüs Kroes
uva
Commits
26000269
Commit
26000269
authored
Jul 10, 2011
by
Taddeus Kroes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ModSim ass4 taddeus: Ran benchmark on 10 nodes.
parent
359746b2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
39 additions
and
43 deletions
+39
-43
modsim/ass4_taddeus/vibstring/par.sh
modsim/ass4_taddeus/vibstring/par.sh
+6
-5
modsim/ass4_taddeus/vibstring/report/bench.txt
modsim/ass4_taddeus/vibstring/report/bench.txt
+33
-38
No files found.
modsim/ass4_taddeus/vibstring/par.sh
View file @
26000269
...
@@ -5,12 +5,13 @@ if [ $# -lt 7 ]; then
...
@@ -5,12 +5,13 @@ if [ $# -lt 7 ]; then
fi
fi
# Build hosts string
# Build hosts string
hosts
=
"edu020,edu021"
START
=
19
cur
=
`
expr
$START
+ 1
`
hosts
=
"edu0
$START
,edu0
$cur
"
for
i
in
`
seq
3
$1
`
;
do
for
i
in
`
seq
3
$1
`
;
do
hosts
=
"
$hosts
,edu02
`
expr
$i
- 1
`
"
cur
=
`
expr
$cur
+ 1
`
hosts
=
"
$hosts
,edu0
$cur
"
done
done
#mpirun -np ${1-4} ./par ${@:2:$#}
mpirun
-mca
plm_rsh_agent /usr/bin/rsh
-n
$1
-host
$hosts
./par
${
@
:2:
$#}
mpirun
-mca
plm_rsh_agent /usr/bin/rsh
-n
$1
-host
$hosts
./par
${
@
:2:
$#}
#mpirun -np
${
1
-4
}
--mca pls_rsh_agent rsa \
#mpirun -np
${
1
-4
}
./par
${
@
:2:
$#}
# --hostfile ~/.mpirun.machines ./par
${
@
:2:
$#}
modsim/ass4_taddeus/vibstring/report/bench.txt
View file @
26000269
19.48
19.47
2 11.03
2 11.06
2 10.99
2 11.04
2 11.07
2 11.07
3 7.86
2 11.09
3 7.83
2 11.00
3 11.37
3 8.09
3 8.03
3 8.76
4 6.47
3 8.09
4 7.02
3 8.27
4 6.30
4 6.92
4 6.45
4 6.83
5 5.29
4 7.24
5 5.68
4 6.70
5 5.50
5 6.20
5 6.05
5 5.46
6 4.66
5 5.40
6 4.66
5 5.88
6 5.62
6 5.25
6 5.25
6 4.71
6 4.94
7 4.63
6 5.07
7 4.42
7 4.48
7 4.44
7 4.84
7 4.23
7 4.85
7 5.02
8 4.44
8 4.51
8 4.51
8 3.91
8 4.93
8 4.14
8 4.36
8 4.11
Command exited with non-zero status 1
9 21.12
9 4.22
9 4.08
9 4.31
9 4.31
Command exited with non-zero status 1
9 3.67
10 3.05
9 4.30
Command exited with non-zero status 1
9 4.15
10 3.05
10 4.05
Command exited with non-zero status 1
10 3.66
10 3.05
10 3.90
Command exited with non-zero status 1
10 3.88
10 3.10
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