Skip to content
Snippets Groups Projects
Commit 5468dcb8 authored by Rene Redler's avatar Rene Redler
Browse files

update for Debian strech configure description

parent 04118c6e
No related branches found
No related tags found
No related merge requests found
......@@ -43,8 +43,8 @@ module load openmpi/2.1.5-gcc63
autoreconf -i
./configure \
--with-netcdf-include=/sw/stretch-x64/netcdf/netcdf_c-4.6.2/include \
--with-netcdf-lib=/sw/stretch-x64/netcdf/netcdf_c-4.6.2/lib \
--with-netcdf-include=/sw/stretch-x64/netcdf/netcdf_c-4.6.1/include \
--with-netcdf-lib=/sw/stretch-x64/netcdf/netcdf_c-4.6.1/lib \
--with-xml2-include=/usr/include/libxml2 \
--with-xml2-lib=/usr/lib \
--disable-lib-only \
......@@ -53,7 +53,7 @@ CC=/sw/stretch-x64/mpi/openmpi-2.1.5-gcc63/bin/mpicc \
FC=/sw/stretch-x64/mpi/openmpi-2.1.5-gcc63/bin/mpif90 \
CFLAGS="-g -O0 -pg" \
FCFLAGS="-g -pg" \
LDFLAGS="-g -pg -Wl,-rpath,/sw/stretch-x64/netcdf/netcdf_c-4.6.2/lib"
LDFLAGS="-g -pg -Wl,-rpath,/sw/stretch-x64/netcdf/netcdf_c-4.6.1/lib"
\endcode
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment