Skip to content

Commit

Permalink
fix: resolve omp simd error in mdd (#2894)
Browse files Browse the repository at this point in the history
* fix: resolve omp simd error in mdd

* updating makefile instead

* simplify slightly
  • Loading branch information
ethanglaser authored Sep 12, 2024
1 parent 93465cf commit 3416bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/make/compiler_definitions/icx.mkl.32e.mk
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ CORE.SERV.COMPILER.icx = generic
COMPILER.lnx.icx = icx -m64 \
-Werror -Wreturn-type -qopenmp-simd

COMPILER.win.icx = icx $(if $(MSVC_RT_is_release),-MD, -MDd) -nologo -WX -Qopenmp-simd -Wno-deprecated-declarations
COMPILER.win.icx = icx $(if $(MSVC_RT_is_release),-MD -Qopenmp-simd, -MDd) -nologo -WX -Wno-deprecated-declarations

link.dynamic.lnx.icx = icx -m64 -no-intel-lib

Expand Down

0 comments on commit 3416bc9

Please sign in to comment.