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-ifort_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-ifort_osx.fcm

    r1973 r1985  
    11%NCDF_INC             -I/usr/local/pub/netcdf/4.0.1-ifort/include  
    22%NCDF_LIB            -L /usr/local/pub/netcdf/4.0.1-ifort/lib -lnetcdf    
    3 %COMPILER            mpif90 
    4 %LINK                mpif90 
     3%FC                  mpif90 
     4%L                mpif90 
    55%AR                  libtool  
    66%ARFLAGS             -c -s -o 
    7 %MAKE                make 
    8 %FPP                 cpp 
     7%M_K                 make 
    98%FPP_FLAGS           -P -traditional -I/usr/local/pub/openmpi/1.3.3-ifort/include 
    10 %FPP_DEF 
    11 %BASE_FFLAGS         -r8 -O3  -traceback  
    12 %PROD_FFLAGS         -r8 -fast 
    13 %DEV_FFLAGS          -r8 -g 
    14 %DEBUG_FFLAGS        -r8 -g 
    15 %MPI_FFLAGS 
    16 %OMP_FFLAGS 
    17 %BASE_LD              
    18 %MPI_LD 
    19 %OMP_LD 
    20  
     9%FFLAGS       -r8 -O3  -traceback  
     10%USER_INC 
Note: See TracChangeset for help on using the changeset viewer.