We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49c16a9 commit 3c0e7a2Copy full SHA for 3c0e7a2
2 files changed
libadaptivity/configure
@@ -10878,7 +10878,7 @@ EOF
10878
OPTIMISATION_FLAGS="$OPTIMISATION_FLAGS -O3"
10879
if test "$fcompiler" = "ifort" ; then
10880
# add inlining and cpu-specific optimisations for intel
10881
- OPTIMISATION_FLAGS="$OPTIMISATION_FLAGS -ip -Xhost"
+ OPTIMISATION_FLAGS="$OPTIMISATION_FLAGS -ip -xHost"
10882
fi
10883
10884
libadaptivity/configure.in
@@ -540,7 +540,7 @@ EOF
540
541
542
543
544
545
546
0 commit comments