Skip to content
Snippets Groups Projects
Commit 96c4f801 authored by Lars Jitschin's avatar Lars Jitschin
Browse files

fixed forbidden words

parent 3b53c257
No related branches found
No related tags found
3 merge requests!412Manual attempt to merge preview into main,!402Solved issue-194. Added missing information regarding usage of SSH config for...,!347Review environment section
...@@ -32,7 +32,7 @@ certain module, you can use `module avail softwarename` and it will display the ...@@ -32,7 +32,7 @@ certain module, you can use `module avail softwarename` and it will display the
## Module environments ## Module environments
On taurus, there exist different module environments, each containing a set of software modules. On the ZIH systems, there exist different module environments, each containing a set of software modules.
They are activated via the meta module modenv which has different versions, one of which is loaded They are activated via the meta module modenv which has different versions, one of which is loaded
by default. You can switch between them by simply loading the desired modenv-version, e.g.: by default. You can switch between them by simply loading the desired modenv-version, e.g.:
...@@ -47,8 +47,8 @@ marie@compute$ module load modenv/ml ...@@ -47,8 +47,8 @@ marie@compute$ module load modenv/ml
### modenv/ml ### modenv/ml
* hpc-da software (for use on the ml-partition) * data analytics software (for use on the partition ml)
* necessary to run most software on the ml-partition * necessary to run most software on the partition ml
(The instruction set [Power ISA](https://en.wikipedia.org/wiki/Power_ISA#Power_ISA_v.3.0) (The instruction set [Power ISA](https://en.wikipedia.org/wiki/Power_ISA#Power_ISA_v.3.0)
is different from the usual x86 instruction set. is different from the usual x86 instruction set.
Thus the 'machine code' of other modenvs breaks). Thus the 'machine code' of other modenvs breaks).
......
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