Last change
on this file since 11194 was
6152,
checked in by bfarka, 14 years ago
|
added ecj and custom statistics to communicate with the okb services #1441
|
File size:
972 bytes
|
Line | |
---|
1 | In this model, three islands are created: |
---|
2 | Wallops, Assateague, and Chincoteague. |
---|
3 | Wallops will be the server. |
---|
4 | |
---|
5 | To run this example, launch three processes |
---|
6 | using the wallops.params, assateague.params, or |
---|
7 | chincoteague.params parameter files respectively. |
---|
8 | If you're running them on the same machines, you can |
---|
9 | simply do: |
---|
10 | |
---|
11 | java ec.Evolve -file wallops.params |
---|
12 | |
---|
13 | java ec.Evolve -file assateague.params |
---|
14 | |
---|
15 | java ec.Evolve -file chincoteague.params |
---|
16 | |
---|
17 | If you're running the processes on different machines, |
---|
18 | you'll need to modify the server address |
---|
19 | so the machines know where wallops (the server) is located: |
---|
20 | |
---|
21 | java ec.Evolve -file wallops.params |
---|
22 | |
---|
23 | java ec.Evolve -file assateague.params \ |
---|
24 | -p exch.server-addr=address.of.wallops.com |
---|
25 | |
---|
26 | java ec.Evolve -file chincoteague.params \ |
---|
27 | -p exch.server-addr=address.of.wallops.com |
---|
28 | |
---|
29 | The parameter files have been set up to define different |
---|
30 | socket ports for each client; though this is only necessary |
---|
31 | if they're running on the same computer. |
---|
Note: See
TracBrowser
for help on using the repository browser.