Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hpc-compendium
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ZIH
hpcsupport
hpc-compendium
Commits
0f2cbdab
Commit
0f2cbdab
authored
3 years ago
by
Martin Schroschk
Browse files
Options
Downloads
Patches
Plain Diff
Fix table headings
parent
97afefd8
No related branches found
No related tags found
2 merge requests
!483
Automated merge from preview to main
,
!472
Issue 263
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc.zih.tu-dresden.de/docs/software/scs5_software.md
+19
-22
19 additions, 22 deletions
doc.zih.tu-dresden.de/docs/software/scs5_software.md
with
19 additions
and
22 deletions
doc.zih.tu-dresden.de/docs/software/scs5_software.md
+
19
−
22
View file @
0f2cbdab
...
...
@@ -3,7 +3,7 @@
Bull's new cluster software is called SCS 5 (
*Super Computing Suite*
).
Here are the major changes from the user's perspective:
|
s
oftware |
o
ld |
n
ew |
|
S
oftware |
O
ld |
N
ew |
|:--------------------------------|:-------|:---------|
| Red Hat Enterprise Linux (RHEL) | 6.x | 7.x |
| Linux kernel | 2.26 | 3.10 |
...
...
@@ -35,11 +35,11 @@ ml av
There is a special module that is always loaded (sticky) called
**modenv**
. It determines the module environment you can see.
|
|
|
|
|----------------
|
-------------------------------------------------|---------|
| modenv/scs5 | SCS5 software
| default |
| modenv/ml |
s
oftware for data analytics (partition ml)
| |
| modenv/classic | Manually built pre-SCS5 (AE4.0) software
| hidden |
|
Module Environemnt | Description
|
Status
|
|--------------------
|
---------------------------------------------|---------|
|
`
modenv/scs5
`
| SCS5 software | default |
|
`
modenv/ml
`
|
S
oftware for data analytics (partition ml) | |
|
`
modenv/classic
`
| Manually built pre-SCS5 (AE4.0) software | hidden |
The old modules (pre-SCS5) are still available after loading the
corresponding
**modenv**
version (
**classic**
), however, due to changes
...
...
@@ -90,31 +90,28 @@ than you will be used to, coming from modenv/classic. A full toolchain, like "in
For instance, the "intel" toolchain has the following structure:
|
|
|
|
Toolchain |
`intel`
|
|--------------|------------|
| toolchain | intel |
| compilers | icc, ifort |
| mpi library | impi |
| math library | imkl |
| Compilers | icc, ifort |
| Mpi library | impi |
| Math. library | imkl |
On the other hand, the "foss" toolchain looks like this:
|
|
|
|
Toolchain
|
`foss`
|
|----------------|---------------------|
| toolchain | foss |
| compilers | GCC (gcc, gfortran) |
| mpi library | OpenMPI |
| math libraries | OpenBLAS, FFTW |
| Compilers | GCC (gcc, gfortran) |
| Mpi library | OpenMPI |
| Math. libraries | OpenBLAS, FFTW |
If you want to combine the Intel compilers and MKL with OpenMPI, you'd have to use the "iomkl"
toolchain:
|
|
|
|
Toolchain |
`iomkl`
|
|--------------|------------|
| toolchain | iomkl |
| compilers | icc, ifort |
| mpi library | OpenMPI |
| math library | imkl |
| Compilers | icc, ifort |
| Mpi library | OpenMPI |
| Math library | imkl |
There are also subtoolchains that skip a layer or two, e.g. "iccifort" only consists of the
respective compilers, same as "GCC". Then there is "iompi" that includes Intel compilers+OpenMPI but
...
...
@@ -145,7 +142,7 @@ Since "intel" is only a toolchain module now, it does not include the entire Par
anymore. Tools like the Intel Advisor, Inspector, Trace Analyzer or VTune Amplifier are available as
separate modules now:
|
p
roduct |
m
odule |
|
P
roduct |
M
odule |
|:----------------------|:----------|
| Intel Advisor | Advisor |
| Intel Inspector | Inspector |
...
...
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