Changeset 1899


Ignore:
Timestamp:
Nov 5, 2013, 1:59:52 PM (11 years ago)
Author:
lguez
Message:

Option mcmodel=large is required for high resolution grids. See also revision 1743.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/arch/arch-X64_CURIE.fcm

    r1725 r1899  
    55%FPP_FLAGS           -P -traditional
    66%FPP_DEF             NC_DOUBLE BLAS SGEMV=DGEMV SGEMM=DGEMM FFT_MKL
    7 %BASE_FFLAGS         -i4 -r8 -auto -align all -I${MKLROOT}/include
     7%BASE_FFLAGS         -i4 -r8 -auto -mcmodel=large -align all -I${MKLROOT}/include
    88%PROD_FFLAGS         -O3
    99%DEV_FFLAGS          -p -g -O2 -traceback -fp-stack-check
     
    1111%MPI_FFLAGS
    1212%OMP_FFLAGS          -openmp
    13 %BASE_LD             -i4 -r8 -auto $MKL_LIBS
     13%BASE_LD             -shared-intel -i4 -r8 -auto $MKL_LIBS
    1414%MPI_LD
    1515%OMP_LD              -openmp
Note: See TracChangeset for help on using the changeset viewer.