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
bc89514f
Commit
bc89514f
authored
Jan 14, 2015
by
Aggelos Giantsios
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor fix
parent
a8092b6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dist.py
dist.py
+1
-1
No files found.
dist.py
View file @
bc89514f
...
@@ -46,7 +46,7 @@ for iwp in iwps:
...
@@ -46,7 +46,7 @@ for iwp in iwps:
prcs
=
subprocess
.
Popen
(
cmd
,
shell
=
True
)
prcs
=
subprocess
.
Popen
(
cmd
,
shell
=
True
)
time
.
sleep
(
2
)
time
.
sleep
(
2
)
t1
=
time
.
time
()
t1
=
time
.
time
()
cmd
=
"./orbit +RTS -N1 -RTS dist master
%
s
%
s
%
s
%
s
%
s > /dev/null"
%
(
n
,
iwp
,
vsn
,
workers
,
master
[
"host"
],
master
[
"port"
])
cmd
=
"./orbit +RTS -N1 -RTS dist master
%
s
%
s
%
s
%
s
%
s > /dev/null"
%
(
iwp
,
vsn
,
workers
,
master
[
"host"
],
master
[
"port"
])
p
=
subprocess
.
Popen
(
cmd
,
shell
=
True
)
p
=
subprocess
.
Popen
(
cmd
,
shell
=
True
)
p
.
wait
()
p
.
wait
()
t2
=
time
.
time
()
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