Ignore:
Timestamp:
06/18/18 20:32:55 (6 years ago)
Author:
yushan
Message:

branch_openmp merged with trunk r1544

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_openmp/arch/arch-X64_ADA.fcm

    r1460 r1545  
    33################################################################################ 
    44 
    5 %CCOMPILER      mpiicc -qopenmp -D_usingEP -D_intelmpi 
     5%CCOMPILER      mpiicc -qopenmp -D_usingEP -D_intelmpi  
    66%FCOMPILER      mpiifort -qopenmp -D_usingEP -D_intelmpi 
    77%LINKER         mpiifort  -nofor-main -qopenmp -D_usingEP -D_intelmpi 
    88 
    9 %BASE_CFLAGS    -diag-disable 1125 -diag-disable 279 
     9 
     10%BASE_CFLAGS    -std=c++11 -diag-disable 1125 -diag-disable 279 
    1011%PROD_CFLAGS    -O3 -D BOOST_DISABLE_ASSERTS 
    1112%DEV_CFLAGS     -g -traceback 
    1213%DEBUG_CFLAGS   -DBZ_DEBUG -g  -fno-inline  
    13 #-std=c++11 
     14 
    1415 
    1516%BASE_FFLAGS    -D__NONE__  
Note: See TracChangeset for help on using the changeset viewer.