Last change
on this file since 9449 was
6152,
checked in by bfarka, 14 years ago
|
added ecj and custom statistics to communicate with the okb services #1441
|
File size:
1.1 KB
|
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 = ant.master.params
|
---|
6 |
|
---|
7 | #### NO LONGER NEEDED
|
---|
8 | # We tell our slave that he's a slave.
|
---|
9 | # eval.i-am-slave = true
|
---|
10 | #### END NO LONGER NEEDED
|
---|
11 |
|
---|
12 | # You may want to customize each slave by giving it a unique
|
---|
13 | # name like this:
|
---|
14 | #
|
---|
15 | # eval.slave-name = my-slave-name
|
---|
16 | #
|
---|
17 | # (do this differently for each slave:, slave-2, slave-3, etc.)
|
---|
18 | # Otherwise, each slave will give itself an approximately unique name based
|
---|
19 | # on the current time and the IP address of the slave. The unique name
|
---|
20 | # doesn't HAVE to be unique -- it's just for printing/debug purposes.
|
---|
21 |
|
---|
22 |
|
---|
23 | # We want to make sure that the Slave's Statistics object does not
|
---|
24 | # override the Master's statistics files. The easiest way to do this
|
---|
25 | # is to eliminate the Statistics object in the slave by setting it
|
---|
26 | # to the (empty default) Statistics class with no children.
|
---|
27 |
|
---|
28 | eval.stat = ec.Statistics
|
---|
29 | eval.stat.num-children = 0
|
---|
30 |
|
---|
31 |
|
---|
32 | # The slave needs to know where the Master is. You need to
|
---|
33 | # change this.
|
---|
34 | eval.master.host = 127.0.0.1
|
---|
Note: See
TracBrowser
for help on using the repository browser.