Changeset 9586
- Timestamp:
- 06/14/10 17:21:31 (14 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r9585 r9586 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 2010/06/14 Daniela Dorner 22 23 * datacenter/scripts/sourcefile: 24 - bugfix in query 25 26 * datacenter/scripts/runcorsika: 27 - added output of command to processlog 28 29 * datacenter/scripts/setup.wue.fact.mc: 30 - changed setup to be used by user montecarlo to reproduce some 31 corsikas 32 33 20 34 21 35 2010/06/11 Daniela Dorner -
trunk/MagicSoft/Mars/datacenter/scripts/runcorsika
r9585 r9586 201 201 cd $corsikapath 202 202 203 printprocesslog "INFO executing 'printinputcard | ./cc6501p-linux >| $logfile 2>&1' in directory $corsikapath " 203 204 printinputcard | ./cc6501p-linux >| $logfile 2>&1 204 205 -
trunk/MagicSoft/Mars/datacenter/scripts/setup.wue.fact.mc
r9585 r9586 41 41 42 42 # logging and setup 43 logpath=/ home/montecarlo/fact_db_test44 lockpath=/ home/montecarlo/fact_db_test/locks45 setuppath=/ home/montecarlo/fact_db_test/setup43 logpath=/magic/datacenter/fact/autologs 44 lockpath=/magic/datacenter/fact/locks 45 setuppath=/magic/datacenter/fact/setup 46 46 47 47 ## paths of data … … 55 55 #mcrawpath=$mcpath/rawfiles 56 56 #mcsequpath=$mcpath/sequences 57 #corsikapath=/home/operator/Corsika/Mmcs6500/ 58 #detectordir=/home/msmeyer/MC/MagicSoft/Simulation/Detector 59 #reflectorversion="reflector 0.7" 60 #cameraversion="camera 0.8" 61 #export FLUPRO=$corsikapath'/fluka2008_3' 57 corsikapath=/home/montecarlo/Simulation/Corsika/Mmcs6500 58 export FLUPRO=$corsikapath'/fluka2008_3' 62 59 63 60 … … 70 67 # rcfiles 71 68 # dependencies of steps 72 steps=$mars/resources/steps_fact 2.rc69 steps=$mars/resources/steps_fact.rc 73 70 # file with db information 74 71 sqlrc=$mars/sql.rc … … 100 97 pnototalwe=( 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 ) 101 98 102 pnoceres=( 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 ) 103 pnocprun=( 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 ) 99 pnocorsika=( 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 ) 100 pnoceres=( 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 ) 101 pnocprun=( 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 ) 104 102 pnocallisto=( 32 32 32 32 32 20 20 18 18 12 12 12 12 12 12 12 12 12 12 18 18 20 20 32 ) 105 103 pnostar=( 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 ) 106 104 107 pnocereswe=( 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 ) 108 pnocprunwe=( 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 ) 105 pnocorsikawe=( 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 ) 106 pnocereswe=( 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 ) 107 pnocprunwe=( 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 ) 109 108 pnocallistowe=( 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 ) 110 109 pnostarwe=( 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 ) 111 110 112 # #set variables for jobmanager113 #scripts=( "runstar2" "runcallisto2" "cprun" "runceres" )114 #scriptscolname=( "Star" "Callisto" "CPRun" "Ceres" )115 #pnosweek=( ${pnostar[@]} ${pnocallisto[@]} ${pnocprun[@]} ${pnoceres[@]} )116 #pnoswe=( ${pnostarwe[@]} ${pnocallistowe[@]} ${pnocprunwe[@]} ${pnocereswe[@]} )111 # set variables for jobmanager 112 scripts=( "runcorsika" ) 113 scriptscolname=( "Corsika" ) 114 pnosweek=( ${pnocorsika[@]} ) 115 pnoswe=( ${pnocorsikawe[@]} ) 117 116 118 # set variables for jobmanager119 scripts=( "runstar2" "runcallisto2" "runceres" )120 scriptscolname=( "Star" "Callisto" "Ceres" )121 pnosweek=( ${pnostar[@]} ${pnocallisto[@]} ${pnoceres[@]} )122 pnoswe=( ${pnostarwe[@]} ${pnocallistowe[@]} ${pnocereswe[@]} )123 -
trunk/MagicSoft/Mars/datacenter/scripts/sourcefile
r9585 r9586 317 317 done 318 318 # add condition for the status of the step itself 319 query=$query" AND ISNULL("$step"Status.fStartTime) " 319 if [ $counter -gt 0 ] 320 then 321 query=$query" AND " 322 fi 323 query=$query" ISNULL("$step"Status.fStartTime) " 320 324 query=$query" AND ISNULL("$step"Status.fStopTime) " 321 325 query=$query" AND ISNULL("$step"Status.fReturnCode) "
Note:
See TracChangeset
for help on using the changeset viewer.