Skip to content
Snippets Groups Projects

first draft of README

Merged Hans Fangohr requested to merge adding-readme into main
1 file
+ 8
6
Compare changes
  • Side-by-side
  • Inline
+ 8
6
@@ -3,7 +3,7 @@ MPSD Software installation
.. contents::
This repository provides the `mpsd-software` tool which is used to install
This repository provides the ``mpsd-software`` tool which is used to install
package sets and toolchains on the `MPSD HPC cluster
<https://computational-science.mpsd.mpg.de/docs/mpsd-hpc.html>`__.
@@ -22,15 +22,15 @@ To install, for example, the ``foss2022a-serial`` toolchain:
1. Clone this repository to the place where you want to install the software environment::
git clone https://gitlab.gwdg.de/mpsd-cs/mpsd-software-environments.git
git clone https://gitlab.gwdg.de/mpsd-cs/mpsd-software.git
2. ``cd mpsd-software-environments``
2. ``cd mpsd-software``
3. Execute the script to install the toolchain::
$> ./mpsd-software.py install dev-23a --toolchain foss2022a-serial
$> ./mpsd-software.py install dev-23a foss2022a-serial
This will take some time.
This will take some time (up to several hours depending on hardware).
4. To see the installation status, and the required ``module use`` command line
to activate the created modules, try the ``status`` command::
@@ -48,12 +48,14 @@ To install, for example, the ``foss2022a-serial`` toolchain:
Documentation
-------------
More detailed documentation that goes beyond the `Quick Start`_ section.
Package sets and toolchains
~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Package sets are a combination of particular versions of multiple software
packages (such as anaconda3, or gcc and fftw). In the way the SSU
Computational Science provides software on the MPSD HPC cluster and for the
Computational Science provides software on the MPSD HPC cluster, and for the
Octopus continuous integration services, these package sets are compiled
together (using Spack).
Loading