Changeset 9541 for trunk/MagicSoft/Mars/datacenter/scripts/runsimtel
- Timestamp:
- 02/03/10 11:21:10 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.