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 9852 for utils/build/arch/arch-osx_gfortran.fcm – NEMO

Ignore:
Timestamp:
2018-06-28T13:01:29+02:00 (6 years ago)
Author:
smasson
Message:

update some arch files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/build/arch/arch-osx_gfortran.fcm

    r9649 r9852  
    4242%NCDF_HOME           /opt/local 
    4343%HDF5_HOME           /opt/local 
    44 %XIOS_HOME           /Users/$( whoami )/xios-2.0 
     44%XIOS_HOME           /Users/$( whoami )/xios-2.5 
    4545%OASIS_HOME          /not/defined 
    4646 
     
    4848%NCDF_LIB            -L%NCDF_HOME/lib -lnetcdff -lnetcdf 
    4949%XIOS_INC            -I%XIOS_HOME/inc  
    50 %XIOS_LIB            -L%XIOS_HOME/lib -lxios 
     50%XIOS_LIB            -L%XIOS_HOME/lib -lxios -lstdc++  
    5151%OASIS_INC           -I%OASIS_HOME/build/lib/mct -I%OASIS_HOME/build/lib/psmile.MPI1 
    5252%OASIS_LIB           -L%OASIS_HOME/lib -lpsmile.MPI1 -lmct -lmpeu -lscrip 
     
    5757%FFLAGS              %FCFLAGS 
    5858%LD                  %FC 
    59 %LDFLAGS             -lstdc++ -lmpi_cxx 
     59%LDFLAGS              
    6060%FPPFLAGS            -P -C -traditional 
    6161%AR                  ar 
Note: See TracChangeset for help on using the changeset viewer.