Changeset 5378


Ignore:
Timestamp:
Dec 4, 2024, 3:31:32 PM (10 hours ago)
Author:
abarral
Message:

Fix fpp_flags for orchidee @JZ

File:
1 edited

Legend:

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

    r5374 r5378  
    11# Note: this is a TEMPORARY (12/24) arch to resolve an issue linked to paths in ORCHIDEE archs
    22# It's just a copy of X64_JEANZAY so that the installer uses the LMDZ arch rather than the ORCHIDEE's base arch
     3# + `-P -traditional` in FPP_FLAGS for orchidee compilation
    34
    45# $Id$
    56%COMPILER            mpiifort
    67%LINK                mpiifort
    7 %FPP                 mpiifort -E
     8%FPP                 mpiifort
    89%AR                  ar
    910%ARFLAGS             rs
    1011%MAKE                gmake
    11 %FPP_FLAGS           
     12%FPP_FLAGS           -E -P -traditional
    1213%FPP_DEF             NC_DOUBLE FFT_MKL
    1314%BASE_FFLAGS         -i4 -r8 -auto -align all -fp-model strict
Note: See TracChangeset for help on using the changeset viewer.