Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fmr
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
GitLab upgrade completed. Current version is 17.11.3.
Show more breadcrumbs
compose
legacystack
fmr
Commits
04bdcdea
Commit
04bdcdea
authored
3 months ago
by
PRUVOST Florent
Browse files
Options
Downloads
Patches
Plain Diff
Update dependencies to chameleon v1.3.0
parent
e82a54ee
No related branches found
No related tags found
No related merge requests found
Pipeline
#1124420
passed
3 months ago
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Packages/docker/dockerfile-ubuntu
+3
-3
3 additions, 3 deletions
Packages/docker/dockerfile-ubuntu
README.md
+2
-2
2 additions, 2 deletions
README.md
Scripts/ci/chameleon.rb
+2
-2
2 additions, 2 deletions
Scripts/ci/chameleon.rb
with
7 additions
and
7 deletions
Packages/docker/dockerfile-ubuntu
+
3
−
3
View file @
04bdcdea
...
...
@@ -11,9 +11,9 @@ RUN apt-get install -y git python-is-python3 cmake build-essential gfortran pkg-
RUN apt-get autoremove -y
#RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1
RUN wget https://gitlab.inria.fr/api/v4/projects/616/packages/generic/source/v1.
2
.0/chameleon-1.
2
.0.tar.gz && \
tar xvf chameleon-1.
2
.0.tar.gz && \
cd chameleon-1.
2
.0 && \
RUN wget https://gitlab.inria.fr/api/v4/projects/616/packages/generic/source/v1.
3
.0/chameleon-1.
3
.0.tar.gz && \
tar xvf chameleon-1.
3
.0.tar.gz && \
cd chameleon-1.
3
.0 && \
mkdir build && \
cd build && \
cmake .. -DCHAMELEON_USE_MPI=ON -DBLA_VENDOR=Intel10_64lp -DCHAMELEON_KERNELS_MT=ON -DBUILD_SHARED_LIBS=ON && \
...
...
This diff is collapsed.
Click to expand it.
README.md
+
2
−
2
View file @
04bdcdea
...
...
@@ -68,7 +68,7 @@ To get fmr
* Blas/Lapack
* zlib and bzip2
* optional
* [Chameleon-v1.
2
.0](https://gitlab.inria.fr/solverstack/chameleon), MPI, StarPU
* [Chameleon-v1.
3
.0](https://gitlab.inria.fr/solverstack/chameleon), MPI, StarPU
* MKL random generators
* HDF5
...
...
@@ -76,7 +76,7 @@ To get fmr
FMR was tested on Linux system and MacosX (10.15) with
* compilers (Intel, clang, GNU)
* Blas/Lapack: openblas and MKL, Chameleon (release v1.
2
.0)
* Blas/Lapack: openblas and MKL, Chameleon (release v1.
3
.0)
* MPI and runtime: OpenMPI and StarPU latest release
* zlib and bzip2
* HDF5 1.10 or later (with the `--with-default-api-version=v110` configure flag)
...
...
This diff is collapsed.
Click to expand it.
Scripts/ci/chameleon.rb
+
2
−
2
View file @
04bdcdea
class
Chameleon
<
Formula
desc
"Dense linear algebra subroutines for heterogeneous and distributed architectures"
homepage
"https://gitlab.inria.fr/solverstack/chameleon"
url
"https://gitlab.inria.fr/api/v4/projects/616/packages/generic/source/v1.
2
.0/chameleon-1.
2
.0.tar.gz"
sha256
"
b8988ecbff19c603ae9f61441653c21bba18d040bee9bb83f7fc9077043e50b4
"
url
"https://gitlab.inria.fr/api/v4/projects/616/packages/generic/source/v1.
3
.0/chameleon-1.
3
.0.tar.gz"
sha256
"
2725d2d2a9885e619e0c8d41306b9b9dc6d5df635b710cf8d077a14803ea26cd
"
license
"CeCILL-C"
depends_on
"cmake"
=>
:build
...
...
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