]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
changed rsh to -l hades, mt
authorhadaq <hadaq>
Tue, 20 Nov 2001 19:23:24 +0000 (19:23 +0000)
committerhadaq <hadaq>
Tue, 20 Nov 2001 19:23:24 +0000 (19:23 +0000)
hadaq/trig_all_rich_all_tof_all_shw_parallel.tcl

index 828eb14939d78f914b8f62fa42b2abd58ed45608..b7c26a548bc76478908645573ae5ad3fc5bd8df2 100644 (file)
@@ -32,19 +32,19 @@ group add run hadeb01:evtbuild
 group add run hadeb01:netmem
 
 set duringInit {
-       {run_parallel e7_25:tof1:init  e7_21:tof2:init e7_41:tof3:init r2-28:rich1:init r2-27:rich2:init r2-29:trigconc:init r2-24:rich0:init  r2-14:shw:init >>&hadaq.log}
+       {run_parallel_nov01 e7_25:tof1:init  e7_21:tof2:init e7_41:tof3:init r2-28:rich1:init r2-27:rich2:init r2-29:trigconc:init r2-24:rich0:init  r2-14:shw:init >>&hadaq.log}
 }
 
 set beforeStartAcq {
-       {rsh r2-29 sh -c {'. bin/daqenv nov01; cd nov01/slow; ./trigconc reset'} </dev/null >>&hadaq.log}
-       {run_parallel e7_25:tof1:reset  e7_21:tof2:reset e7_41:tof3:reset r2-28:rich1:reset r2-27:rich2:reset r2-24:rich0:reset r2-14:shw:reset >>&hadaq.log}
-       {rsh r2-29 sh -c {'. bin/daqenv nov01; cd nov01/slow; ./trigconc reset'} </dev/null >>&hadaq.log}
-       {run_parallel e7_25:tof1:start  e7_21:tof2:start e7_41:tof3:start r2-28:rich1:start r2-27:rich2:start r2-29:trigconc:start r2-24:rich0:start  r2-14:shw:start >>&hadaq.log}
-       {rsh r2-29 sh -c {'. bin/daqenv nov01; cd nov01/slow; ./trigconc start'} </dev/null >>&hadaq.log}
+       {rsh -l hades r2-29 sh -c {'. bin/daqenv nov01; cd nov01/slow; ./trigconc reset'} </dev/null >>&hadaq.log}
+       {run_parallel_nov01 e7_25:tof1:reset  e7_21:tof2:reset e7_41:tof3:reset r2-28:rich1:reset r2-27:rich2:reset r2-24:rich0:reset r2-14:shw:reset >>&hadaq.log}
+       {rsh -l hades r2-29 sh -c {'. bin/daqenv nov01; cd nov01/slow; ./trigconc reset'} </dev/null >>&hadaq.log}
+       {run_parallel_nov01 e7_25:tof1:start  e7_21:tof2:start e7_41:tof3:start r2-28:rich1:start r2-27:rich2:start r2-29:trigconc:start r2-24:rich0:start  r2-14:shw:start >>&hadaq.log}
+       {rsh -l hades r2-29 sh -c {'. bin/daqenv nov01; cd nov01/slow; ./trigconc start'} </dev/null >>&hadaq.log}
 }
 
 set afterStartAcq {
-       {rsh r2-29 sh -c {'. bin/daqenv nov01; cd nov01/slow; ./ctustart'} </dev/null >>&hadaq.log}
+       {rsh -l hades r2-29 sh -c {'. bin/daqenv nov01; cd nov01/slow; ./ctustart'} </dev/null >>&hadaq.log}
 }
 
 set beforeStopAcq {
@@ -52,5 +52,5 @@ set beforeStopAcq {
 }
 
 set afterStopAcq {
-       {rsh r2-29 sh -c {'. bin/daqenv nov01; cd nov01/slow; ./ctureset'} </dev/null >>&hadaq.log}
+       {rsh -l hades r2-29 sh -c {'. bin/daqenv nov01; cd nov01/slow; ./ctureset'} </dev/null >>&hadaq.log}
 }