Changeset 8639 for trunk/MagicSoft


Ignore:
Timestamp:
07/17/07 11:39:23 (17 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8636 r8639  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20
     21
     22 2007/07/17 Daniela Dorner
     23
     24   * scripts/dospectrum:
     25     - added comments
     26     - adapted variables to changes in preparemc
     27     - new path for condor submit and dag files (the new condor path in
     28       Mars)
     29
     30   * scripts/preparemc:
     31     - added comments
     32     - added checks
     33
     34   * condor:
     35     - added (directory to store condor submit files)
     36
     37   * condor/processds.submit:
     38     - added (condor submit file to run ganymed for a dataset, used in
     39       scripts/dospectrum)
     40
     41   * condor/processsponde.submit:
     42     - added (condor submit file to run sponde for a dataset, used in
     43       scripts/dospectrum)
     44
    2045
    2146
  • trunk/MagicSoft/Mars/scripts/dospectrum

    r8638 r8639  
    6767# path where your condor dagfile is stored and where you need
    6868# the files processds.submit and processsponde.submit
    69 condorpath=$path/condor
     69#condorpath=$path/condor
     70# standard condor path in your Mars directory
     71condorpath=condor
    7072# path to store your resourcefiles
    7173# you should have there the ganymed.rc, which you want to use
Note: See TracChangeset for help on using the changeset viewer.