Ignore:
Timestamp:
Feb 10, 2015, 4:21:39 PM (10 years ago)
Author:
lguez
Message:

Added tests in the compilation scripts: iim should be a multiple of 8 and dyn3dpar should not be used.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/makelmdz_fcm

    r2098 r2202  
    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.