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

-Wl,-rpath is required when linking with dynamic NetCDF libs

parent 2b71685d
No related branches found
No related tags found
No related merge requests found
......@@ -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"
LDFLAGS="-g -pg -Wl,-rpath,/sw/stretch-x64/netcdf/netcdf_c-4.6.2/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