Ignore:
Timestamp:
Aug 2, 2011, 11:13:07 AM (13 years ago)
Author:
emillour
Message:

Generic GCM

  • Massive update to version 0.7

EM+RW

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/makegcm_ifort

    r135 r253  
    1313set grille=reg
    1414set dyntype="dyn"
    15 set bands="8x7"
     15set bands="32x36"
    1616########################################################################
    1717# path a changer contenant les sources et les objets du modele
     
    324324########################################################################
    325325
    326     case -d:
     326    case -d
    327327        set dim=$2 ; shift ; shift ; goto top
    328328                       
    329329    case -O:
    330 #        set optim90="$2" ; set optimtru90="$2" ; shift ; shift ; goto top
    331         set optim90="$2" ; optim="$2" ; optimtru90="$2" ; shift ; shift ; goto top
     330        set optim90="$2" ; set optim="$2" ; set optimtru90="$2" ; shift ; shift ; goto top
    332331
    333332     case -p
     
    368367           set optim90="$optim90"" -G1 "
    369368        else if $LINUX then
    370            set optim=" -g -no-ftz -traceback -ftrapuv -fp-stack-check "
    371            set optim90=" -g -no-ftz -traceback -ftrapuv -fp-stack-check "
    372            set optimtru90=" -g -no-ftz -traceback -ftrapuv -fp-stack-check "
     369           set optim=" -g -no-ftz -traceback -ftrapuv -fp-stack-check -check"
     370           set optim90=" -g -no-ftz -traceback -ftrapuv -fp-stack-check -check"
     371           set optimtru90=" -g -no-ftz -traceback -ftrapuv -fp-stack-check -check"
    373372        else
    374373           echo "pas d option debug predefinie pour cette machine"
     
    382381   endsw
    383382endif
     383
    384384
    385385echo "apres les opts dim $dim"
     
    414414#subtilites sur le nom de la librairie
    415415########################################################################
     416
    416417
    417418\rm tmp ; touch tmp
     
    644645#  Execution de la comande make
    645646########################################################################
     647
    646648
    647649echo PHYSIQUE $phys
     
    780782cd $localdir
    781783
     784
    782785echo $make -f $LMDGCM/makefile \
    783786OPTION_DEP="$opt_dep" OPTION_LINK="$opt_link" \
Note: See TracChangeset for help on using the changeset viewer.