Skip to content

Commit

Permalink
Fixed een_gl
Browse files Browse the repository at this point in the history
  • Loading branch information
scemama committed Dec 13, 2024
1 parent 85e1261 commit 53c7bc7
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 59,590 deletions.
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ AC_ARG_WITH([ifort],

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

# Intel C compiler
AC_ARG_WITH([icx],
Expand All @@ -66,7 +66,7 @@ AC_ARG_WITH([icx],

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

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

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

AS_IF([test "x$with_icc.$with_ifort" = "xyes.yes"], [
ax_blas_ok="yes"
Expand Down
Loading

0 comments on commit 53c7bc7

Please sign in to comment.