Last change
on this file since 10207 was
6152,
checked in by bfarka, 14 years ago
|
added ecj and custom statistics to communicate with the okb services #1441
|
File size:
779 bytes
|
Line | |
---|
1 | # Copyright 2006 by Sean Luke and George Mason University |
---|
2 | # Licensed under the Academic Free License version 3.0 |
---|
3 | # See the file "LICENSE" for more information |
---|
4 | |
---|
5 | parent.0 = client.params |
---|
6 | exch.i-am-server = true |
---|
7 | |
---|
8 | #exch.sync = true |
---|
9 | |
---|
10 | ### These parameters are only used if the per-island |
---|
11 | ### versions aren't specified. |
---|
12 | #exch.mod = 4 |
---|
13 | #exch.start = 1 |
---|
14 | #exch.size = 4 |
---|
15 | #exch.mailbox-capacity = 20 |
---|
16 | |
---|
17 | exch.num-islands = 2 |
---|
18 | |
---|
19 | exch.island.0.id = Minoa |
---|
20 | exch.island.0.num-mig = 1 |
---|
21 | exch.island.0.mig.0 = Crete |
---|
22 | exch.island.0.size = 4 |
---|
23 | exch.island.0.mod = 6 |
---|
24 | exch.island.0.start = 3 |
---|
25 | exch.island.0.mailbox-capacity = 20 |
---|
26 | |
---|
27 | exch.island.1.id = Crete |
---|
28 | exch.island.1.num-mig = 1 |
---|
29 | exch.island.1.mig.0 = Minoa |
---|
30 | exch.island.1.size = 4 |
---|
31 | exch.island.1.mod = 6 |
---|
32 | exch.island.1.start = 5 |
---|
33 | exch.island.1.mailbox-capacity = 20 |
---|
34 | |
---|
Note: See
TracBrowser
for help on using the repository browser.