Loading .gitlab-ci.yml +10 −10 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ compatibility_stage: - cd build_gnu11 - cp -r ../build/* . - CXX=g++-11 F77=gfortran-11 ./configure - make clean - make wipe - make -j - echo "Running make with gnu compilers version 12..." - cd .. Loading @@ -57,7 +57,7 @@ compatibility_stage: - cd build_gnu12 - cp -r ../build/* . - CXX=g++-12 F77=gfortran-12 ./configure - make clean - make wipe - make -j - echo "Running make with gnu compilers version 13..." - cd .. Loading @@ -66,7 +66,7 @@ compatibility_stage: - cd build_gnu13 - cp -r ../build/* . - CXX=g++-13 F77=gfortran-13 ./configure - make clean - make wipe - make -j - echo "Running make with gnu compilers version 14..." - cd .. Loading @@ -75,7 +75,7 @@ compatibility_stage: - cd build_gnu14 - cp -r ../build/* . - CXX=g++-14 F77=gfortran-14 ./configure - make clean - make wipe - make -j - echo "Running make with refinement with gnu compilers version 14..." - cd .. Loading @@ -84,7 +84,7 @@ compatibility_stage: - cd build_gnu14_refine - cp -r ../build/* . - CXX=g++-14 F77=gfortran-14 ./configure --enable-refinement - make clean - make wipe - make -j - echo "Running make with flang version 16 and clang version 16..." - cd .. Loading @@ -93,7 +93,7 @@ compatibility_stage: - cd build_clang16 - cp -r ../build/* . - CXX=clang++-16 F77=flang-new-16 ./configure --with-fflags="-O3" --with-include="-I/usr/include/c++/13 -I/usr/include/x86_64-linux-gnu/c++/13" --with-ldflags="-L/usr/lib/llvm-16/lib -L/usr/lib/gcc/x86_64-linux-gnu/13" --disable-openmp - make clean - make wipe - make -j - echo "Running make with flang version 17 and clang version 17..." - cd .. Loading @@ -102,7 +102,7 @@ compatibility_stage: - cd build_clang17 - cp -r ../build/* . - CXX=clang++-17 F77=flang-new-17 ./configure --with-fflags="-O3" --with-include="-I/usr/include/c++/13 -I/usr/include/x86_64-linux-gnu/c++/13" --with-ldflags="-L/usr/lib/llvm-17/lib -L/usr/lib/gcc/x86_64-linux-gnu/13" --disable-openmp - make clean - make wipe - make -j #- echo "Running make with Intel ifort and Intel icpx..." - cd .. Loading @@ -113,7 +113,7 @@ compatibility_stage: #- export LD_LIBRARY_PATH=/opt/intel/oneapi/compiler/latest/lib #- export PATH=/opt/intel/oneapi/compiler/latest/bin:$PATH #- CXX=icpx F77=ifort ./configure --with-fflags="-O3 -diag-disable=10448" --disable-openmp #- make clean #- make wipe #- make -j - echo "Running make with Intel ifx and Intel icpx..." #- cd .. Loading @@ -124,7 +124,7 @@ compatibility_stage: - export LD_LIBRARY_PATH=/opt/intel/oneapi/compiler/latest/lib - export PATH=/opt/intel/oneapi/compiler/latest/bin:$PATH - CXX=icpx F77=ifx ./configure --with-fflags="-O3" --disable-openmp - make clean - make wipe - make -j building_stage: Loading Loading @@ -155,7 +155,7 @@ building_stage: - cd build - echo "Configuring with default compilers (MAGMA disabled)..." - ./configure --without-magma --without-cublas --disable-offload --enable-refinement - make clean - make wipe - echo "Building the default configuration..." - make -j - echo "Building the documentation..." Loading Loading
.gitlab-ci.yml +10 −10 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ compatibility_stage: - cd build_gnu11 - cp -r ../build/* . - CXX=g++-11 F77=gfortran-11 ./configure - make clean - make wipe - make -j - echo "Running make with gnu compilers version 12..." - cd .. Loading @@ -57,7 +57,7 @@ compatibility_stage: - cd build_gnu12 - cp -r ../build/* . - CXX=g++-12 F77=gfortran-12 ./configure - make clean - make wipe - make -j - echo "Running make with gnu compilers version 13..." - cd .. Loading @@ -66,7 +66,7 @@ compatibility_stage: - cd build_gnu13 - cp -r ../build/* . - CXX=g++-13 F77=gfortran-13 ./configure - make clean - make wipe - make -j - echo "Running make with gnu compilers version 14..." - cd .. Loading @@ -75,7 +75,7 @@ compatibility_stage: - cd build_gnu14 - cp -r ../build/* . - CXX=g++-14 F77=gfortran-14 ./configure - make clean - make wipe - make -j - echo "Running make with refinement with gnu compilers version 14..." - cd .. Loading @@ -84,7 +84,7 @@ compatibility_stage: - cd build_gnu14_refine - cp -r ../build/* . - CXX=g++-14 F77=gfortran-14 ./configure --enable-refinement - make clean - make wipe - make -j - echo "Running make with flang version 16 and clang version 16..." - cd .. Loading @@ -93,7 +93,7 @@ compatibility_stage: - cd build_clang16 - cp -r ../build/* . - CXX=clang++-16 F77=flang-new-16 ./configure --with-fflags="-O3" --with-include="-I/usr/include/c++/13 -I/usr/include/x86_64-linux-gnu/c++/13" --with-ldflags="-L/usr/lib/llvm-16/lib -L/usr/lib/gcc/x86_64-linux-gnu/13" --disable-openmp - make clean - make wipe - make -j - echo "Running make with flang version 17 and clang version 17..." - cd .. Loading @@ -102,7 +102,7 @@ compatibility_stage: - cd build_clang17 - cp -r ../build/* . - CXX=clang++-17 F77=flang-new-17 ./configure --with-fflags="-O3" --with-include="-I/usr/include/c++/13 -I/usr/include/x86_64-linux-gnu/c++/13" --with-ldflags="-L/usr/lib/llvm-17/lib -L/usr/lib/gcc/x86_64-linux-gnu/13" --disable-openmp - make clean - make wipe - make -j #- echo "Running make with Intel ifort and Intel icpx..." - cd .. Loading @@ -113,7 +113,7 @@ compatibility_stage: #- export LD_LIBRARY_PATH=/opt/intel/oneapi/compiler/latest/lib #- export PATH=/opt/intel/oneapi/compiler/latest/bin:$PATH #- CXX=icpx F77=ifort ./configure --with-fflags="-O3 -diag-disable=10448" --disable-openmp #- make clean #- make wipe #- make -j - echo "Running make with Intel ifx and Intel icpx..." #- cd .. Loading @@ -124,7 +124,7 @@ compatibility_stage: - export LD_LIBRARY_PATH=/opt/intel/oneapi/compiler/latest/lib - export PATH=/opt/intel/oneapi/compiler/latest/bin:$PATH - CXX=icpx F77=ifx ./configure --with-fflags="-O3" --disable-openmp - make clean - make wipe - make -j building_stage: Loading Loading @@ -155,7 +155,7 @@ building_stage: - cd build - echo "Configuring with default compilers (MAGMA disabled)..." - ./configure --without-magma --without-cublas --disable-offload --enable-refinement - make clean - make wipe - echo "Building the default configuration..." - make -j - echo "Building the documentation..." Loading