Changeset 1922


Ignore:
Timestamp:
Jan 6, 2014, 10:00:25 AM (10 years ago)
Author:
Ehouarn Millour
Message:

Revert Curie arch file to previous version (i.e. remove the large memory options) to remain compatible with other IPSL softwares.
Once the appropriate testing has been done, all should then simultaneously add the large memory (-mcmodel=large at compilation and -shared-intel when linking) to enable running at high resolution.
EM

File:
1 edited

Legend:

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

    r1907 r1922  
    55%FPP_FLAGS           -P -traditional
    66%FPP_DEF             NC_DOUBLE BLAS SGEMV=DGEMV SGEMM=DGEMM FFT_MKL
    7 %BASE_FFLAGS         -i4 -r8 -auto -mcmodel=large -align all -I${MKLROOT}/include
     7%BASE_FFLAGS         -i4 -r8 -auto -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             -shared-intel -i4 -r8 -auto $MKL_LIBS
     13%BASE_LD             -i4 -r8 -auto $MKL_LIBS
    1414%MPI_LD
    1515%OMP_LD              -openmp
Note: See TracChangeset for help on using the changeset viewer.