Changeset 8527 for trunk/MagicSoft
- Timestamp:
- 05/18/07 19:04:18 (17 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8525 r8527 18 18 19 19 -*-*- END OF LINE -*-*- 20 2007/05/18 Daniela Dorner 21 22 * datacenter/scripts/runcorsika: 23 - added (script to run corsika automatically) 24 25 * datacenter/scripts/runreflector: 26 - added (script to run reflector automatically) 27 28 * datacenter/scripts/runcamera: 29 - added (script to run camera automatically) 30 31 * datacenter/scripts/jobmanager: 32 - added possibility to start separate jobmanager for the MC 33 processing by giving 'mc' as command line option 34 35 * datacenter/scripts/setup: 36 - added setting for MC production steps 37 38 * datacenter/scripts/sourcefile: 39 - added fail codes for MC production steps 40 41 * steps.rc: 42 - added settings for MC production steps 43 - removed timer table information (this was only neede by the 44 macro getdolist.C in case of day-wise processing of data) 45 46 47 20 48 2007/05/17 Thomas Bretz 21 49 -
trunk/MagicSoft/Mars/datacenter/scripts/jobmanager
r8482 r8527 36 36 echo "" >> $jmscriptlog 2>&1 37 37 echo "starting jobmanager ("`date`")" >> $jmscriptlog 2>&1 38 39 if [ "$1" == "" ] 40 then 41 echo "running jobmanager for data" >> $jmscriptlog 2>&1 42 scripts=( ${datascripts[@]} ) 43 scriptscolname=( ${datascriptscolname[@]} ) 44 elif [ "$1" = "mc" ] 45 then 46 echo "running jobmanager for mc" >> $jmscriptlog 2>&1 47 scripts=( ${mcscripts[@]} ) 48 scriptscolname=( ${mcscriptscolname[@]} ) 49 else 50 echo "$1 is awrong commandline option for jobmanager -> exit" >> $jmscriptlog 2>&1 51 printprocesslog "WARN $1 is wrong commandline option for jobmanager" 52 finish >> $jmscriptlog 2>&1 53 fi 38 54 39 55 prev=$max -
trunk/MagicSoft/Mars/datacenter/scripts/setup
r8499 r8527 51 51 mcrawpath=$mcpath/rawfiles 52 52 mcsequpath=$mcpath/sequences 53 reflectorversion="reflector 0.7" 54 cameraversion="camera 0.75" 53 55 54 56 webpath=/www/htdocs/datacenter … … 68 70 #scripts=( "runcallisto" "runstar" "runganymed" "dodatacheck" ) 69 71 #scriptscolname=( "fCallisto" "fStar" "fGanymed" "fDataCheckDone" ) 70 scripts=( "runcallisto" "runstar" "runganymed" )71 scriptscolname=( "fCallisto" "fStar" "fGanymed" )72 datascripts=( "runcallisto" "runstar" "runganymed" ) 73 datascriptscolname=( "fCallisto" "fStar" "fGanymed" ) 72 74 73 75 #hour: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 … … 90 92 pnoswe=( ${pnocallistowe[@]} ${pnostarwe[@]} ${pnoganymedwe[@]} ) 91 93 94 # values for mc production 95 mcscripts=( "runcorsika" "runreflector" "runcamera" ) 96 mcscriptscolname=( "fCorsikaFileAvail" "fReflectorFileAvail" "fCameraFileAvail" ) 97 98 #hour: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 99 100 pnocorsika=( 12 12 12 12 12 12 12 10 9 8 7 7 7 7 7 7 7 7 7 8 9 10 12 12 ) 101 pnoreflector=( 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 ) 102 pnocamera=( 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 ) 103 104 pnocorsikawe=( 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 ) 105 pnoreflectorwe=( 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 ) 106 pnocamerawe=( 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 ) 107 108 pnosweek=( ${pnocorsika[@]} ${pnoreflector[@]} ${pnocamera[@]} ) 109 pnoswe=( ${pnocorsikawe[@]} ${pnoreflectorwe[@]} ${pnocamerawe[@]} ) 110 -
trunk/MagicSoft/Mars/datacenter/scripts/sourcefile
r8525 r8527 105 105 Fganymed=21 106 106 Ffillganymed=22 107 107 #mc run process status 108 Fcorsika=23 109 Freflector=24 110 Fcamera=25 108 111 109 112 # setup for jobmanager: -
trunk/MagicSoft/Mars/steps.rc
r8482 r8527 1 1 #primaries: 2 2 SequenceBuildStatus.Primary: fDate 3 #SequenceBuildStatus.TimerTable: -4 3 RunProcessStatus.Primary: fRunNumber 5 RunProcessStatus.TimerTable: RunData6 4 SequenceProcessStatus.Primary: fSequenceFirst 7 SequenceProcessStatus.TimerTable: Sequences8 5 DataSetProcessStatus.Primary: fDataSetNumber 9 #DataSetProcessStatus.TimerTable: - 10 6 MCRunProcessStatus.Primary: fMCRunNumber 7 MCSequenceProcessingStatus.Primary: fMCSequenceFirst 11 8 12 9 #-------------------------------------------------------------------- … … 211 208 212 209 210 #-------------------------------------------------------------------- 211 212 213 #MCRunProcessStatus.fMCRunNumber: 214 MCRunProcessStatus.fMCRunNumber.Default: yes 215 #MCRunProcessStatus.fMCRunNumber.Needs: - 216 MCRunProcessStatus.fMCRunNumber.Influences: MCRunProcessStatus.fCameraInputCreated 217 MCRunProcessStatus.fMCRunNumber.Reset: yes 218 219 220 #MCRunProcessStatus.fCameraInputCreated: 221 MCRunProcessStatus.fCameraInputCreated.Default: no 222 MCRunProcessStatus.fCameraInputCreated.Needs: MCRunProcessStatus.fMCRunNumber 223 MCRunProcessStatus.fCameraInputCreated.Influences: MCRunProcessStatus.fReflectorInputCreated 224 MCRunProcessStatus.fCameraInputCreated.Reset: yes 225 226 227 #MCRunProcessStatus.fReflectorInputCreated: 228 MCRunProcessStatus.fReflectorInputCreated.Default: no 229 MCRunProcessStatus.fReflectorInputCreated.Needs: MCRunProcessStatus.fCameraInputCreated 230 MCRunProcessStatus.fReflectorInputCreated.Influences: MCRunProcessStatus.fCorsikaInputCreated 231 MCRunProcessStatus.fReflectorInputCreated.Reset: yes 232 233 234 #MCRunProcessStatus.fCorsikaInputCreated: 235 MCRunProcessStatus.fCorsikaInputCreated.Default: no 236 MCRunProcessStatus.fCorsikaInputCreated.Needs: MCRunProcessStatus.fReflectorInputCreated 237 MCRunProcessStatus.fCorsikaInputCreated.Influences: MCRunProcessStatus.fCorsikaFileAvail 238 MCRunProcessStatus.fCorsikaInputCreated.Reset: yes 239 240 241 #MCRunProcessStatus.fCorsikaFileAvail: 242 MCRunProcessStatus.fCorsikaFileAvail.Default: no 243 MCRunProcessStatus.fCorsikaFileAvail.Needs: MCRunProcessStatus.fCorsikaInputCreated 244 MCRunProcessStatus.fCorsikaFileAvail.Influences: MCRunProcessStatus.fReflectorFileAvail MCRunProcessStatus.fCameraFileAvail 245 MCRunProcessStatus.fCorsikaFileAvail.Reset: yes 246 247 248 #MCRunProcessStatus.fReflectorFileAvail: 249 MCRunProcessStatus.fReflectorFileAvail.Default: no 250 MCRunProcessStatus.fReflectorFileAvail.Needs: MCRunProcessStatus.fCorsikaFileAvail 251 MCRunProcessStatus.fReflectorFileAvail.Influences: MCRunProcessStatus.fCameraFileAvail 252 MCRunProcessStatus.fReflectorFileAvail.Reset: yes 253 254 255 #MCRunProcessStatus.fCameraFileAvail: 256 MCRunProcessStatus.fCameraFileAvail.Default: no 257 MCRunProcessStatus.fCameraFileAvail.Needs: MCRunProcessStatus.fReflectorFileFileAvail 258 #MCRunProcessStatus.fCameraFileAvail.Influences: 259 MCRunProcessStatus.fCameraFileAvail.Reset: yes 260 261
Note:
See TracChangeset
for help on using the changeset viewer.