Changeset 1903


Ignore:
Timestamp:
06/17/20 14:32:41 (4 years ago)
Author:
yushan
Message:

xios-2.5 : Forcing c++98 on Jeanzay because the compiler is passed to c++11 by default after the last update on Jeanzay.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/branchs/xios-2.5/arch/arch-X64_JEANZAY.fcm

    r1736 r1903  
    88%LINKER         mpiifort  -nofor-main 
    99 
    10 %BASE_CFLAGS    -diag-disable 1125 -diag-disable 279 
     10%BASE_CFLAGS    -diag-disable 1125 -diag-disable 279 -std=gnu++98 
    1111%PROD_CFLAGS    -O3 -D BOOST_DISABLE_ASSERTS 
    1212%DEV_CFLAGS     -g -traceback 
Note: See TracChangeset for help on using the changeset viewer.