Ignore:
Timestamp:
Apr 30, 2013, 8:34:06 AM (12 years ago)
Author:
Ehouarn Millour
Message:

Add better handling of fcm path from makelmdz_fcm script to build_gcm script; and some translation of output messages to English.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/testing/makelmdz

    r1707 r1752  
    405405  echo  vous pouvez continuer en repondant oui.
    406406  echo "Voulez-vous vraiment continuer?"
     407  echo ""
     408  echo "WARNING: you are probably already compiling the model somewhere else."
     409  echo "Wait until the first compilation is finished before launching this one."
     410  echo "If you are sure that you are not compiling elsewhere, just answer "
     411  echo "yes (or 'oui') to the question below to proceed."
     412  echo "Do you wish to continue?"
    407413  read reponse
    408   if [[ $reponse == "oui" ]]
     414  if [[ $reponse == "oui" || $reponse == "yes" ]]
    409415  then
    410416    \rm -f $LIBFGCM/grid/dimensions.h
Note: See TracChangeset for help on using the changeset viewer.