mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
CONFIG: additional intel compiler flags (#2056)
This commit is contained in:
committed by
Mark Olesen
parent
d549826528
commit
77375a88fd
2
wmake/rules/linux64Icc/c++OptAVX2
Normal file
2
wmake/rules/linux64Icc/c++OptAVX2
Normal file
@ -0,0 +1,2 @@
|
||||
c++DBUG =
|
||||
c++OPT = -O3 -xCORE-AVX2
|
||||
2
wmake/rules/linux64Icc/c++OptAVX512
Normal file
2
wmake/rules/linux64Icc/c++OptAVX512
Normal file
@ -0,0 +1,2 @@
|
||||
c++DBUG =
|
||||
c++OPT = -O3 -xCORE-AVX512
|
||||
2
wmake/rules/linux64Icc/cOptAVX2
Normal file
2
wmake/rules/linux64Icc/cOptAVX2
Normal file
@ -0,0 +1,2 @@
|
||||
cDBUG =
|
||||
cOPT = -O3
|
||||
2
wmake/rules/linux64Icc/cOptAVX512
Normal file
2
wmake/rules/linux64Icc/cOptAVX512
Normal file
@ -0,0 +1,2 @@
|
||||
cDBUG =
|
||||
cOPT = -O3
|
||||
2
wmake/rules/linux64Icx/c++OptAVX2
Normal file
2
wmake/rules/linux64Icx/c++OptAVX2
Normal file
@ -0,0 +1,2 @@
|
||||
c++DBUG =
|
||||
c++OPT = -O3 -xCORE-AVX2
|
||||
2
wmake/rules/linux64Icx/c++OptAVX512
Normal file
2
wmake/rules/linux64Icx/c++OptAVX512
Normal file
@ -0,0 +1,2 @@
|
||||
c++DBUG =
|
||||
c++OPT = -O3 -xCORE-AVX512
|
||||
2
wmake/rules/linux64Icx/cOptAVX2
Normal file
2
wmake/rules/linux64Icx/cOptAVX2
Normal file
@ -0,0 +1,2 @@
|
||||
cDBUG =
|
||||
cOPT = -O3
|
||||
2
wmake/rules/linux64Icx/cOptAVX512
Normal file
2
wmake/rules/linux64Icx/cOptAVX512
Normal file
@ -0,0 +1,2 @@
|
||||
cDBUG =
|
||||
cOPT = -O3
|
||||
Reference in New Issue
Block a user