Changeset 2258 for CPL/oasis3


Ignore:
Timestamp:
06/18/14 16:49:41 (10 years ago)
Author:
aclsce
Message:

Modified to use NetCDF parallel version on ada supercomputer.

Location:
CPL/oasis3/trunk/util/compile/frames/include_ada
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • CPL/oasis3/trunk/util/compile/frames/include_ada/Compile_mode_libs_ada.h

    r2040 r2258  
    88    optf="-shared-intel -mcmodel=large -convert big_endian" 
    99    optf77="-shared-intel -mcmodel=large -convert big_endian" 
    10     optl="-shared-intel -mcmodel=large" 
     10    optl="-shared-intel -mcmodel=large -Wl,-rpath=/smplocal/pub/NetCDF/4.1.3/mpi/lib:/smplocal/pub/HDF5/1.8.9/par/lib" 
    1111  elif [ $compile_mode = debug ];   then 
    1212    optc=" " 
  • CPL/oasis3/trunk/util/compile/frames/include_ada/Compile_mode_oasis3_ada.h

    r2040 r2258  
    55    optf="-shared-intel -mcmodel=large -convert big_endian" 
    66    optf77="-shared-intel -mcmodel=large -convert big_endian" 
    7     optl="-shared-intel -mcmodel=large" 
     7    optl="-shared-intel -mcmodel=large -Wl,-rpath=/smplocal/pub/NetCDF/4.1.3/mpi/lib:/smplocal/pub/HDF5/1.8.9/par/lib" 
    88  elif [ $compile_mode = debug ];   then 
    99    optc=" " 
  • CPL/oasis3/trunk/util/compile/frames/include_ada/Sitespecific_ada.h

    r1996 r2258  
    2929  export MPI_INCLUDE="" 
    3030 
    31   export NETCDF_LIB="-L/smplocal/pub/NetCDF/4.1.3/lib -lnetcdff -lnetcdf -lnetcdf_c++ -L/smplocal/pub/HDF5/1.8.9/seq/lib -lhdf5hl_fortran -lhdf5_hl -lhdf5_fortran -lhdf5 -Bdynamic -lz" 
    32   export NETCDF_INCLUDE="/smplocal/pub/NetCDF/4.1.3/include" 
    33  
     31  export NETCDF_LIB="-L/smplocal/pub/NetCDF/4.1.3/mpi/lib -lnetcdff -lnetcdf -lnetcdf_c++ -L/smplocal/pub/HDF5/1.8.9/par/lib -lhdf5hl_fortran -lhdf5_hl -lhdf5_fortran -lhdf5 -Bdynamic -lz" 
     32  export NETCDF_INCLUDE="/smplocal/pub/NetCDF/4.1.3/mpi/include" 
    3433 
    3534  ##export LIB1=" -llapack -lblas " 
Note: See TracChangeset for help on using the changeset viewer.