From b3198c2f380ed47c8bd2a34ecc07c33e8d91180c Mon Sep 17 00:00:00 2001 From: Florent Pruvost <florent.pruvost@inria.fr> Date: Mon, 12 Jun 2023 17:41:44 +0200 Subject: [PATCH] Add news for last releases of fmr and cppdiodon --- content/news/2023_06_09_cppdiodon-0.2.md | 25 ++++++++++++++++++++++++ content/news/2023_06_12_fmr-0.1.md | 25 ++++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 content/news/2023_06_09_cppdiodon-0.2.md create mode 100644 content/news/2023_06_12_fmr-0.1.md diff --git a/content/news/2023_06_09_cppdiodon-0.2.md b/content/news/2023_06_09_cppdiodon-0.2.md new file mode 100644 index 0000000..4826121 --- /dev/null +++ b/content/news/2023_06_09_cppdiodon-0.2.md @@ -0,0 +1,25 @@ +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 +``` diff --git a/content/news/2023_06_12_fmr-0.1.md b/content/news/2023_06_12_fmr-0.1.md new file mode 100644 index 0000000..d276f16 --- /dev/null +++ b/content/news/2023_06_12_fmr-0.1.md @@ -0,0 +1,25 @@ +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 +``` -- GitLab