Changeset 10043


Ignore:
Timestamp:
10/27/10 17:49:44 (14 years ago)
Author:
Daniela Dorner
Message:
 
Location:
trunk/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/Changelog

    r10020 r10043  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20
     21 2010/10/27 Daniela Dorner
     22
     23   * datacenter/scripts/jobmanager:
     24     - imlemented new algorithm / rewritten
     25     - queries status of queue less often
     26     - one can select algorithm to determine number of jobs to be
     27       submitted
     28     - one can submit more than one job at the same time
     29     - no waiting time between scripts, but only between loops number of
     30       jobs
     31     - number of jobs for steps is not given absolute anymore, but in a
     32       ratio
     33     - maximum number of jobs for one step can be given
     34
     35   * datacenter/scripts/setup.phido.fact.mc,
     36     datacenter/scripts/setup.wue.fact.mc:
     37     - adapted variables for settings of jobmanager to implement the new
     38       algorithm
     39
     40   * datacenter/scripts/runstar_mc, datacenter/scripts/runcallisto_mc
     41     datacenter/scripts/runceres, datacenter/scripts/runcorsika,
     42     datacenter/scripts/sourcefile:
     43     - implemented usage of lock in db instead of function checklock
     44       which uses lock-file
     45     - in sourcefile: adapted function setstatus to take care of locking
     46
     47   * datacenter/scripts/run.condor:
     48     - adapted to allow submission of several jobs with one submit
     49
     50   * datacenter/scripts/copyoutput:
     51     - included output of info if nothing has to be copied
     52
     53
    2054
    2155 2010/10/19 Daniela Dorner
     
    360394     - updated some default values
    361395
    362    * datacenter/scripts/insertmc, datacenter/scripts/insertmc,
     396   * datacenter/scripts/runceres, datacenter/scripts/insertmc,
    363397     resources/step_fact.rc:
    364398     - changed processing of ceres from file- to run-basis
  • trunk/Mars/NEWS

    r9947 r10043  
    101101
    102102   * The rsolution is not displayed anymore as resolution squared
     103
     104 ;automatic processing:
     105
     106   * jobmanger:
     107       - new algorithm
     108       - implemented pbs as a third queueing system (for PhiDo)
     109
     110   * moved lock from file to database
     111
     112   * insertmc: script to insert montecarlo runs and sequences to the database
     113     (to be used until webinterface is available)
     114
     115   * implemented possibility of having more than one processing site: One site
     116     is the main site, where all output is collected and stored. The output
     117     from the other sites has to be copied there.
     118     So far used for FACT MC production in Dortmund (PhiDo).
     119
     120   * runcorsika: removed STEPFC from inputcard as anyhow default of 1 was used
     121     instead of 0.1
     122
     123   * processlog: new output level DEBUG
     124
     125   * changed database structure and joins in queries to allow for direct
     126     joining of tables with different primaries. This makes checkavail-script
     127     unnecassary.
     128
     129   * database: added new features to mcinfo.php (MC webinterface to display
     130     FACT MC)
    103131
    104132
Note: See TracChangeset for help on using the changeset viewer.