Skip to content
Snippets Groups Projects
Commit e264affd authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

gitlab-ci: Fix incorrect choice of flag.

parent 77916245
No related branches found
No related tags found
No related merge requests found
......@@ -156,7 +156,8 @@ run_test_intel_2021_5_0:
CC=mpicc FC=mpifort
FCFLAGS="-O2 -march=core-avx2 -g"
CFLAGS="-O2 -march=core-avx2 -g"
BUILD_FCFLAGS="-Wall"
BUILD_FCFLAGS="-diag-enable=all"
BUILD_CFLAGS="-diag-enable=all"
--disable-silent-rules
MPI_LAUNCH="`which mpirun` --oversubscribe"
|| { status=$? ; gzip config.log ; exit $status ; }
......@@ -184,7 +185,8 @@ run_test_oneapi_2023_2_1:
CC=mpiicc FC=mpiifort
FCFLAGS="-O2 -march=core-avx2 -g"
CFLAGS="-O2 -march=core-avx2 -g -fno-math-errno"
BUILD_FCFLAGS="-Wall"
BUILD_FCFLAGS="-diag-enable=all"
BUILD_CFLAGS="-diag-enable=all"
LDFLAGS="-g -shared-intel"
--disable-silent-rules
--disable-static
......
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