source: trunk/MagicSoft/Mars/datacenter/scripts/setup@ 9114

Last change on this file since 9114 was 9102, checked in by snruegam, 16 years ago
*** empty log message ***
  • Property svn:executable set to *
File size: 5.4 KB
Line 
1#!/bin/sh
2#
3# ========================================================================
4#
5# *
6# * This file is part of MARS, the MAGIC Analysis and Reconstruction
7# * Software. It is distributed to you in the hope that it can be a useful
8# * and timesaving tool in analysing Data of imaging Cerenkov telescopes.
9# * It is distributed WITHOUT ANY WARRANTY.
10# *
11# * Permission to use, copy, modify and distribute this software and its
12# * documentation for any purpose is hereby granted without fee,
13# * provided that the above copyright notice appear in all copies and
14# * that both that copyright notice and this permission notice appear
15# * in supporting documentation. It is provided "as is" without express
16# * or implied warranty.
17# *
18#
19#
20# Author(s): Daniela Dorner 05/2005 <mailto:dorner@astro.uni-wuerzburg.de>
21#
22# Copyright: MAGIC Software Development, 2000-2008
23#
24#
25# ========================================================================
26#
27# This a resource file for the scripts, in which the standard paths and
28# functions, which are needed more often are stored.
29#
30
31rootsys=/opt/root_v5.12.00f
32if ! export | grep $rootsys >|/dev/null
33then
34 export ROOTSYS=$rootsys
35 export PATH=$PATH:$ROOTSYS/bin
36 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ROOTSYS/lib
37fi
38
39
40logpath=/magic/datacenter/autologs
41lockpath=/magic/datacenter/locks
42listpath=/magic/datacenter/lists
43setuppath=/magic/datacenter/setup
44
45datapath=/magic/data
46subsystempath=/magic/subsystemdata
47sequpath=/magic/sequences
48datasetpath=/magic/datasets
49
50mcpath=/magic/montecarlo
51mcrawpath=$mcpath/rawfiles
52mcsequpath=$mcpath/sequences
53reflectorversion="reflector 0.7"
54cameraversion="camera 0.75"
55
56webpath=/www/htdocs/datacenter
57
58#addresses to which the errors are sent
59erradrs="datacenter@astro.uni-wuerzburg.de"
60#addresses to which the changes are sent
61adrs="datacenter@astro.uni-wuerzburg.de, tbretz@astro.uni-wuerzburg.de"
62
63
64#setup for jobmanager
65sleeptime=30 #30
66sleeptimelimit=360 #360
67errorsleeptimedefault=60 #60
68#max=18 #maximum number of processes
69max=42 #maximum number of processes
70
71#scripts=( "runcallisto" "runstar" "runganymed" "dodatacheck" )
72#scriptscolname=( "fCallisto" "fStar" "fGanymed" "fDataCheckDone" )
73#datascripts=( "runcallisto" "runstar" "runganymed" )
74#datascriptscolname=( "fCallisto" "fStar" "fGanymed" )
75#datascripts=( "runganymed" "runstar" "runcallisto" "cutslices" )
76#datascriptscolname=( "fGanymed" "fStar" "fCallisto" "fCompmux" )
77datascripts=( "runganymed" "runstar" "runcallisto" )
78datascriptscolname=( "fGanymed" "fStar" "fCallisto" )
79
80#
81# FIXME:
82# max anz an prozessen setzen
83# besser Verhaeltnis zwischen den Prozessen und das am besten noch
84# automatisch anpassen
85# evtl noch maximale anz an callistos setzen
86#
87
88#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
89pnototal=( 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 )
90pnototalwe=( 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 )
91
92pnocallisto=( 32 32 32 32 32 20 20 18 18 12 12 12 12 12 12 12 12 12 12 18 18 20 20 32 )
93pnostar=( 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 )
94pnoganymed=( 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 )
95#pnocutslices=( 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 )
96#pnodatacheck=( 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 )
97
98pnocallistowe=( 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 )
99pnostarwe=( 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 )
100pnoganymedwe=( 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 )
101#pnocutsliceswe=( 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#pnodatacheckwe=( 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 )
103
104#pnosweek=( ${pnocallisto[@]} ${pnostar[@]} ${pnoganymed[@]} ${pnodatacheck[@]} )
105#pnoswe=( ${pnocallistowe[@]} ${pnostarwe[@]} ${pnoganymedwe[@]} ${pnodatacheckwe[@]} )
106#pnosweek=( ${pnocallisto[@]} ${pnostar[@]} ${pnoganymed[@]} )
107#pnoswe=( ${pnocallistowe[@]} ${pnostarwe[@]} ${pnoganymedwe[@]} )
108#pnosweek=( ${pnoganymed[@]} ${pnostar[@]} ${pnocallisto[@]} ${pnocutslices[@]} )
109#pnoswe=( ${pnoganymedwe[@]} ${pnostarwe[@]} ${pnocallistowe[@]} ${pnocutsliceswe[@]} )
110pnosweek=( ${pnoganymed[@]} ${pnostar[@]} ${pnocallisto[@]} )
111pnoswe=( ${pnoganymedwe[@]} ${pnostarwe[@]} ${pnocallistowe[@]} )
112
113
114# not yet working completely
115
116## values for mc production
117#mcscripts=( "runcorsika" "runreflector" "runcamera" )
118#mcscriptscolname=( "fCorsikaFileAvail" "fReflectorFileAvail" "fCameraFileAvail" )
119#
120##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
121#
122#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 )
123#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 )
124#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 )
125#
126#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 )
127#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 )
128#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 )
129#
130#pnosweek=( ${pnocorsika[@]} ${pnoreflector[@]} ${pnocamera[@]} )
131#pnoswe=( ${pnocorsikawe[@]} ${pnoreflectorwe[@]} ${pnocamerawe[@]} )
Note: See TracBrowser for help on using the repository browser.