Changeset 5382


Ignore:
Timestamp:
Dec 4, 2024, 6:27:37 PM (9 hours ago)
Author:
abarral
Message:

Fix arch for xios @JZ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/arch/arch-X64_JEANZAY_PBIOIPSL.fcm

    r5381 r5382  
    88%CCOMPILER           mpiicc  # xios
    99%LINK                mpiifort
    10 %FPP                 mpiifort
     10%FPP                 mpiifort -E  # XIOS doesn't recognize %FPP_FLAGS so the -E must be here
    1111%AR                  ar
    1212%ARFLAGS             rs
    1313%MAKE                gmake
    14 %FPP_FLAGS           -E -P -traditional
     14%FPP_FLAGS           -P -traditional  # required for ORCHIDEE compilation
    1515%FPP_DEF             NC_DOUBLE FFT_MKL
    1616%BASE_FFLAGS         -i4 -r8 -auto -align all -fp-model strict
Note: See TracChangeset for help on using the changeset viewer.