Install netcdf and netcdf-fortran required for ETSF-IO libray and octopus code
For installation of netcdf
- Configure:
./configure CC=icc --prefix="/opt/etsf" \
--enable-static --enable-shared --disable-dap \
LT_SYS_LIBRARY_PATH="/opt/etsf/lib" \
LDFLAGS="-L/opt/etsf" \
--disable-netcdf-4
- compile
make
- Install
make install
- Check the installation
make check
For installation of netcdf-fortran
- Configure:
./configure FC=ifort CC=icc \
--prefix="/opt/etsf" \
CPPFLAGS="-I/opt/etsf/include" \
CPPFLAGS="-I/opt/include" \
LDFLAGS="-L/opt/lib"
- compile
make
- Install
make install
- Check the installation
make check
Search content by categories