Changeset 10039 for trunk/Mars/datacenter
- Timestamp:
- 10/27/10 17:46:57 (14 years ago)
- Location:
- trunk/Mars/datacenter/scripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/datacenter/scripts/setup.phido.fact.mc
r10015 r10039 94 94 95 95 96 # 96 97 #setup for jobmanager 97 sleeptime=60 #30 98 sleeptimelimit=360 #360 99 errorsleeptimedefault=60 #60 100 max=200 #maximum number of processes for one script in case there are more than one and the others do not have anything to do 101 totalmax=200 #maximum number of processes (total) overwrites pnototal(we) in case it is smaller 98 # 99 sleeptime=900 #900 102 100 103 # 104 # FIXME: 105 # max anz an prozessen setzen 106 # besser Verhaeltnis zwischen den Prozessen und das am besten noch 107 # automatisch anpassen 108 # evtl noch maximale anz an callistos setzen 109 # 110 111 #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 112 pnototal=( 200 200 200 200 200 200 200 200 200 200 200 200 200 200 200 200 200 200 200 200 200 200 200 200 ) 113 pnototalwe=( 200 200 200 200 200 200 200 200 200 200 200 200 200 200 200 200 200 200 200 200 200 200 200 200 ) 114 115 pnocorsika=( 200 200 200 200 200 200 200 200 200 200 200 200 200 200 200 200 200 200 200 200 200 200 200 200 ) 116 pnocorsikawe=( 200 200 200 200 200 200 200 200 200 200 200 200 200 200 200 200 200 200 200 200 200 200 200 200 ) 101 algorithm=1 102 tosubmittotal=150 #150 103 limitidle=10 117 104 118 105 # set variables for jobmanager 119 106 scripts=( "runcorsika" ) 120 107 scriptscolname=( "Corsika" ) 121 pnosweek=( ${pnocorsika[@]} ) 122 pnoswe=( ${pnocorsikawe[@]} ) 108 ratio=( 1 ) 109 maxjobs=( 800 ) 123 110 124 111 # settings for pbs -
trunk/Mars/datacenter/scripts/setup.wue.fact.mc
r10007 r10039 84 84 85 85 86 # 86 87 #setup for jobmanager 87 sleeptime=30 #30 88 # 89 sleeptime=600 #30 88 90 sleeptimelimit=360 #360 89 91 errorsleeptimedefault=60 #60 90 max=20 #maximum number of processes for one script in case there are more than one and the others do not have anything to do91 totalmax=32 #maximum number of processes (total) overwrites pnototal(we) in case it is smaller92 92 93 # 94 # FIXME: 95 # max anz an prozessen setzen 96 # besser Verhaeltnis zwischen den Prozessen und das am besten noch 97 # automatisch anpassen 98 # evtl noch maximale anz an callistos setzen 99 # 100 93 algorithm=2 101 94 #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 102 95 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 ) 103 96 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 ) 104 97 105 pnocorsika=( 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 pnoceres=( 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 )107 pnocallisto=( 32 32 32 32 32 30 30 18 18 20 20 20 20 20 20 20 20 20 20 18 18 30 30 32 )108 pnostar=( 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 )109 110 pnocorsikawe=( 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 pnocereswe=( 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 )112 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 )113 pnostarwe=( 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 )114 98 115 99 # set variables for jobmanager 116 100 #scripts=( "runcorsika" "runceres" "runcallisto_mc" "runstar_mc" ) 117 101 #scriptscolname=( "Corsika" "Ceres" "Callisto" "Star" ) 118 # pnosweek=( ${pnocorsika[@]} ${pnoceres[@]} ${pnocallisto[@]} ${pnostar[@]} )119 # pnoswe=( ${pnocorsikawe[@]} ${pnocereswe[@]} ${pnocallistowe[@]} ${pnostarwe[@]} )102 #ratio=( 0.2 0.6 0.1 0.1 ) 103 #maxjobs=( 20 20 25 25 ) 120 104 121 105 scripts=( "runceres" "runcallisto_mc" "runstar_mc" ) 122 106 scriptscolname=( "Ceres" "Callisto" "Star" ) 123 pnosweek=( ${pnoceres[@]} ${pnocallisto[@]} ${pnostar[@]} ) 124 pnoswe=( ${pnocereswe[@]} ${pnocallistowe[@]} ${pnostarwe[@]} ) 107 ratio=( 0.6 0.2 0.2 ) 108 maxjobs=( 30 25 25 ) 125 109 110 # further wishlist: adapt ratio automatically 111
Note:
See TracChangeset
for help on using the changeset viewer.