Changeset 8639 for trunk/MagicSoft
- Timestamp:
- 07/17/07 11:39:23 (17 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8636 r8639 18 18 19 19 -*-*- 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 20 45 21 46 -
trunk/MagicSoft/Mars/scripts/dospectrum
r8638 r8639 67 67 # path where your condor dagfile is stored and where you need 68 68 # the files processds.submit and processsponde.submit 69 condorpath=$path/condor 69 #condorpath=$path/condor 70 # standard condor path in your Mars directory 71 condorpath=condor 70 72 # path to store your resourcefiles 71 73 # you should have there the ganymed.rc, which you want to use
Note:
See TracChangeset
for help on using the changeset viewer.