source: codes/icosagcm/trunk/arch/arch-X64_OSX.fcm @ 60

Last change on this file since 60 was 44, checked in by dubos, 12 years ago

Small fixes to enable compilation on MacOSX
Introduced key CPP_NETCDF4 (netcdf_mod.F90) to enable NetCDF4 with sequential version.

Tested : test case 3 with nbp=20 on MacOSX, sequential, gfortran 4.5.4, NetCDF4.2

File size: 501 bytes
Line 
1%COMPILER            gfortran
2%LINK                gfortran
3%AR                  ar
4%MAKE                gmake
5%FPP_FLAGS           -P -traditional
6%FPP_DEF             KEY_NONE CPP_NETCDF4
7%BASE_FFLAGS         -I /opt/local/include -fdefault-real-8
8%PROD_FFLAGS         -O3
9%DEV_FFLAGS          -p -g -O
10%DEBUG_FFLAGS        -p -g  -fbacktrace -fbounds-check
11%MPI_FFLAGS
12%OMP_FFLAGS         
13%BASE_LD             -p -L/opt/local/lib  -lnetcdff -lnetcdf
14%OMP_LD             
15%OMP_LD             
Note: See TracBrowser for help on using the repository browser.