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.
WorkingGroups/TAM/InstallationsMacInstosh/InstallMacGfortran (diff) – NEMO

Changes between Version 5 and Version 6 of WorkingGroups/TAM/InstallationsMacInstosh/InstallMacGfortran


Ignore:
Timestamp:
2009-09-15T16:19:00+02:00 (15 years ago)
Author:
chauvin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkingGroups/TAM/InstallationsMacInstosh/InstallMacGfortran

    v5 v6  
    2929 
    3030-- Compiling NEMO -- 
    31 Config file in NEMO/build/config : 
     31Compiler options in NEMO/build/config : 
    3232The debugging option has to be -dwarf-2 (and not -g).  
    3333The optimizing option -O3 is ok too. 
     
    4545FCFLAGSF90=  -c -gdwarf-2  -fdefault-real-8 -ffree-line-length-none -I$(NETCDF_INCLUDE) -I$(NEMOLIB) 
    4646LDFLAGS=  -gdwarf-2  -free-line-length-none -o  
    47 LDNOMPI=$(FC) 
    48 #-g -Wall -Wimplicit-none -Wuninitialized -fbounds-check -ftrace=frame -fpointer=invalid 
    4947 
    50 CPPKEYS_ARCH=-DNC_DOUBLE \ 
    51 -DNOIARGCPROTO \ 
    52 -Dkey_tau_daily_monthly_files \ 
    53 -Dkey_dtasst_monthly_files \ 
    54 -Dkey_flx_forced_daily_monthly_files 
     48== Compiling NEMOVAR == 
     49Link with the lapack library is needed (conjgrad). 
     50 
    5551 
    5652}}}