| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 |
<?org-vrjuggler-jccl-settings configuration.version="3.0"?> |
|---|
| 3 |
<configuration xmlns="http://www.vrjuggler.org/jccl/xsd/3.0/configuration" name="Base Simulator Configuration" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.vrjuggler.org/jccl/xsd/3.0/configuration http://www.vrjuggler.org/jccl/xsd/3.0/configuration.xsd"> |
|---|
| 4 |
<elements> |
|---|
| 5 |
<cluster_manager name="Cluster Configuration" version="1"> |
|---|
| 6 |
<plugin>${VJ_BASE_DIR}/lib/gadgeteer/plugins/libApplicationDataManager.so</plugin> |
|---|
| 7 |
<plugin>${VJ_BASE_DIR}/lib/gadgeteer/plugins/libRemoteInputManager.so</plugin> |
|---|
| 8 |
<plugin>${VJ_BASE_DIR}/lib/gadgeteer/plugins/libStartBarrierPlugin.so</plugin> |
|---|
| 9 |
<plugin>${VJ_BASE_DIR}/lib/gadgeteer/plugins/libSwapLockTCPPlugin.so</plugin> |
|---|
| 10 |
<cluster_nodes>Node(crash)</cluster_nodes> |
|---|
| 11 |
<cluster_nodes>Node(dvg1-a)</cluster_nodes> |
|---|
| 12 |
<cluster_nodes>Node(dvg1-b)</cluster_nodes> |
|---|
| 13 |
<cluster_nodes>Node(dvg2-a)</cluster_nodes> |
|---|
| 14 |
<cluster_nodes>Node(dvg2-b)</cluster_nodes> |
|---|
| 15 |
<cluster_nodes>Node(dvg3-a)</cluster_nodes> |
|---|
| 16 |
<cluster_nodes>Node(dvg3-b)</cluster_nodes> |
|---|
| 17 |
<barrier_master>Node(crash)</barrier_master> |
|---|
| 18 |
</cluster_manager> |
|---|
| 19 |
<swap_lock_tcp_plugin name="Swap Lock" version="1"> |
|---|
| 20 |
<sync_server>Node(crash)</sync_server> |
|---|
| 21 |
<listen_port>17005</listen_port> |
|---|
| 22 |
</swap_lock_tcp_plugin> |
|---|
| 23 |
<start_barrier_plugin name="Start Barrier" version="1"> |
|---|
| 24 |
<start_master>Node(crash)</start_master> |
|---|
| 25 |
</start_barrier_plugin> |
|---|
| 26 |
</elements> |
|---|
| 27 |
</configuration> |
|---|
| 28 |
|
|---|