Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 4b72d980 authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

Disable GTG so that to install and check find parsec

parent a43e16b4
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,6 @@ RUN apt-get -y upgrade --no-install-recommends \
libblas-dev \
libfftw3-dev \
libfxt-dev \
libgtg-dev \
liblapack-dev \
liblapacke-dev \
libmetis-dev \
......@@ -54,17 +53,17 @@ RUN git clone https://github.com/ecrc/quark && \
cd .. && \
rm quark/ -rf
## Install PARSEC
#RUN git clone https://bitbucket.org/mfaverge/parsec.git && \
# cd parsec && \
# git checkout mymaster && \
# git checkout 6022a61dc96c25f11dd2aeabff2a5b3d7bce867d && \
# git submodule update && \
# cmake -B build -DCMAKE_BUILD_TYPE=Debug -DBUILD_SHARED_LIBS=ON -DPARSEC_GPU_WITH_CUDA=OFF -DPARSEC_DIST_WITH_MPI=ON && \
# cmake --build build -j5 && \
# cmake --install build && \
# cd .. && \
# rm parsec/ -rf
# Install PARSEC
RUN git clone https://bitbucket.org/mfaverge/parsec.git && \
cd parsec && \
git checkout mymaster && \
git checkout 6022a61dc96c25f11dd2aeabff2a5b3d7bce867d && \
git submodule update && \
cmake -B build -DCMAKE_BUILD_TYPE=Debug -DBUILD_SHARED_LIBS=ON -DPARSEC_GPU_WITH_CUDA=OFF -DPARSEC_DIST_WITH_MPI=ON && \
cmake --build build -j5 && \
cmake --install build && \
cd .. && \
rm parsec/ -rf
RUN groupadd -f -g 1001 gitlab && \
useradd -u 1001 -g gitlab -ms /bin/bash gitlab && \
......
......@@ -125,7 +125,7 @@ if (ENABLE_CTEST)
# EZTRACE # not installed yet, we should do it
FFTW
FXT
GTG
# GTG # parsec build fails with gtg : undefined reference to pajeGetProcFile
HWLOC
# HYPRE # not installed cf. https://gitlab.inria.fr/solverstack/docker/-/blob/master/dockerfile-distrib
LAPACK
......@@ -138,7 +138,7 @@ if (ENABLE_CTEST)
# PAMPA # not compatible with openmpi 4
PAPI
PARMETIS
# PARSEC undefined reference to `pajeGetProcFile' on Ubuntu 24.04
PARSEC
PETSC
PTSCOTCH
QUARK
......
......@@ -4,5 +4,4 @@ cmake -B build -S ./modules/find/tests \
-DENABLE_CTEST=ON \
-DLAPACKE_COMPONENTS="TMG" \
-DQUARK_COMPONENTS="HWLOC"
# -DCMAKE_PREFIX_PATH="$PARSEC_DIR"
ctest --test-dir build --no-compress-output --verbose --output-junit report.xml
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