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
c812945a
Commit
c812945a
authored
3 years ago
by
Christoph Lehmann
Browse files
Options
Downloads
Patches
Plain Diff
software/machine_learning.md: some polishing
parent
cfbf6830
No related branches found
Branches containing commit
No related tags found
5 merge requests
!333
Draft: update NGC containers
,
!322
Merge preview into main
,
!319
Merge preview into main
,
!279
Draft: Machine Learning restructuring
,
!258
Data Analytics restructuring
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc.zih.tu-dresden.de/docs/software/machine_learning.md
+5
-5
5 additions, 5 deletions
doc.zih.tu-dresden.de/docs/software/machine_learning.md
with
5 additions
and
5 deletions
doc.zih.tu-dresden.de/docs/software/machine_learning.md
+
5
−
5
View file @
c812945a
# Machine Learning
# Machine Learning
This is an introduction of how to run machine learning applications on ZIH systems.
This is an introduction of how to run machine learning applications on ZIH systems.
For machine learning purposes, we recommend to use the
**
Alpha
**
and/or
**ML**
partitions.
For machine learning purposes, we recommend to use the
[
Alpha
](
#alpha-partition
)
and/or
[
ML
](
#ml-partition
)
partitions.
## ML
p
artition
## ML
P
artition
The compute nodes of the ML partition are built on the base of
[
Power9
](
https://www.ibm.com/it-infrastructure/power/power9
)
The compute nodes of the ML partition are built on the base of
[
Power9
](
https://www.ibm.com/it-infrastructure/power/power9
)
architecture from IBM. The system was created for AI challenges, analytics and working with
architecture from IBM. The system was created for AI challenges, analytics and working with
...
@@ -79,7 +79,7 @@ After accessing JupyterHub, you can start a new session and configure it. For ma
...
@@ -79,7 +79,7 @@ After accessing JupyterHub, you can start a new session and configure it. For ma
purposes, select either
**Alpha**
or
**ML**
partition and the resources, your application requires.
purposes, select either
**Alpha**
or
**ML**
partition and the resources, your application requires.
In your session you can use
[
Python
](
../data_analytics_with_python/#jupyter-notebooks
)
,
[
R
](
../data_analytics_with_r/#r-in-jupyterhub
)
In your session you can use
[
Python
](
../data_analytics_with_python/#jupyter-notebooks
)
,
[
R
](
../data_analytics_with_r/#r-in-jupyterhub
)
or
[
R studio
](
data_analytics_with_rstudio
)
for your machine learning and data science topics.
or
[
R studio
](
../
data_analytics_with_rstudio
/
)
for your machine learning and data science topics.
## Machine Learning with Containers
## Machine Learning with Containers
...
@@ -112,7 +112,7 @@ marie@ml$ singularity run --nv my-ML-container.sif #run my-ML-container.sif c
...
@@ -112,7 +112,7 @@ marie@ml$ singularity run --nv my-ML-container.sif #run my-ML-container.sif c
The following NVIDIA libraries are available on all nodes:
The following NVIDIA libraries are available on all nodes:
|
|
|
|
Name
|
Path
|
|-------|-----------------------------------------|
|-------|-----------------------------------------|
| NCCL |
`/usr/local/cuda/targets/ppc64le-linux`
|
| NCCL |
`/usr/local/cuda/targets/ppc64le-linux`
|
| cuDNN |
`/usr/local/cuda/targets/ppc64le-linux`
|
| cuDNN |
`/usr/local/cuda/targets/ppc64le-linux`
|
...
@@ -129,7 +129,7 @@ marie@compute$ export NCCL_MIN_NRINGS=4
...
@@ -129,7 +129,7 @@ marie@compute$ export NCCL_MIN_NRINGS=4
The following HPC related software is installed on all nodes:
The following HPC related software is installed on all nodes:
|
|
|
|
Name
|
Path
|
|------------------|--------------------------|
|------------------|--------------------------|
| IBM Spectrum MPI |
`/opt/ibm/spectrum_mpi/`
|
| IBM Spectrum MPI |
`/opt/ibm/spectrum_mpi/`
|
| PGI compiler |
`/opt/pgi/`
|
| PGI compiler |
`/opt/pgi/`
|
...
...
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