Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
morse_cmake
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
solverstack
morse_cmake
Commits
4b72d980
Commit
4b72d980
authored
4 months ago
by
PRUVOST Florent
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab/Dockerfile
+11
-12
11 additions, 12 deletions
.gitlab/Dockerfile
modules/find/tests/CMakeLists.txt
+2
-2
2 additions, 2 deletions
modules/find/tests/CMakeLists.txt
modules/find/tests/run_ctest.sh
+0
-1
0 additions, 1 deletion
modules/find/tests/run_ctest.sh
with
13 additions
and
15 deletions
.gitlab/Dockerfile
+
11
−
12
View file @
4b72d980
...
...
@@ -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
&&
\
...
...
This diff is collapsed.
Click to expand it.
modules/find/tests/CMakeLists.txt
+
2
−
2
View file @
4b72d980
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
modules/find/tests/run_ctest.sh
+
0
−
1
View file @
4b72d980
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment