Skip to content
Snippets Groups Projects
Commit 93e93876 authored by Rene Redler's avatar Rene Redler Committed by Moritz Hanke
Browse files

update of configure examples for Debian

parent d34e7bcc
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,6 @@
\tableofcontents
- <A HREF="http://www.dkrz.de/Nutzerportal-en/doku/mistral">Mistral</A>
- Stretch Linux
- Jessie Linux
- macOS
......@@ -43,8 +42,7 @@ module load openmpi/2.1.5-gcc63
autoreconf -i
./configure \
--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-netcdf-root=/sw/stretch-x64/netcdf/netcdf_c-4.6.1 \
--with-xml2-include=/usr/include/libxml2 \
--with-xml2-lib=/usr/lib \
--disable-lib-only \
......@@ -58,60 +56,8 @@ LDFLAGS="-g -pg -Wl,-rpath,/sw/stretch-x64/netcdf/netcdf_c-4.6.1/lib"
\endcode
\section Jessie Linux PC Debian 8.2 (Jessie)
\code
module purge
module load gcc/6.2.0
module load openmpi/1.10.3-static-gcc62
autoreconf -i
configure \
--with-netcdf-include=/sw/jessie-x64/netcdf-4.3.3.1-gccsys/include \
--with-netcdf-lib=/sw/jessie-x64/netcdf-4.3.3.1-gccsys/lib \
--with-xml2-include=/usr/include/libxml2 \
--with-xml2-lib=/usr/lib \
--disable-lib-only \
--enable-silent-rules \
CC=/sw/jessie-x64/mpi/openmpi-1.10.3-static-gcc62/bin/mpicc \
FC=/sw/jessie-x64/mpi/openmpi-1.10.3-static-gcc62/bin/mpif90 \
CFLAGS="-g -O0 -pg" \
FCFLAGS="-g -pg" \
LDFLAGS="-g -pg"
\endcode
or
\code
module purge
module load openmpi/1.10.3-static-intel17
module load intel/17.0.1
autoreconf -i
configure \
--with-netcdf-include=/sw/jessie-x64/netcdf-4.3.3.1-gccsys/include \
--with-netcdf-lib=/sw/jessie-x64/netcdf-4.3.3.1-gccsys/lib \
--with-xml2-include=/usr/include/libxml2 \
--with-xml2-lib=/usr/lib \
--with-mkl-include=/opt/zmaw/sw/jessie-x64/intel/intel-17.0.1/compilers_and_libraries_2016.2.181/linux/mkl/include \
--with-mkl-lib=/opt/zmaw/sw/jessie-x64/intel/intel-17.0.1/compilers_and_libraries_2016.2.181/linux/mkl/lib \
--disable-lib-only \
--enable-silent-rules \
CC=/sw/jessie-x64/mpi/openmpi-1.10.3-static-intel17/bin/mpicc \
FC=/sw/jessie-x64/mpi/openmpi-1.10.3-static-intel17/bin/mpif90 \
CFLAGS="-g" \
FCFLAGS="-g -fpp" \
LDFLAGS="-g"
\endcode
\section macOS macOS 10.14 (Mojave) (gcc 8.2.0, Open MPI 3.0.0, netcdf 4.6.1)
\section macOS macOS 10.14 (Mojave) (gcc 8.3.0, Open MPI 3.0.0, netcdf 4.6.2)
\code
......
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