diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8accab3df421ce660596f475cbeef41e4d6e030a..cfcb6f5d8518eb3783b84880913e02d4bed7000e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -60,9 +60,9 @@ compatibility_stage: - echo "Running make with flang version 16 and clang version 16..." - make clean && BUILDDIR=$PWD/../build_clang16-flang16 CXX="clang++-16 -stdlib=libstdc++ -I/usr/include/c++/12 -I/usr/include/x86_64-linux-gnu/c++/12" FC=flang-new-16 FCFLAGS=-O3 LDFLAGS="-L/usr/lib/llvm-16/lib -L/usr/lib/gcc/x86_64-linux-gnu/12" make -j - echo "Running make with Intel ifort and Intel icpx..." - - make clean && LD_LIBRARY_PATH=/opt/intel/oneapi/compiler/latest/linux/lib PATH=/opt/intel/oneapi/compiler/latest/linux/bin:$PATH BUILDDIR=$PWD/../build_ifort-icpx CXX=icpx FC=ifort FCFLAGS="-O3 -diag-disable=10448" make -j + - make clean && LD_LIBRARY_PATH=/opt/intel/oneapi/compiler/2024.1/lib PATH=/opt/intel/oneapi/compiler/2024.1/bin:$PATH BUILDDIR=$PWD/../build_ifort-icpx CXX=icpx FC=ifort FCFLAGS="-O3 -diag-disable=10448" make -j - echo "Running make with Intel ifx and Intel icpx..." - - make clean && LD_LIBRARY_PATH=/opt/intel/oneapi/compiler/latest/linux/lib PATH=/opt/intel/oneapi/compiler/latest/linux/bin:$PATH BUILDDIR=$PWD/../build_ifx-icpx CXX=icpx FC=ifx FCFLAGS=-O3 make -j + - make clean && LD_LIBRARY_PATH=/opt/intel/oneapi/compiler/2024.1/lib PATH=/opt/intel/oneapi/compiler/2024.1/bin:$PATH BUILDDIR=$PWD/../build_ifx-icpx CXX=icpx FC=ifx FCFLAGS=-O3 make -j - echo "Running make with default MPI compilers" - make clean && BUILDDIR=$PWD/../build_mpi CXX=mpicxx FC=mpif90 USE_MPI=1 make -j