]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
more debug, mt
authorhadaq <hadaq>
Mon, 22 Sep 2003 15:03:45 +0000 (15:03 +0000)
committerhadaq <hadaq>
Mon, 22 Sep 2003 15:03:45 +0000 (15:03 +0000)
hadaq/start_agents_parallel_sep03

index 61c878168714e0bf6384da2cdcce4852a5981e3d..df20863b791b34044e899568e60936c040923ac0 100644 (file)
@@ -89,7 +89,7 @@ foreach $cur_system (@subSys) {
        $agent_path = "/home/hadaq/" . $beamTime . "/eb/hadaq_tcl";
     }
 
-    my($exec_command) = "rsh $cpu -l $user_name \"sh -c 'cd; . .bash_profile; cd $agent_path; echo \"DAQSETUP: \\\$DAQ_SETUP\"; type daq_agent; echo \"PWD:\"; pwd; ./daq_agent'\"";
+    my($exec_command) = "rsh $cpu -l $user_name \"sh -c 'cd; . .bash_profile; kill_all_daq_procs; cd $agent_path; echo \"DAQSETUP: \\\$DAQ_SETUP\"; type daq_agent; echo \"PWD:\"; pwd; ./daq_agent'\"";
     print "exec: $exec_command\n";
     system($exec_command);
     print "finished pid:  $PID , cpu: $cpu, subsystem:  $cur_system, command: $exec_command\n";