Changeset 5379 for LMDZ6/trunk/arch


Ignore:
Timestamp:
Dec 4, 2024, 5:48:04 PM (11 days ago)
Author:
abarral
Message:

Fix arch for xios @JZ

File:
1 edited

Legend:

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

    r5378 r5379  
    22# It's just a copy of X64_JEANZAY so that the installer uses the LMDZ arch rather than the ORCHIDEE's base arch
    33# + `-P -traditional` in FPP_FLAGS for orchidee compilation
     4# + lines for xios
    45
    56# $Id$
    67%COMPILER            mpiifort
     8%CCOMPILER           mpiicc  # xios
    79%LINK                mpiifort
    810%FPP                 mpiifort
     
    1315%FPP_DEF             NC_DOUBLE FFT_MKL
    1416%BASE_FFLAGS         -i4 -r8 -auto -align all -fp-model strict
     17%BASE_CFLAGS         -diag-disable 1125 -diag-disable 279 -std=c++11  # xios
    1518%PROD_FFLAGS         -O3 -xHost -qopt-zmm-usage=high
     19%PROD_CFLAGS         -O3 -D BOOST_DISABLE_ASSERTS  # xios
    1620%DEV_FFLAGS          -p -g -O2 -traceback -fp-stack-check
     21%DEV_CFLAGS          -g -traceback  # xios
    1722%DEBUG_FFLAGS        -p -g -O0 -traceback -fp-stack-check -ftrapuv -check bounds,noarg_temp_created,pointers,stack,uninit -debug full -init=arrays -init=snan
     23%DEBUG_CFLAGS        -DBZ_DEBUG -g -traceback -fno-inline  # xios
    1824%MPI_FFLAGS
    1925%OMP_FFLAGS          -qopenmp
     
    2127%MPI_LD
    2228%OMP_LD              -qopenmp
     29%CPP                 mpiicc -EP  # xios
Note: See TracChangeset for help on using the changeset viewer.