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
7a8a32ab
Commit
7a8a32ab
authored
Jan 14, 2015
by
Aggelos Giantsios
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reorder the configurations
parent
4d691332
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
dist.py
dist.py
+4
-3
No files found.
dist.py
View file @
7a8a32ab
...
...
@@ -31,9 +31,10 @@ print_all("Master @ %s" % master)
print_all
(
"Slaves @
%
s"
%
slaves
)
print_all
(
"======================================================================"
)
for
n
in
range
(
2
,
len
(
slaves
)
+
1
,
2
):
for
iwp
in
iwps
:
for
iwp
in
iwps
:
for
vsn
in
versions
:
for
n
in
range
(
2
,
len
(
slaves
)
+
1
,
2
):
for
core
in
cores
:
for
rep
in
range
(
reps
):
workers
=
workersPerCore
*
core
...
...
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