Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-orbit
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
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Katerina Roukounaki
cloud-orbit
Commits
08f947f5
Commit
08f947f5
authored
Jan 14, 2015
by
Aggelos Giantsios
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Amend configuration for sandy.it.uu.se
parent
7a8a32ab
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
dist.py
dist.py
+3
-2
No files found.
dist.py
View file @
08f947f5
...
...
@@ -17,7 +17,7 @@ cores = [1]
workersPerCore
=
1
master
=
{
"host"
:
"127.0.0.1"
,
"port"
:
5050
}
slaves
=
[]
for
port
in
range
(
5051
,
5051
+
16
):
for
port
in
range
(
5051
,
5051
+
64
):
slaves
.
append
({
"host"
:
"127.0.0.1"
,
"port"
:
port
})
print_all
(
"Parallel Orbit"
)
...
...
@@ -34,9 +34,10 @@ print_all("=====================================================================
for
iwp
in
iwps
:
for
vsn
in
versions
:
for
n
in
range
(
2
,
len
(
slaves
)
+
1
,
2
):
for
n
in
range
(
2
,
32
+
1
,
2
):
for
core
in
cores
:
for
rep
in
range
(
reps
):
time
.
sleep
(
2
)
workers
=
workersPerCore
*
core
slvs
=
slaves
[
0
:
n
]
print_all
(
"Slaves:
%
s, Version:
%
s, IWP:
%
s, Cores:
%
s, Workers:
%
s, Execution:
%
s"
%
(
n
,
vsn
,
iwp
,
core
,
workers
,
rep
))
...
...
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