Skip to content
Snippets Groups Projects
Commit 9192a0f6 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Fix incorrect flag specification in default configuration.

parent f34b3608
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ case "${HOSTNAME}" in
CFLAGS="$OPTFLAGS -q64" \
CPPFLAGS='-Dextname' \
F77=smartmpxlf \
F77FLAGS="$OPTFLAGS -q64 -qsuffix=cpp=f90 -qextname" \
FFLAGS="$OPTFLAGS -q64 -qsuffix=cpp=f90 -qextname" \
FC=smartmpxlf \
FCFLAGS="$OPTFLAGS -q64 -qsuffix=cpp=f90 -qextname" \
CXX=smartmpCC_r \
......
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