Changeset 2258 for CPL/oasis3/trunk/util/compile
- Timestamp:
- 06/18/14 16:49:41 (10 years ago)
- 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 8 8 optf="-shared-intel -mcmodel=large -convert big_endian" 9 9 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" 11 11 elif [ $compile_mode = debug ]; then 12 12 optc=" " -
CPL/oasis3/trunk/util/compile/frames/include_ada/Compile_mode_oasis3_ada.h
r2040 r2258 5 5 optf="-shared-intel -mcmodel=large -convert big_endian" 6 6 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" 8 8 elif [ $compile_mode = debug ]; then 9 9 optc=" " -
CPL/oasis3/trunk/util/compile/frames/include_ada/Sitespecific_ada.h
r1996 r2258 29 29 export MPI_INCLUDE="" 30 30 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" 34 33 35 34 ##export LIB1=" -llapack -lblas "
Note: See TracChangeset
for help on using the changeset viewer.