Ignore:
Timestamp:
Mar 3, 2015, 2:41:13 PM (9 years ago)
Author:
Laurent Fairhead
Message:

Merged trunk changes -r2186:2216 into testing branch

Location:
LMDZ5/branches/testing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/testing

  • LMDZ5/branches/testing/makelmdz_fcm

    r2160 r2220  
    1212#
    1313##set -x
     14set -e
    1415########################################################################
    1516# options par defaut pour la commande make
     
    461462  if [[ "$paramem" == "mem" ]]
    462463  then
    463    SUFF_NAME=${SUFF_NAME}_${paramem}
     464      SUFF_NAME=${SUFF_NAME}_${paramem}
     465  else
     466      echo "The version of the dynamics in dyn3dpar is no longer updated."
     467      echo "You should use option \"-mem\"."
     468      exit 1
    464469  fi
    465470else
Note: See TracChangeset for help on using the changeset viewer.