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
a8fb41f8
Commit
a8fb41f8
authored
Jan 14, 2015
by
Aggelos Giantsios
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor fix
parent
ae4eac5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
dist.py
dist.py
+1
-0
No files found.
dist.py
View file @
a8fb41f8
...
@@ -48,6 +48,7 @@ for n in range(1, len(slaves)+1):
...
@@ -48,6 +48,7 @@ for n in range(1, len(slaves)+1):
for
slv
in
slvs
:
for
slv
in
slvs
:
cmd
=
"./orbit +RTS -N
%
s -RTS dist slave
%
s
%
s > /dev/null"
%
(
core
,
slv
[
"host"
],
slv
[
"port"
])
cmd
=
"./orbit +RTS -N
%
s -RTS dist slave
%
s
%
s > /dev/null"
%
(
core
,
slv
[
"host"
],
slv
[
"port"
])
prcs
=
subprocess
.
Popen
(
cmd
,
shell
=
True
)
prcs
=
subprocess
.
Popen
(
cmd
,
shell
=
True
)
time
.
sleep
(
2
)
t1
=
time
.
time
()
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
%
s -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
=
subprocess
.
Popen
(
cmd
,
shell
=
True
)
...
...
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