Skip to content
Snippets Groups Projects
Commit 8b3b6223 authored by Hans Fangohr's avatar Hans Fangohr
Browse files

update API and repo name

parent d7c75a56
No related branches found
No related tags found
1 merge request!60first draft of README
Pipeline #371830 passed
...@@ -3,7 +3,7 @@ MPSD Software installation ...@@ -3,7 +3,7 @@ MPSD Software installation
.. contents:: .. 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 package sets and toolchains on the `MPSD HPC cluster
<https://computational-science.mpsd.mpg.de/docs/mpsd-hpc.html>`__. <https://computational-science.mpsd.mpg.de/docs/mpsd-hpc.html>`__.
...@@ -22,15 +22,15 @@ To install, for example, the ``foss2022a-serial`` toolchain: ...@@ -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:: 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:: 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 4. To see the installation status, and the required ``module use`` command line
to activate the created modules, try the ``status`` command:: to activate the created modules, try the ``status`` command::
...@@ -48,12 +48,14 @@ To install, for example, the ``foss2022a-serial`` toolchain: ...@@ -48,12 +48,14 @@ To install, for example, the ``foss2022a-serial`` toolchain:
Documentation Documentation
------------- -------------
More detailed documentation that goes beyond the `Quick Start`_ section.
Package sets and toolchains Package sets and toolchains
~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Package sets are a combination of particular versions of multiple software - Package sets are a combination of particular versions of multiple software
packages (such as anaconda3, or gcc and fftw). In the way the SSU 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 Octopus continuous integration services, these package sets are compiled
together (using Spack). together (using Spack).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment