Changeset 1864
- Timestamp:
- 04/01/20 12:16:18 (5 years ago)
- 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 2 2 # 3 3 # Tested successfully with : 4 # Mac OS X 10.7.4 4 # Mac OS X 10.9.5 5 # 5 6 # 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) 9 15 # 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'. 11 18 # 12 19 export NETCDF_DIR=/opt/local -
XIOS/branchs/xios-2.5/arch/arch-GCC_MACOSX.fcm
r591 r1864 8 8 9 9 %BASE_CFLAGS -w 10 %PROD_CFLAGS -O3 -D BOOST_DISABLE_ASSERTS 10 %PROD_CFLAGS -O3 -D BOOST_DISABLE_ASSERTS -std=gnu++98 11 11 %DEV_CFLAGS -g 12 12 %DEBUG_CFLAGS -g -O2 13 13 14 %BASE_FFLAGS -D__NONE__ 14 %BASE_FFLAGS -D__NONE__ -ffree-line-length-none 15 15 %PROD_FFLAGS -O3 16 16 %DEV_FFLAGS -g -O2 … … 20 20 %BASE_LD -lstdc++ 21 21 22 %CPP /opt/local/bin/cpp-mp-4.523 %FPP /opt/local/bin/cpp-mp-4.5-P22 %CPP cpp 23 %FPP cpp -P 24 24 %MAKE gmake 25 25
Note: See TracChangeset
for help on using the changeset viewer.