From c6bd69679cd45fe0fd020931fbff7f93084f927e Mon Sep 17 00:00:00 2001 From: Florent Pruvost <florent.pruvost@inria.fr> Date: Wed, 20 Nov 2024 18:10:29 +0100 Subject: [PATCH] Comment PARSEC which is not installed yet --- .gitlab-ci.yml | 1 + modules/find/tests/CMakeLists.txt | 5 +---- modules/find/tests/run_ctest.sh | 4 ++-- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f5e1f43..43dee04 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,7 @@ default: image: $CI_REGISTRY_IMAGE tags: ['ci.inria.fr'] + interruptible: true build: stage: build diff --git a/modules/find/tests/CMakeLists.txt b/modules/find/tests/CMakeLists.txt index 1d53e5e..abfbe1d 100644 --- a/modules/find/tests/CMakeLists.txt +++ b/modules/find/tests/CMakeLists.txt @@ -123,7 +123,6 @@ if (ENABLE_CTEST) CBLAS CPPCHECK # EZTRACE # not installed yet, we should do it - # FABULOUS must give its Config.cmake FFTW FXT GTG @@ -139,8 +138,7 @@ if (ENABLE_CTEST) # PAMPA # not compatible with openmpi 4 PAPI PARMETIS - PARSEC - # PASTIX must give its Config.cmake + # PARSEC undefined reference to `pajeGetProcFile' on Ubuntu 24.04 PETSC PTSCOTCH QUARK @@ -148,7 +146,6 @@ if (ENABLE_CTEST) SCOTCH SIMGRID SLEPC - # SCALFMM must give its Config.cmake STARPU SUITESPARSE RT diff --git a/modules/find/tests/run_ctest.sh b/modules/find/tests/run_ctest.sh index 0a5fad1..09de848 100755 --- a/modules/find/tests/run_ctest.sh +++ b/modules/find/tests/run_ctest.sh @@ -3,6 +3,6 @@ set -ex cmake -B build -S ./modules/find/tests \ -DENABLE_CTEST=ON \ -DLAPACKE_COMPONENTS="TMG" \ - -DQUARK_COMPONENTS="HWLOC" \ - -DCMAKE_PREFIX_PATH="$PARSEC_DIR" + -DQUARK_COMPONENTS="HWLOC" +# -DCMAKE_PREFIX_PATH="$PARSEC_DIR" ctest --test-dir build --no-compress-output --verbose --output-junit report.xml -- GitLab