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 2490 for branches/nemo_v3_3_beta/NEMOGCM/ARCH – NEMO

Ignore:
Timestamp:
2010-12-19T22:01:40+01:00 (13 years ago)
Author:
smasson
Message:

remove changes done on arch-gfortran_osx.fcm in previous changeset:2489

File:
1 edited

Legend:

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

    r2489 r2490  
    1515 
    1616 
    17 %NCDF_INC            -I/opt/local/include 
    18 %NCDF_LIB            -L/opt/local/lib -lnetcdf 
    19 %FC                openmpif90 
     17%NCDF_INC            -I/usr/local/netcdf/include 
     18%NCDF_LIB            -L/usr/local/netcdf/lib -lnetcdf 
     19%FC                gfortran 
    2020%FCFLAGS             -fdefault-real-8 -O3 -funroll-all-loops -fcray-pointer  
    2121%FFLAGS              %FCFLAGS 
    22 %LD                  openmpif90 
     22%LD                  gfortran 
    2323%LDFLAGS 
    2424%FPPFLAGS            -P -C -traditional 
    25 %AR                  ar 
    26 %ARFLAGS             -rs 
     25%AR                  libtool 
     26%ARFLAGS             -c -s -o 
    2727%MK                  make 
    2828%USER_INC            %NCDF_INC 
Note: See TracChangeset for help on using the changeset viewer.