Changes between Version 5 and Version 6 of FeddMultiSwapExample
- Timestamp:
- Sep 21, 2011 2:37:46 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FeddMultiSwapExample
v5 v6 1 1 = Multi-Party Experiment Creation Example = 2 2 3 This example walks through creating a multiparty experiment from a single experiment topology description. That description may have been created from [wiki:FeddMulti#ComposingFragments a compostion program] or createdby hand. We describe the key elements of the experiment description and walk through the creation.3 This example walks through creating a multiparty experiment from a single experiment topology description. That description may have been created from [wiki:FeddMulti#ComposingFragments a compostion program] or by hand. We describe the key elements of the experiment description and walk through the creation. 4 4 5 5 == Experiment Description == … … 73 73 Briefly, the first two lines set the DETER project that will be used to configure each party's area. The deter/a area will be an experiment owned by the TIED project; deter/b will be configured by the SAFER project. The '''project_export''' service exports the user configuration and filesystem named by the '''project''' (project=TIED) attribute. 74 74 75 The next three lines configure the SEER experiment control system. The '''local_seer''' service will add a node named '''control''' to each experiment that is effictively invisible outside the party's area. Computers will treat that as a SEER controller, and experimenters can connect to it directly to see and manipulate their areas. The '''seer_master''' service adds a node named seer-masterto the experiment that each area's controller will also connect to. Connecting to the seer-master controller allows thw whole experiment to be viewed and manipulated.75 The next three lines configure the SEER experiment control system. The '''local_seer''' service will add a node named '''control''' to each experiment that is effictively invisible outside the party's area. Computers will treat that as a SEER controller, and experimenters can connect to it directly to see and manipulate their areas. The '''seer_master''' service adds a node named '''seer-master''' to the experiment that each area's controller will also connect to. Connecting to the seer-master controller allows thw whole experiment to be viewed and manipulated. 76 76 77 77 == Creating the Experiment == … … 168 168 }}} 169 169 170 You can manipulate the various parts by logging into the machines or using SEER. 170 You can manipulate the various parts by logging into the machines or using SEER. The federation interface is being developed to allow you to do more through it.