Changeset 1459 for LMDZ4


Ignore:
Timestamp:
Dec 2, 2010, 5:44:08 PM (13 years ago)
Author:
jghattas
Message:

Changed optimisation level due to problem with new compiler xlf 13.1.0.3 :
LMDZ compiled with -O5 does not run with this compiler. The bug is not found, if it commes from LMDZ or the compiler is not determined. LMDZ seems to run better with -O3 or -O2. Also -O5 is very agressive and is not recomanded by IDRIS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/branches/LMDZ4_AR5/arch/arch-PW6_VARGAS.fcm

    r1329 r1459  
    66%FPP_DEF             NC_DOUBLE BLAS SGEMV=DGEMV SGEMM=DGEMM
    77%BASE_FFLAGS         -qautodbl=dbl4 -qxlf90=autodealloc -qextname=flush
    8 %PROD_FFLAGS         -O5
     8%PROD_FFLAGS         -O3
    99%DEV_FFLAGS          -O2 -qfullpath -qinitauto=7FBFFFFF -qfloat=nans -qflttrap=overflow:zerodivide:invalid:enable -qsigtrap
    1010%DEBUG_FFLAGS        -g -qfullpath -qnooptimize -qinitauto=7FBFFFFF  -qfloat=nans -qflttrap=overflow:zerodivide:invalid:enable -qsigtrap
Note: See TracChangeset for help on using the changeset viewer.