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.
Changeset 1985 for branches/DEV_r1879_FCM/NEMOGCM/ARCH/arch-gfortran_osx.fcm – NEMO

Ignore:
Timestamp:
2010-07-05T17:54:00+02:00 (14 years ago)
Author:
flavoni
Message:

commit script to compile with FCM, see ticket: #685

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r1879_FCM/NEMOGCM/ARCH/arch-gfortran_osx.fcm

    r1973 r1985  
    1  
    2  
    31%NCDF_INC            -I/usr/local/gfortran_4_3/netcdf3_6_3/include 
    42%NCDF_LIB            -L/usr/local/gfortran_4_3/netcdf3_6_3/lib -lnetcdf 
    5 %COMPILER            gfortran 
    6 %LINK                gfortran 
     3%FC                gfortran 
     4%L                gfortran 
    75%AR                  ar 
    86%ARFLAGS             -rs 
    9 %MAKE                make 
    10 %FPP                 /usr/bin/cpp-4.0 
     7%M_K                 make 
    118%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  
     9%FFLAGS              -fdefault-real-8 -O3 -funroll-all-loops   
     10%USER_INC 
Note: See TracChangeset for help on using the changeset viewer.