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
0119beca
Commit
0119beca
authored
1 year ago
by
Martin Lang
Browse files
Options
Downloads
Patches
Plain Diff
Fix mistakes and typos in README
parent
94ce844a
No related branches found
No related tags found
1 merge request
!87
Fix mistakes and typos in README
Pipeline
#374204
passed
1 year ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.rst
+8
-8
8 additions, 8 deletions
README.rst
with
8 additions
and
8 deletions
README.rst
+
8
−
8
View file @
0119beca
...
...
@@ -22,7 +22,7 @@ To install, for example, the ``foss2022a-serial`` toolchain:
1. Install this mpsd-software-manager Python package. The recommended way is to
use ``pipx`` to that this tool is available independent from the use of any
other
p
ython environments::
other
P
ython environments::
$ pipx install git+https://gitlab.gwdg.de/mpsd-cs/mpsd-software-manager
...
...
@@ -100,7 +100,7 @@ Package sets and toolchains
- openblas@0.3.20
- in addition to the Easybuild-driven choice of packages, there are
additional packages included in each
package
which support the build of
additional packages included in each
toolchain
which support the build of
Octopus within these toolchains. For ``foss2022a-serial`` these packages
include::
...
...
@@ -151,7 +151,7 @@ Prerequisites
What needs to be installed for the installation to succeed?
The ``mpsd-software-manager``
p
ython package.
The ``mpsd-software-manager``
P
ython package.
- This needs a recent Python (3.9 or later).
- Install via pip or pipx.
...
...
@@ -180,7 +180,7 @@ Requirements for particular toolchains and package sets
Finding the Octopus configure wrapper
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
For each Octopus toolchain, there is a Octopus configure wrapper available.
For each Octopus toolchain, there is a
n
Octopus configure wrapper available.
The wrapper essentially calls the configure script with the right parameters,
and library locations for the current toolchain. Once the
toolchain is loaded, the variable ``$MPSD_OCTOPUS_CONFIGURE`` contains that
...
...
@@ -211,17 +211,17 @@ Octopus) using the ``foss2022a-serial`` toolchain.
Frequently asked questions
--------------------------
- Can I install the ``mpsd-software-manager`` package in a
p
ython virtual environment?
- Can I install the ``mpsd-software-manager`` package in a
P
ython virtual environment?
Yes. ``pipx`` is probably more convenient, but you can create your own Pyton
virtual environment and install the ``mpsd-software-manager`` in that as a
regular
p
ython package::
regular
P
ython package::
python3 -m venv venv
. venv/bin/activate
pip install git+https://gitlab.gwdg.de/mpsd-cs/mpsd-software-manager
You just need to activate that
p
ython virtual environment before being able to
You just need to activate that
P
ython virtual environment before being able to
use the tool.
- Does the command write anything outside the mpsd-software-root directory?
...
...
@@ -239,7 +239,7 @@ Frequently asked questions
- How long does the compilation take?
This depends on the hardware. A few hours are typical per toolchain. If a
second toolchain is compiled in the same MPSD software instance is likely to
second toolchain is compiled in the same MPSD software instance
it
is likely to
be faster, in particular if the same compiler is used (and thus the compiler
does not need to be re-compiled for the second toolchain).
...
...
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