summaryrefslogtreecommitdiff
path: root/CIAO/examples/Hello/descriptors/run_test_shs.pl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/examples/Hello/descriptors/run_test_shs.pl')
-rwxr-xr-xCIAO/examples/Hello/descriptors/run_test_shs.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/CIAO/examples/Hello/descriptors/run_test_shs.pl b/CIAO/examples/Hello/descriptors/run_test_shs.pl
index 658b2f52fd0..f115d6b83da 100755
--- a/CIAO/examples/Hello/descriptors/run_test_shs.pl
+++ b/CIAO/examples/Hello/descriptors/run_test_shs.pl
@@ -20,10 +20,10 @@ $nr_daemon = 2;
@ports = ( 60001, 60002 );
@iorbases = ( "NodeApp1.ior", "NodeApp2.ior" );
@iorfiles = 0;
-@nodenames = ( "Sender", "Receiver" );
+@nodenames = ( "SenderNode", "ReceiverNode" );
$status = 0;
-$dat_file = "NodeManagerMap.dat";
+$dat_file = "NodeManagerMap.cdd";
$cdp_file = "DeploymentPlan.cdp";
$controller_exec = "$CIAO_ROOT/examples/Hello/Sender/starter";
@@ -216,7 +216,7 @@ $daemons_running = 1;
# Invoke execution manager.
print "Invoking execution manager (dance_execution_manager.exe) with -e$ior_emfile\n";
$EM = $tg_exe_man->CreateProcess ("$DANCE_ROOT/bin/dance_execution_manager",
- "-e$ior_emfile --node-map $dat_file");
+ "-e$ior_emfile --cdd $dat_file");
$EM->Spawn ();
if ($tg_exe_man->WaitForFileTimed ($ior_embase,