Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Chameleon
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
Operate
Environments
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
solverstack
Chameleon
Commits
c2fd9470
Commit
c2fd9470
authored
2 years ago
by
PRUVOST Florent
Browse files
Options
Downloads
Patches
Plain Diff
doc: update info about spack repo, ubuntu 22.04 compatibility, etc
parent
787b4817
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/user/homepage.org
+13
-15
13 additions, 15 deletions
doc/user/homepage.org
with
13 additions
and
15 deletions
doc/user/homepage.org
+
13
−
15
View file @
c2fd9470
...
...
@@ -77,7 +77,7 @@
#+ATTR_HTML: :alt Table of download materials image :title Table of download materials :align center
| Git | Release source | Debian/Ubuntu | [[https://brew.sh/][Brew]] (Mac) | [[https://guix.gnu.org/en/][Guix]] (Linux) | [[https://spack.readthedocs.io/en/latest/][Spack]] (Linux/Mac) |
|-----------+----------------+---------------+------------+--------------+-------------------|
| [[https://gitlab.inria.fr/solverstack/chameleon][Chameleon]] | [[https://gitlab.inria.fr/solverstack/chameleon/uploads/b299d6037d7636c6be16108c89bc2aab/chameleon-1.1.0.tar.gz][1.1.0]] | [[https://gitlab.inria.fr/solverstack/chameleon/-/packages][packages]] | [[https://gitlab.inria.fr/solverstack/brew-repo][brew-repo]] | [[https://gitlab.inria.fr/guix-hpc/guix-hpc-non-free][guix-repo]] | [[https://git
lab.inria.fr/solverst
ack/spack
-repo
][spack-repo]] |
| [[https://gitlab.inria.fr/solverstack/chameleon][Chameleon]] | [[https://gitlab.inria.fr/solverstack/chameleon/uploads/b299d6037d7636c6be16108c89bc2aab/chameleon-1.1.0.tar.gz][1.1.0]] | [[https://gitlab.inria.fr/solverstack/chameleon/-/packages][packages]] | [[https://gitlab.inria.fr/solverstack/brew-repo][brew-repo]] | [[https://gitlab.inria.fr/guix-hpc/guix-hpc-non-free][guix-repo]] | [[https://git
hub.com/sp
ack/spack][spack-repo]] |
Some packages are part of the official distribution and we just
provide the package name. For others we provide links where you can
...
...
@@ -86,7 +86,7 @@
distribution please [[sec:contact][contact us]] and we will try to find a solution.
All these packages have been successfully installed and tested on
Unix systems: *Linux* (Debian testing, Ubuntu 2
0
.04 LTS) and *macOS*
Unix systems: *Linux* (Debian testing, Ubuntu 2
2
.04 LTS) and *macOS*
(Catalina).
* Quick start guide
...
...
@@ -108,14 +108,14 @@
:PROPERTIES:
:CUSTOM_ID: quickstart-install-cmake
:END:
**** Linux Ubuntu 2
0
.04
**** Linux Ubuntu 2
2
.04
:PROPERTIES:
:CUSTOM_ID: quickstart-install-cmake-ubuntu
:END:
Start by installing common development tools
#+begin_src sh :eval never-export
sudo apt-get update -y
sudo apt-get install -y git cmake build-essential gfortran python wget tar curl pkg-config
sudo apt-get install -y git cmake build-essential gfortran python
-is-python3
wget tar curl pkg-config
#+end_src
- CBLAS/LAPACKE is required (OpenBLAS, Intel MKL, BLIS/FLAME, IBM
ESSL + Reference LAPACK for cblas/lapacke interface)
...
...
@@ -275,17 +275,10 @@
Examples:
#+begin_src sh :eval never-export
# please read https://spack.readthedocs.io/en/latest/getting_started.html
git clone https://github.com/llnl/spack.git
git clone https://github.com/spack/spack.git
. spack/share/spack/setup-env.sh
cd spack
git checkout v0.16.2
. share/spack/setup-env.sh
# Currently spack provides openmpi v3 as default openmpi. Add the
# following in your etc/spack/defaults/packages.yaml in order to set
# openmpi 4.0.5 to be the default:
# openmpi:
# version: [4.0.5]
git clone https://gitlab.inria.fr/solverstack/spack-repo.git
spack repo add spack-repo
git checkout v0.19.1
spack install chameleon
# chameleon is installed here:
spack location -i chameleon
...
...
@@ -313,7 +306,12 @@
If you build your project with CMake we provide a
~CHAMELEONConfig.cmake~ file at installation, in the subdirectory
~lib/cmake/~ of the installation. Example of ~CMakeLists.txt~ for
~lib/cmake/~ of the installation. Configure your CMake project using
the ~CMAKE_PREFIX_PATH~
(https://cmake.org/cmake/help/latest/envvar/CMAKE_PREFIX_PATH.html)
as environment variable or CMake variable to give the root
installation directory where Chameleon is installed or use the
~CHAMELEON_ROOT~ environment variable. Example of ~CMakeLists.txt~ for
Chameleon
#+begin_src :eval never-export
project(CHAMELEON_EXAMPLE C Fortran)
...
...
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