Changeset 1864


Ignore:
Timestamp:
04/01/20 12:16:18 (4 years ago)
Author:
ymipsl
Message:

Updated arch files for MACOSX

YM + S. Masson

Location:
XIOS/branchs/xios-2.5/arch
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • XIOS/branchs/xios-2.5/arch/arch-GCC_MACOSX.env

    r397 r1864  
    22# 
    33# Tested successfully with : 
    4 #   Mac OS X 10.7.4 
     4#   Mac OS X 10.9.5 
     5# 
    56#   Prerequisite softwares installed with MacPorts : 
    6 #     gfortran       :  4.6.0 
    7 #     openmpi        : 1.6.3_0  variant  +gcc45 
    8 #     netcdf         : 4.2.1    variant : +dap+netcdf4+openmpi (includes hdf5) 
     7#     gcc8 @8.4.0_0 (active) 
     8#     hdf5 @1.10.6_0+cxx+gcc8+hl+openmpi+szip (active) 
     9#     mpi_select @0.0_3 (active) 
     10#     netcdf @4.7.3_1+cdf5+dap+gcc8+netcdf4+openmpi (active) 
     11#     netcdf-fortran @4.5.2_0+gcc8+openmpi (active) 
     12#     openmpi @4.0.1_1 (active) 
     13#     openmpi-default @4.0.1_1+gcc8 (active) 
     14#     openmpi-gcc8 @4.0.1_1+fortran+valgrind (active) 
    915# 
    10 # Olivier Marti - olivier.marti(ad)lsce.ipsl.fr 
     16#     $ port select --show mpi 
     17#     The currently selected version for 'mpi' is 'openmpi-gcc8-fortran'. 
    1118# 
    1219export NETCDF_DIR=/opt/local 
  • XIOS/branchs/xios-2.5/arch/arch-GCC_MACOSX.fcm

    r591 r1864  
    88 
    99%BASE_CFLAGS    -w 
    10 %PROD_CFLAGS    -O3 -D BOOST_DISABLE_ASSERTS 
     10%PROD_CFLAGS    -O3 -D BOOST_DISABLE_ASSERTS -std=gnu++98 
    1111%DEV_CFLAGS     -g 
    1212%DEBUG_CFLAGS   -g -O2 
    1313 
    14 %BASE_FFLAGS    -D__NONE__ 
     14%BASE_FFLAGS    -D__NONE__ -ffree-line-length-none 
    1515%PROD_FFLAGS    -O3 
    1616%DEV_FFLAGS     -g -O2 
     
    2020%BASE_LD        -lstdc++ 
    2121 
    22 %CPP            /opt/local/bin/cpp-mp-4.5 
    23 %FPP            /opt/local/bin/cpp-mp-4.5 -P 
     22%CPP            cpp 
     23%FPP            cpp -P 
    2424%MAKE           gmake 
    2525 
Note: See TracChangeset for help on using the changeset viewer.