Mentions légales du service

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

Add news for last releases of fmr and cppdiodon

parent 17413563
No related branches found
No related tags found
No related merge requests found
Pipeline #818402 passed
Title: Cppdiodon 0.2
date: 2023-06-09 12:00
Category: News
author: Florent Pruvost
New release of [Cppdiodon 0.2](https://gitlab.inria.fr/diodon/cppdiodon/-/releases/0.2) is out !
Check the [documentation](https://diodon.gitlabpages.inria.fr/cppdiodon/index.html) to see how to install it with CMake.
- [GNU Guix packages](https://gitlab.inria.fr/guix-hpc/guix-hpc) and [non-free channel](https://gitlab.inria.fr/guix-hpc/guix-hpc-non-free)
Add the following in `~/.config/guix/channels.scm`
```
(cons (channel
(name 'guix-hpc-non-free)
(url "https://gitlab.inria.fr/guix-hpc/guix-hpc-non-free.git"))
%default-channels)
```
Install command
```sh
guix pull
guix install cppdiodon
guix install cppdiodon-mpi
guix install cppdiodon-chameleon-wompi
```
Title: Fmr 0.1
date: 2023-06-12 12:00
Category: News
author: Florent Pruvost
New release of [Fmr 0.1](https://gitlab.inria.fr/compose/legacystack/fmr/-/releases/0.1) is out !
Check the [documentation](https://gitlab.inria.fr/compose/legacystack/fmr/-/blob/master/README.md) to see how to install it with CMake.
- [GNU Guix packages](https://gitlab.inria.fr/guix-hpc/guix-hpc) and [non-free channel](https://gitlab.inria.fr/guix-hpc/guix-hpc-non-free)
Add the following in `~/.config/guix/channels.scm`
```
(cons (channel
(name 'guix-hpc-non-free)
(url "https://gitlab.inria.fr/guix-hpc/guix-hpc-non-free.git"))
%default-channels)
```
Install command
```sh
guix pull
guix install fmr
guix install fmr-mpi
guix install fmr-chameleon-wompi
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment