summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthrall <thrall@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-06-26 19:54:35 +0000
committerthrall <thrall@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-06-26 19:54:35 +0000
commita1f4a8ae88127eee33f8060e37a432ec9bb93a76 (patch)
tree4e7792e79bf01539757d46b90ae9884f12d12cb0
parentbbfbd908070a0639e5218692c1e6ab1ded4a6a7d (diff)
downloadATCD-a1f4a8ae88127eee33f8060e37a432ec9bb93a76.tar.gz
Added readme describing how to run
-rw-r--r--TAO/orbsvcs/examples/RtEC/Federated_Kokyu/chain_test/README13
-rw-r--r--TAO/orbsvcs/examples/RtEC/Federated_Kokyu/fan_test/README24
-rw-r--r--TAO/orbsvcs/examples/RtEC/Federated_Kokyu/rand_work_test/README14
3 files changed, 51 insertions, 0 deletions
diff --git a/TAO/orbsvcs/examples/RtEC/Federated_Kokyu/chain_test/README b/TAO/orbsvcs/examples/RtEC/Federated_Kokyu/chain_test/README
new file mode 100644
index 00000000000..6d92e6c5faa
--- /dev/null
+++ b/TAO/orbsvcs/examples/RtEC/Federated_Kokyu/chain_test/README
@@ -0,0 +1,13 @@
+What: Supplier_EC, Consumer_Supplier_EC, Consumer_EC
+
+How: This test runs a single, 3-subtask task. Each subtask runs in a
+separate process. First run Consumer_EC (for T1_3), then
+Consumer_Supplier_EC (for T1_2), then Supplier_EC (for T1_1).
+
+Note that to run with EDF instead of RMS (the default), you'll need
+the '-s edf' flag just as with the RG test.
+
+Where:
+ron (Server)
+hermione (Middle)
+norbert (Client)
diff --git a/TAO/orbsvcs/examples/RtEC/Federated_Kokyu/fan_test/README b/TAO/orbsvcs/examples/RtEC/Federated_Kokyu/fan_test/README
new file mode 100644
index 00000000000..b73817285da
--- /dev/null
+++ b/TAO/orbsvcs/examples/RtEC/Federated_Kokyu/fan_test/README
@@ -0,0 +1,24 @@
+What: Supplier_EC, Consumer_EC
+
+How: This test runs a single task which has multiple subtasks. T1_1 is
+in Supplier_EC and you can have X other subtasks (where X is some
+integer), each in its own separate instance of Consumer_EC. To do this,
+you'll need to specify different IOR file names for each Consumer_EC,
+like this:
+
+`Consumer_EC -o iorfilename`
+
+Then, once all the Consumer_EC's are started, start the Supplier_EC and
+give it the filenames for all the Consumer_EC's. If there are 2
+Consumer_ECs with IOR filenames "consumer1_ec.ior" and
+"consumer2_ec.ior", then start Supplier_EC like this:
+
+`Supplier_EC -i consumer1_ec.ior -i consumer2_ec.ior`
+
+Note that to run with EDF instead of RMS (the default), you'll need
+the '-s edf' flag just as with the RG test.
+
+Where:
+norbert (Client)
+ron (Server1)
+hermione (Server2) \ No newline at end of file
diff --git a/TAO/orbsvcs/examples/RtEC/Federated_Kokyu/rand_work_test/README b/TAO/orbsvcs/examples/RtEC/Federated_Kokyu/rand_work_test/README
new file mode 100644
index 00000000000..5bd02a2c6a3
--- /dev/null
+++ b/TAO/orbsvcs/examples/RtEC/Federated_Kokyu/rand_work_test/README
@@ -0,0 +1,14 @@
+To run the test, use the provided shell scripts (in the repository)
+which run the 4 processes with the correct arguments:
+
+./Node{1,2,3,4}
+
+The order doesn't matter; they will synchronize themselves, but make
+sure you delete all the IOR files between runs or they'll attempt to
+read them before they are updated by the other processes!
+
+Where:
+norbert (Node1)
+hermione (Node2)
+harry (Node3)
+ron (Node4)