- Timestamp:
- 02/03/10 11:21:10 (15 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r9539 r9541 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 2010/02/01 Daniela Dorner 22 23 * datacenter/scripts/runsimtel 24 - fixes typo 25 - replaced path in disk-check by variable 26 27 28 20 29 21 30 2010/01/15 Stefan Ruegamer -
trunk/MagicSoft/Mars/datacenter/scripts/runsimtel
r9504 r9541 68 68 prodhost=`echo $HOSTNAME | sed -e 's/compute-0-//' -e 's/[.]local//'` 69 69 70 diskusage=( `df /state/partition2/ | grep '/state/partition2'` )70 diskusage=( `df $mcpath | grep $mcpath` ) 71 71 # continue only if more than 90 GB are left on /state/cta 72 72 if [ ${diskusage[3]} -lt 90000000 ] … … 113 113 cd $CORSIKA_PATH 114 114 115 printprocesslog "INFO create inputcar for run $run"115 printprocesslog "INFO create inputcard for run $run" 116 116 117 117 #
Note:
See TracChangeset
for help on using the changeset viewer.