Changeset 1001 for trunk


Ignore:
Timestamp:
Jul 4, 2013, 4:44:36 PM (12 years ago)
Author:
emillour
Message:

Mars GCM:

  • Removed options "-static" and "-xSSE4.2" from ifort default options from makegcm_ifort (-static not usable on Gnome computer, and not much benefit anyways, and -xSSE4.2 causes unexplained crashes with thermosphere on Gnome)

EM

Location:
trunk/LMDZ.MARS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/README

    r999 r1001  
    18741874For instance the i-th date of diagfi is controle(4)+controle(27)+Time(i)
    18751875
    1876 
    1877 
     1876== 04/07/2013 == EM
     1877- Removed options "-static" and "-xSSE4.2" from ifort default options from
     1878  makegcm_ifort (-static not usable on Gnome computer, and not much benefit
     1879  anyways, and -xSSE4.2 causes unexplained crashes with thermosphere on
     1880  Gnome)
     1881
     1882
  • trunk/LMDZ.MARS/makegcm_ifort

    r889 r1001  
    184184# Ehouarn 'ifort' compiler
    185185   #NB: on gnome -O3 ==> NaNs ...
    186    if (`grep sse4_2 /proc/cpuinfo` !=) then
    187       set optim=" -O2 -fp-model precise -ip -mkl=sequential -align all -xSSE4.2 -static"
    188       set optim90=" -O2 -fp-model precise -ip -mkl=sequential -align all -xSSE4.2 -static"
    189       set optimtru90=" -O2 -fp-model precise -ip -mkl=sequential -align all -xSSE4.2 -static"
    190    else
    191       set optim=" -O2 -fp-model precise -ip -mkl=sequential -align all -static"
    192       set optim90=" -O2 -fp-model precise -ip -mkl=sequential -align all -static"
    193       set optimtru90=" -O2 -fp-model precise -ip -mkl=sequential -align all -static"
    194    endif
     186   set optim=" -O2 -fp-model precise -ip -mkl=sequential -align all "
     187   set optim90=" -O2 -fp-model precise -ip -mkl=sequential -align all "
     188   set optimtru90=" -O2 -fp-model precise -ip -mkl=sequential -align all "
    195189#   set opt_link=" -Mfree -lpgf90 -lpgftnrtl -lpghpf -lpghpf2 -L$NCDFLIB -lnetcdf -Bstatic "
    196190#   set mod_loc_dir=$LIBOGCM
Note: See TracChangeset for help on using the changeset viewer.