Skip to content
Snippets Groups Projects
Commit 0d9f606a authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

config/default: remove cflag -march=core-avx2 for icx on levante

parent c52c13ae
No related branches found
No related tags found
1 merge request!138M214003/develop
......@@ -391,7 +391,7 @@ case "${HOSTNAME}" in
LDFLAGS="$LDFLAGS" \
F77=ifx FFLAGS="-g -O2" \
CXX=icpx CXXFLAGS="-g -Wall -O2 -march=core-avx2 -I${FFTW3PATH}/include" \
CC=icx CFLAGS="-g -Wall -O2 -march=core-avx2"
CC=icx CFLAGS="-g -Wall -O2"
elif test "$COMP" = pgi ; then
${CONFPATH}configure --without-fortran \
$CDOLIBS \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment