New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
arch-gfortran_osx.fcm in branches/DEV_r1879_FCM/NEMOGCM/ARCH – NEMO

source: branches/DEV_r1879_FCM/NEMOGCM/ARCH/arch-gfortran_osx.fcm @ 1973

Last change on this file since 1973 was 1973, checked in by flavoni, 14 years ago

Add ARCH directory to have file ready for some architecture, see ticket: #685

File size: 616 bytes
Line 
1
2
3%NCDF_INC            -I/usr/local/gfortran_4_3/netcdf3_6_3/include
4%NCDF_LIB            -L/usr/local/gfortran_4_3/netcdf3_6_3/lib -lnetcdf
5%COMPILER            gfortran
6%LINK                gfortran
7%AR                  ar
8%ARFLAGS             -rs
9%MAKE                make
10%FPP                 /usr/bin/cpp-4.0
11%FPP_FLAGS           -P -traditional
12%FPP_DEF
13%BASE_FFLAGS          -fdefault-real-8 -O3 -funroll-all-loops 
14%PROD_FFLAGS          -fdefault-real-8 -fast
15%DEV_FFLAGS           -fdefault-real-8 -g
16%DEBUG_FFLAGS         -fdefault-real-8 -g
17%MPI_FFLAGS
18%OMP_FFLAGS
19%BASE_LD             
20%MPI_LD
21%OMP_LD
22
Note: See TracBrowser for help on using the repository browser.