Skip to content

Commit 53c7bc7

Browse files
committed
Fixed een_gl
1 parent 85e1261 commit 53c7bc7

File tree

3 files changed

+84
-59590
lines changed

3 files changed

+84
-59590
lines changed

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ AC_ARG_WITH([ifort],
5555

5656
AS_IF([test "x$with_ifort" = "xyes"], [
5757
FC=ifort
58-
FCFLAGS="-march=native -ip -Ofast -ftz -finline -g -mkl=sequential" ])
58+
FCFLAGS="-march=native -ip -O3 -ftz -finline -g -mkl=sequential" ])
5959

6060
# Intel C compiler
6161
AC_ARG_WITH([icx],
@@ -66,7 +66,7 @@ AC_ARG_WITH([icx],
6666

6767
AS_IF([test "x$with_icx" = "xyes"], [
6868
CC=icx
69-
CFLAGS="-march=native -Ofast -ftz -finline -g -qmkl=sequential" ])
69+
CFLAGS="-march=native -O3 -ftz -finline -g -qmkl=sequential" ])
7070

7171
AS_IF([test "x$with_icx.$with_ifort" = "xyes.yes"], [
7272
ax_blas_ok="yes"
@@ -82,7 +82,7 @@ AC_ARG_WITH([icc],
8282

8383
AS_IF([test "x$with_icc" = "xyes"], [
8484
CC=icc
85-
CFLAGS="-march=native -ip -Ofast -ftz -finline -g -mkl=sequential" ])
85+
CFLAGS="-march=native -ip -O3 -ftz -finline -g -mkl=sequential" ])
8686

8787
AS_IF([test "x$with_icc.$with_ifort" = "xyes.yes"], [
8888
ax_blas_ok="yes"

0 commit comments

Comments
 (0)