Changeset 3472


Ignore:
Timestamp:
Oct 24, 2024, 1:10:46 PM (4 weeks ago)
Author:
afalco
Message:

arch files: use nf-config for fortran instead of nc-config.
AF

Location:
trunk/LMDZ.COMMON/arch
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/arch/arch-gfortran-para.path

    r3454 r3472  
    11ROOT=$PWD
    22
    3 NETCDF_INCDIR="$(nc-config --cflags) $(nc-config --fflags)"
    4 NETCDF_LIBDIR="$(nc-config --flibs) $(nc-config --libs)"
     3NETCDF_INCDIR="$(nc-config --cflags) $(nf-config --fflags)"
     4NETCDF_LIBDIR="$(nc-config --libs) $(nf-config --flibs)"
    55NETCDF_LIB=""
    66
  • trunk/LMDZ.COMMON/arch/arch-gfortran.path

    r3454 r3472  
    11ROOT=$PWD
    22
    3 NETCDF_INCDIR="$(nc-config --cflags) $(nc-config --fflags)"
    4 NETCDF_LIBDIR="$(nc-config --flibs) $(nc-config --libs)"
    5 NETCDF_LIB="-lnetcdf -lnetcdff"
     3NETCDF_INCDIR="$(nc-config --cflags) $(nf-config --fflags)"
     4NETCDF_LIBDIR="$(nc-config --libs) $(nf-config --flibs)"
     5NETCDF_LIB=""
    66
    77IOIPSL_INCDIR="-I$ROOT/../IOIPSL/inc"
  • trunk/LMDZ.COMMON/arch/arch-linux-64bit.path

    r1695 r3472  
    11ROOT=$PWD
    22
    3 NETCDF_LIBDIR="-L/donnees/emlmd/netcdf64-4.0.1_pgi/lib"
    4 NETCDF_LIB="-lnetcdf"
    5 NETCDF_INCDIR="-I/donnees/emlmd/netcdf64-4.0.1_pgi/include"
     3NETCDF_INCDIR="$(nc-config --cflags) $(nf-config --fflags)"
     4NETCDF_LIBDIR="$(nc-config --libs) $(nf-config --flibs)"
     5NETCDF_LIB=""
    66
    7 IOIPSL_INCDIR="-I/donnees/emlmd/modipsl64_pgi/modipsl/lib"
    8 IOIPSL_LIBDIR="-L/donnees/emlmd/modipsl64_pgi/modipsl/lib"
     7IOIPSL_INCDIR="-I$ROOT/ioipsl/modipsl/lib"
     8IOIPSL_LIBDIR="-L$ROOT/ioipsl/modipsl/lib"
    99IOIPSL_LIB="-lioipsl"
    1010
  • trunk/LMDZ.COMMON/arch/arch-linux-ifort-para.path

    r3454 r3472  
    11ROOT=$PWD
    22
    3 NETCDF_INCDIR="$(nc-config --cflags) $(nc-config --fflags)"
    4 NETCDF_LIBDIR="$(nc-config --flibs) $(nc-config --libs)"
     3NETCDF_INCDIR="$(nc-config --cflags) $(nf-config --fflags)"
     4NETCDF_LIBDIR="$(nc-config --libs) $(nf-config --flibs)"
    55NETCDF_LIB=""
    66
  • trunk/LMDZ.COMMON/arch/arch-linux-ifort.path

    r3454 r3472  
    11ROOT=$PWD
    22
    3 NETCDF_INCDIR="$(nc-config --cflags) $(nc-config --fflags)"
    4 NETCDF_LIBDIR="$(nc-config --flibs) $(nc-config --libs)"
     3NETCDF_INCDIR="$(nc-config --cflags) $(nf-config --fflags)"
     4NETCDF_LIBDIR="$(nc-config --libs) $(nf-config --flibs)"
    55NETCDF_LIB=""
    66
Note: See TracChangeset for help on using the changeset viewer.