Changeset 7474 for trunk/MagicSoft/Mars/datacenter/scripts/runcallisto
- Timestamp:
- 02/03/06 10:35:02 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/runcallisto
r7469 r7474 217 217 if [ "$cacofile" = "" ] 218 218 then 219 echo " no cacofile found for run "$runno>> $scriptlog 2>&1219 echo "cacofile with no $runno not found" >> $scriptlog 2>&1 220 220 echo "finding cacofile..." >> $scriptlog 2>&1 221 221 for (( i = 0; i <= 10; i++ )) … … 229 229 if [ "$cacofile" = "" ] 230 230 then 231 if [ $i -eq 9 ] 232 then 233 echo "no cacofile found" >> $scriptlog 2>&1 234 com="no cacofile for run $runno" 235 check=0 236 fi 231 237 continue 232 238 else … … 235 241 fi 236 242 done 237 echo "no cacofile found" >> $scriptlog 2>&1238 com="no cacofile for run $runno"239 check=0240 break241 243 fi 242 244 ./merpp -u --log=$merpplogpath/merppccupdate$runno.log --html=$merpplogpath/merppccupdate$runno.html --auto-time-stop --runfile=$runno $ccfile $calfile 2>> $scriptlog> /dev/null
Note:
See TracChangeset
for help on using the changeset viewer.