Ignore:
Timestamp:
Aug 23, 2018, 1:36:26 PM (6 years ago)
Author:
aslmd
Message:

added mcmodel large to occigen arch to avoid relocated fit problem when grid is large

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/arch/arch-X64_OCCIGEN.fcm

    r1965 r1986  
    11%COMPILER            mpif90
    2 %LINK                mpif90
     2%LINK                mpif90 -mcmodel=large -shared-intel
    33%AR                  ar
    44%MAKE                gmake
     
    77%FPP_DEF             NC_DOUBLE LAPACK BLAS SGEMV=DGEMV SGEMM=DGEMM FFT_MKL
    88%CPP_DEF             LAPACK
    9 %BASE_FFLAGS         -i4 -r8 -auto -align all -fp-model strict
     9%BASE_FFLAGS         -i4 -r8 -auto -align all -fp-model strict -mcmodel=large -shared-intel
    1010%PROD_FFLAGS         -O2 -ip -xCORE-AVX2
    1111%DEV_FFLAGS          -p -g -O1 -fpe0 -traceback
Note: See TracChangeset for help on using the changeset viewer.