Changeset 2202 for LMDZ5/trunk/makelmdz


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

    r2112 r2202  
    311311else
    312312  FLAG_PARA="$paramem"
     313  if [[ $paramem == par ]]
     314  then
     315      echo "The version of the dynamics in dyn3dpar is no longer updated."
     316      echo "You should use option \"-mem\"."
     317      exit 1
     318  fi     
    313319fi
    314320
     
    470476cd $LIBFGCM/grid/dimension
    471477./makdim $dim
     478if (($? != 0))
     479then
     480    exit 1
     481fi
     482
    472483cat $LIBFGCM/grid/dimensions.h
    473484cd $LMDGCM
Note: See TracChangeset for help on using the changeset viewer.