mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 06:05:29 -04:00
Toolchain: Ignore Intel compiler warning #279
This commit is contained in:
parent
fedce27c3a
commit
403de91c25
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ LD_arch="IF_MPI(${MPIFC}|${FC})"
|
|||
|
||||
# we always want good line information and backtraces
|
||||
if [ "${with_intel}" != "__DONTUSE__" ]; then
|
||||
BASEFLAGS="-nofor-main -O2 -fopenmp -fp-model precise -funroll-loops -g -qopenmp-simd -traceback -xHost"
|
||||
BASEFLAGS="-nofor-main -O2 -fopenmp -fp-model precise -funroll-loops -g -qopenmp-simd -traceback -xHost -wd279"
|
||||
elif [ "${generic}" = "__TRUE__" ]; then
|
||||
BASEFLAGS="-fno-omit-frame-pointer -fopenmp -g -mtune=generic"
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue