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
e502adf6
Commit
e502adf6
authored
Jan 14, 2015
by
Aggelos Giantsios
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Refine the configuration
parent
08f947f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dist.py
dist.py
+2
-2
No files found.
dist.py
View file @
e502adf6
...
...
@@ -34,7 +34,7 @@ print_all("=====================================================================
for
iwp
in
iwps
:
for
vsn
in
versions
:
for
n
in
range
(
2
,
3
2
+
1
,
2
):
for
n
in
range
(
2
,
4
2
+
1
,
2
):
for
core
in
cores
:
for
rep
in
range
(
reps
):
time
.
sleep
(
2
)
...
...
@@ -46,7 +46,7 @@ for iwp in iwps:
prcs
=
subprocess
.
Popen
(
cmd
,
shell
=
True
)
time
.
sleep
(
2
)
t1
=
time
.
time
()
cmd
=
"./orbit +RTS -N
%
s
-RTS dist master
%
s
%
s
%
s
%
s
%
s > /dev/null"
%
(
n
,
iwp
,
vsn
,
workers
,
master
[
"host"
],
master
[
"port"
])
cmd
=
"./orbit +RTS -N
1
-RTS dist master
%
s
%
s
%
s
%
s
%
s > /dev/null"
%
(
n
,
iwp
,
vsn
,
workers
,
master
[
"host"
],
master
[
"port"
])
p
=
subprocess
.
Popen
(
cmd
,
shell
=
True
)
p
.
wait
()
t2
=
time
.
time
()
...
...
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