From f118ca50b8daec091440474b227e99392a975343 Mon Sep 17 00:00:00 2001 From: Hans Fangohr <fangohr@users.noreply.github.com> Date: Fri, 16 Jun 2023 16:27:13 +0200 Subject: [PATCH] comment on linux headers being needed --- README.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index c29a590..8fdc39b 100644 --- a/README.rst +++ b/README.rst @@ -161,7 +161,13 @@ The ``mpsd-software-manager`` python package. - Please check https://spack.readthedocs.io/en/latest/getting_started.html#system-prerequisites -The compilation of the ``*-mpi`` toolchains needs linux headers installed. (TODO Add more detail.) +Requirements for particular toolchains and package sets +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +- ``foss*-serial`` should compile with the dependencies outlined above +- ``foss*-mpi`` currently needs linux header files installed (to compile the ``kmem`` package) +- ``foss*-cuda-mpi`` (proably as `*-mpi, needs testing TODO) + Working example ~~~~~~~~~~~~~~~ @@ -171,3 +177,4 @@ compilation cycle (including compilation of Octopus). (TODO) + -- GitLab