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
aeeacb7d
Commit
aeeacb7d
authored
11 months ago
by
Ashwin Kumar Karnad
Browse files
Options
Downloads
Patches
Plain Diff
move the toolchains to compile into the overview table
parent
0798c33c
No related branches found
No related tags found
1 merge request
!124
Add deploy instructions
Pipeline
#450507
failed
11 months ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
deployment.rst
+18
-28
18 additions, 28 deletions
deployment.rst
with
18 additions
and
28 deletions
deployment.rst
+
18
−
28
View file @
aeeacb7d
...
...
@@ -10,23 +10,24 @@ The heterogeneous HPC cluster has a mix of various microarchitectures,
and the toolchains must be compiled for each microarchitecture. Here is
a table of the type of nodes, and the microarchitectures:
+----------------------+---------------------------------+------------------------------------+
| partition | microarchitecture | example node |
+======================+=================================+====================================+
| public | sandybridge | mpsd-hpc-ibm-022 |
+----------------------+---------------------------------+------------------------------------+
| bigmem | broadwell | mpsd-hpc-hp-002 |
+----------------------+---------------------------------+------------------------------------+
| gpu | skylake_avx512 (cuda_arch = 70) | mpsd-hpc-gpu-002 |
+----------------------+---------------------------------+------------------------------------+
| accelerated-tentacle | cascadelake (cuda_arch = 75) | mpsd-hpc-gpu-003 |
+----------------------+---------------------------------+------------------------------------+
| gpu-ayyer | cascadelake (cuda_arch = 70) | mpsd-hpc-gpu-003 |
+----------------------+---------------------------------+------------------------------------+
| powerpc | power8le | mpsd-srv-ppc-001 |
+----------------------+---------------------------------+------------------------------------+
| valgrind | westmere | mpsd-srv-ibm-001 |
+----------------------+---------------------------------+------------------------------------+
+----------------------+---------------------------------+----------------------------+------------------------------------+
| partition | microarchitecture | example node | toolchains to compile |
+======================+=================================+============================+====================================+
| public | sandybridge | mpsd-hpc-ibm-022 | (foss/intel)-(serial/mpi) |
+----------------------+---------------------------------+----------------------------+------------------------------------+
| bigmem | broadwell | mpsd-hpc-hp-002 | (foss/intel)-(serial/mpi) |
+----------------------+---------------------------------+----------------------------+------------------------------------+
| gpu | skylake_avx512 (cuda_arch = 70) | mpsd-hpc-gpu-002 | (foss/intel)-(serial/mpi/cuda-mpi) |
+----------------------+---------------------------------+----------------------------+------------------------------------+
| accelerated-tentacle | cascadelake (cuda_arch = 75) | mpsd-accelerated-tentacle1 | compile only on gpu-ayyer |
+----------------------+---------------------------------+----------------------------+------------------------------------+
| gpu-ayyer | cascadelake (cuda_arch = 70) | mpsd-hpc-gpu-004 | (foss/intel)-(serial/mpi/cuda-mpi) |
+----------------------+---------------------------------+----------------------------+------------------------------------+
| powerpc | power8le | mpsd-srv-ppc-001 | (foss)-(serial/mpi) |
+----------------------+---------------------------------+----------------------------+------------------------------------+
| valgrind | westmere | mpsd-srv-ibm-001 | (foss)-(serial) |
+----------------------+---------------------------------+----------------------------+------------------------------------+
.. note::
...
...
@@ -154,14 +155,3 @@ This step is only required once to set the location of the toolchain.
$ which mpicc
/opt_mpsd/linux-debian11/dev-23a/skylake_avx512/spack/opt/spack/linux-debian11-skylake_avx512/gcc-10.3.0/foss2022a-mpi-4.1.0/bin/mpicc
.. note::
Not all toolchains can be compiled on all nodes. Here is a guideline:
* GPU machines (`gpu`, `gpu-ayyer`, `accelerated-tentacle`) - Compile all toolchains (foss/intel)-(serial/mpi/cuda-mpi).
* (`public`/ `bigmem`) partitions - Compile (foss/intel)-(serial/mpi).
* valgrind partition - Compile (foss)-(serial) (on `westmere`).
* powerpc partition - Compile (foss)-(serial/mpi) (on `power8le`).
* Ryzen Zen4 nodes - Compile (foss/intel)-(serial/mpi) (in the future).
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