Changeset 14877 for trunk/DataCheck
- Timestamp:
- 02/06/13 14:31:50 (12 years ago)
- Location:
- trunk/DataCheck/Setup
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Setup/setup.fact.isdc
r14823 r14877 66 66 67 67 #addresses to which the errors are sent 68 erradrs="d aniela.dorner@unige.ch"68 erradrs="dorner@astro.uni-wuerzburg.de" 69 69 #addresses to which the changes are sent 70 adrs="d aniela.dorner@unige.ch"70 adrs="dorner@astro.uni-wuerzburg.de" 71 71 72 72 -
trunk/DataCheck/Setup/setup.fact.lp.data
r14839 r14877 60 60 61 61 #addresses to which the errors are sent 62 erradrs="d aniela.dorner@unige.ch"62 erradrs="dorner@astro.uni-wuerzburg.de" 63 63 #addresses to which the changes are sent 64 adrs="d aniela.dorner@unige.ch"64 adrs="dorner@astro.uni-wuerzburg.de" 65 65 66 66 67 #68 #setup for jobmanager69 #70 sleeptime=600 #3071 sleeptimelimit=360 #36072 errorsleeptimedefault=60 #6073 74 algorithm=275 #hour: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2376 pnototal=( 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 )77 pnototalwe=( 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 )78 79 80 # set variables for jobmanager81 #scripts=( "runcorsika" "runceres" "runcallisto_mc" "runstar_mc" )82 #scriptscolname=( "Corsika" "Ceres" "Callisto" "Star" )83 #ratio=( 0.2 0.6 0.1 0.1 )84 #maxjobs=( 20 20 25 25 )85 86 87 # further wishlist: adapt ratio automatically88 89 90 #export AUTOMATIONSETUP="lp.fact"91 #export SOURCEFILEPATH=$mars/datacenter/scripts92 93 94 #source $SOURCEFILEPATH/sourcefile95 96 # Author(s): Daniela Dorner 05/2005 <mailto:dorner@astro.uni-wuerzburg.de>97 #98 # Copyright: MAGIC Software Development, 2000-201099 #100 #101 # ========================================================================102 #103 # This a resource file for the scripts, in which the standard paths and104 # functions, which are needed more often are stored.105 # Only constant variables are stored here, changing variables are stored106 # in datacenter/scripts/setup107 #108 -
trunk/DataCheck/Setup/setup.fact.lp.gate
r13306 r14877 7 7 # 8 8 9 source `dirname $0`/../Setup/setup.fact.lp.data10 11 9 # for db backup 12 10 dbnames=( "mysql" "programoptions" "scheduling" "systemstatus" "postfix" "horde" "logbook" "factdata" "weather" ) 13 11 14 # update only variables which 15 # are needed and have different paths compared to data machine 12 # set only variables which are needed for the scripts running on this machine 16 13 17 14 # logging and setup 18 15 logpath=/users/fact/logs.automatic.processing/autologs 19 lockpath=/users/fact/logs.automatic.processing/locks16 runlogpath=/users/fact/logs.automatic.processing/autologs 20 17 21 export mars=/users/fact/SW.automatic.processing/Mars.CheObs.svn.2012.01.25 22 # get paths for mars, macros and scripts 23 # in case the variable is not yet set 24 macrospath=$mars/datacenter/macros 25 scriptspath=$mars/datacenter/scripts 26 # rcfiles 27 # dependencies of steps 28 steps=$mars/resources/steps_fact.rc 29 # file with db information 30 sqlrc=$mars/sql.rc 18 export mars=/users/fact/fast_setup_for_automatic_analysis/Mars.von.Thomas.2012.06.22 31 19 32 -
trunk/DataCheck/Setup/setup.fact.wue
r13399 r14877 67 67 68 68 #addresses to which the errors are sent 69 erradrs="d aniela.dorner@unige.ch"69 erradrs="dorner@astro.uni-wuerzburg.de" 70 70 #addresses to which the changes are sent 71 adrs="d aniela.dorner@unige.ch"71 adrs="dorner@astro.uni-wuerzburg.de" 72 72 73 73
Note:
See TracChangeset
for help on using the changeset viewer.