Changeset 7938 for trunk/MagicSoft/Mars
- Timestamp:
- 08/25/06 14:51:40 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 26 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7937 r7938 18 18 19 19 -*-*- END OF LINE -*-*- 20 2006/08/25 Daniela Hoehne 21 22 * datacenter/scripts/setup: 23 - implemented new path for runlogs 24 25 * datacenter/scripts/buildsequenceentries, datacenter/scripts/ 26 checkfilesforsequenceavail, datacenter/scripts/checkstardone, 27 datacenter/scripts/copyscript, datacenter/scripts/correcttime, 28 datacenter/scripts/dodatacheck, datacenter/scripts/doexclusions, 29 datacenter/scripts/doqualityplots, datacenter/scripts/dowebplots, 30 datacenter/scripts/filesondisk, datacenter/scripts/fillcallisto, 31 datacenter/scripts/fillganymed, datacenter/scripts/fillstar, 32 datacenter/scripts/insertdatasets, datacenter/scripts/insertsequences, 33 datacenter/scripts/linkmc, datacenter/scripts/makecallistolinks, 34 datacenter/scripts/runcallisto, datacenter/scripts/runganymed, 35 datacenter/scripts/runstar, datacenter/scripts/processmcsequences, 36 datacenter/scripts/mcsequences: 37 - improved logging (changed runlogpath) 38 39 * datacenter/scripts/checkstardone, datacenter/scripts/insertdatasets, 40 datacenter/scripts/insertsequences: 41 - changed logging outpath 42 43 44 20 45 2006/08/25 Daniela Dorner 21 46 -
trunk/MagicSoft/Mars/datacenter/scripts/buildsequenceentries
r7926 r7938 44 44 lockfile=$lockpath/lock-$program.txt 45 45 46 scriptlogpath=$ logpath/run/$program/`date +%Y/%m`46 scriptlogpath=$runlogpath/$program 47 47 makedir $scriptlogpath 48 48 scriptlog=$scriptlogpath/$program-$datetime.log -
trunk/MagicSoft/Mars/datacenter/scripts/checkfilesforsequenceavail
r7926 r7938 42 42 lockfile=$lockpath/lock-$program.txt 43 43 44 scriptlogpath=$ logpath/run/$program/`date +%Y/%m/%d`44 scriptlogpath=$runlogpath/$program 45 45 makedir $scriptlogpath 46 46 scriptlog=$scriptlogpath/$program-$datetime.log -
trunk/MagicSoft/Mars/datacenter/scripts/checkstardone
r7926 r7938 43 43 lockfile=$lockpath/lock-$program.txt 44 44 45 scriptlogpath=$ logpath/run/$program/`date +%Y/%m/%d`45 scriptlogpath=$runlogpath/$program 46 46 makedir $scriptlogpath 47 47 scriptlog=$scriptlogpath/$program-$datetime.log … … 69 69 do 70 70 no=`printf %08d $dataset | cut -c 0-5` 71 no2=`printf %08d $dataset` 71 72 var1=$no 72 73 var2=$dataset … … 84 85 echo "sequences: "${sequences[@]} >> $scriptlog 2>&1 85 86 86 outpath=$logpath/$program/$no 87 outpath=$logpath/$program/$no/$no2 87 88 makedir $outpath >> $scriptlog 2>&1 88 89 -
trunk/MagicSoft/Mars/datacenter/scripts/copyscript
r7907 r7938 69 69 lockfile=$lockpath/lock-copyscript.txt 70 70 71 scriptlogpath=$ logpath/run/copyscript/`date +%Y/%m/%d`71 scriptlogpath=$runlogpath/$program 72 72 makedir $scriptlogpath 73 73 -
trunk/MagicSoft/Mars/datacenter/scripts/correcttime
r7926 r7938 43 43 44 44 lockfile=$lockpath/lock-$program.txt 45 scriptlogpath=$runlogpath/$program 45 46 46 47 if [ -e $todofile ] -
trunk/MagicSoft/Mars/datacenter/scripts/dodatacheck
r7932 r7938 45 45 set -C 46 46 47 scriptlogpath=$ logpath/run/$program/`date +%Y/%m/%d`47 scriptlogpath=$runlogpath/$program 48 48 makedir $scriptlogpath 49 49 scriptlog=$scriptlogpath/$program-$datetime.log -
trunk/MagicSoft/Mars/datacenter/scripts/doexclusions
r7926 r7938 44 44 lockfile=$lockpath/lock-$program.txt 45 45 46 scriptlogpath=$ logpath/run/$program/`date +%Y/%m`46 scriptlogpath=$runlogpath/$program 47 47 makedir $scriptlogpath 48 48 scriptlog=$scriptlogpath/$program-$datetime.log -
trunk/MagicSoft/Mars/datacenter/scripts/doqualityplots
r7902 r7938 42 42 datetime=`date +%F-%H-%M-%S` 43 43 44 scriptlogpath=$ logpath/run/doqualityplots/`date +%Y/%m/%d`44 scriptlogpath=$runlogpath/$program 45 45 makedir $scriptlogpath 46 46 -
trunk/MagicSoft/Mars/datacenter/scripts/dowebplots
r7902 r7938 41 41 datetime=`date +%F-%H-%M-%S` 42 42 43 scriptlogpath=$ logpath/run/dowebplots/`date +%Y/%m/%d`43 scriptlogpath=$runlogpath/$program 44 44 makedir $scriptlogpath 45 45 -
trunk/MagicSoft/Mars/datacenter/scripts/filesondisk
r7902 r7938 55 55 lockfile=$lockpath/lock-$program.txt 56 56 57 scriptlogpath=$ logpath/run/$program/`date +%Y`57 scriptlogpath=$runlogpath/$program 58 58 makedir $scriptlogpath 59 59 scriptlog=$scriptlogpath/$program-$datetime.log -
trunk/MagicSoft/Mars/datacenter/scripts/fillcallisto
r7926 r7938 45 45 lockfile=$lockpath/lock-$program.txt 46 46 47 scriptlogpath=$ logpath/run/$program/`date +%Y/%m/%d`47 scriptlogpath=$runlogpath/$program 48 48 makedir $scriptlogpath 49 49 scriptlog=$scriptlogpath/run$program-$datetime.log -
trunk/MagicSoft/Mars/datacenter/scripts/fillganymed
r7926 r7938 44 44 lockfile=$lockpath/lock-$program.txt 45 45 46 scriptlogpath=$ logpath/run/$program/`date +%Y/%m/%d`46 scriptlogpath=$runlogpath/$program 47 47 makedir $scriptlogpath 48 48 scriptlog=$scriptlogpath/run$program-$datetime.log -
trunk/MagicSoft/Mars/datacenter/scripts/fillstar
r7926 r7938 44 44 lockfile=$lockpath/lock-$program.txt 45 45 46 scriptlogpath=$ logpath/run/$program/`date +%Y/%m/%d`46 scriptlogpath=$runlogpath/$program 47 47 makedir $scriptlogpath 48 48 scriptlog=$scriptlogpath/run$program-$datetime.log -
trunk/MagicSoft/Mars/datacenter/scripts/insertdatasets
r7902 r7938 42 42 lockfile=$lockpath/lock-insertdatasets.txt 43 43 44 scriptlogpath=$ logpath/run/insertdatasets/`date +%Y/%m`44 scriptlogpath=$runlogpath/$program 45 45 makedir $scriptlogpath 46 46 … … 65 65 no2=`grep 'AnalysisNumber:' $datasetfile | sed -e 's/AnalysisNumber://g' | sed -e 's/ //g'` 66 66 no3=`printf %08d $no2` 67 no4=`printf %08d $no2 | cut -c 1-5` 67 68 # compare the two datasetnumber 68 69 # continue only if number is the same … … 93 94 echo " " >> $scriptlog 2>&1 94 95 95 insertdatasetpath=$logpath/insertdataset/$no 396 insertdatasetpath=$logpath/insertdataset/$no4 96 97 makedir $insertdatasetpath >> $scriptlog 2>&1 97 98 insertdatasetlog=$insertdatasetpath/insertdataset-$no3.log -
trunk/MagicSoft/Mars/datacenter/scripts/insertsequences
r7902 r7938 44 44 lockfile=$lockpath/lock-insertsequences.txt 45 45 46 scriptlogpath=$ logpath/run/insertsequences/`date +%Y/%m`46 scriptlogpath=$runlogpath/$program 47 47 makedir $scriptlogpath 48 48 … … 66 66 echo "file: "$sequencefile >> $scriptlog 2>&1 67 67 no=`echo $sequencefile | cut -c 31-38` 68 no=`echo $no | cut -c 1-4` 68 69 insertsequencepath=$logpath/insertsequence/$no 69 70 makedir $insertsequencepath >> $scriptlog 2>&1 -
trunk/MagicSoft/Mars/datacenter/scripts/linkmc
r7902 r7938 47 47 set -C 48 48 49 scriptlogpath=$ logpath/run/linkmc/`date +%Y/%m/%d`49 scriptlogpath=$runlogpath/$program 50 50 makedir $scriptlogpath 51 51 scriptlog=$scriptlogpath/linkmc`date +%F`.log -
trunk/MagicSoft/Mars/datacenter/scripts/makecallistolinks
r7911 r7938 41 41 callistorcnew=callisto_Dec04Jan05.rc 42 42 43 scriptlogpath=$ logpath/run/$program/`date +%Y/%m/%d`43 scriptlogpath=$runlogpath/$program 44 44 makedir $scriptlogpath 45 45 scriptlog=$scriptlogpath/$program`date +%F`.log -
trunk/MagicSoft/Mars/datacenter/scripts/mcsequences
r7902 r7938 39 39 set -C 40 40 41 scriptlogpath=$ logpath/run/$program/`date +%Y/%m/%d`41 scriptlogpath=$runlogpath/$program 42 42 makedir $scriptlogpath 43 43 scriptlog=$scriptlogpath/$program`date +%F`.log -
trunk/MagicSoft/Mars/datacenter/scripts/movingrawfiles
r7902 r7938 38 38 lockfile=$lockpath/lock-$program.txt 39 39 40 scriptlogpath=$ logpath/run/$program/`date +%Y`40 scriptlogpath=$runlogpath/$program 41 41 makedir $scriptlogpath 42 42 scriptlog=$scriptlogpath/$program-$datetime.log -
trunk/MagicSoft/Mars/datacenter/scripts/processmcsequences
r7902 r7938 37 37 set -C 38 38 39 scriptlogpath=$ logpath/run/$program/`date +%Y/%m/%d`39 scriptlogpath=$runlogpath/$program 40 40 makedir $scriptlogpath 41 41 scriptlog=$scriptlogpath/$program`date +%F-%H-%M-%S`.log -
trunk/MagicSoft/Mars/datacenter/scripts/runcallisto
r7927 r7938 49 49 #pno=500 # number of processes, i.e. number of todo-files 50 50 51 scriptlogpath=$ logpath/run/$program/`date +%Y/%m/%d`51 scriptlogpath=$runlogpath/$program 52 52 makedir $scriptlogpath 53 53 scriptlog=$scriptlogpath/run$program-$datetime.log -
trunk/MagicSoft/Mars/datacenter/scripts/runganymed
r7927 r7938 44 44 column=fGanymed 45 45 46 scriptlogpath=$ logpath/run/$program/`date +%Y/%m/%d`46 scriptlogpath=$runlogpath/$program 47 47 makedir $scriptlogpath 48 48 scriptlog=$scriptlogpath/run$program-$datetime.log -
trunk/MagicSoft/Mars/datacenter/scripts/runstar
r7927 r7938 44 44 column=fStar 45 45 46 scriptlogpath=$ logpath/run/$program/`date +%Y/%m/%d`46 scriptlogpath=$runlogpath/$program 47 47 makedir $scriptlogpath 48 48 scriptlog=$scriptlogpath/run$program-$datetime.log -
trunk/MagicSoft/Mars/datacenter/scripts/setup
r7919 r7938 34 34 35 35 logpath=/magic/datacenter/autologs 36 runlogpath=/magic/datacenter/autologs/run/`date +%Y/%m/%d` 36 37 lockpath=/magic/datacenter/locks 37 38 listpath=/magic/datacenter/lists -
trunk/MagicSoft/Mars/datacenter/scripts/writesequencefiles
r7926 r7938 44 44 lockfile=$lockpath/lock-$program.txt 45 45 46 scriptlogpath=$ logpath/run/$program/`date +%Y/%m/%d`46 scriptlogpath=$runlogpath/$program 47 47 makedir $scriptlogpath 48 48 scriptlog=$scriptlogpath/run$program-$datetime.log
Note:
See TracChangeset
for help on using the changeset viewer.