Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mpsd-software-manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MPSD Computational Science
mpsd-software-manager
Commits
8b3b6223
Commit
8b3b6223
authored
1 year ago
by
Hans Fangohr
Browse files
Options
Downloads
Patches
Plain Diff
update API and repo name
parent
d7c75a56
No related branches found
No related tags found
1 merge request
!60
first draft of README
Pipeline
#371830
passed
1 year ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.rst
+8
-6
8 additions, 6 deletions
README.rst
with
8 additions
and
6 deletions
README.rst
+
8
−
6
View file @
8b3b6223
...
@@ -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).
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment