Skip to content

Commit

Permalink
Merge pull request #556 from aturner-epcc/aturner-epcc/gpu-docs
Browse files Browse the repository at this point in the history
Initial GPU docs
  • Loading branch information
aturner-epcc authored Nov 28, 2023
2 parents 03dfc8e + 397d788 commit 16d5603
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
41 changes: 41 additions & 0 deletions docs/user-guide/gpu.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# AMD GPU development system

!!! note
This page is work in progress. More details on the GPU development system
and how to use it will be added as they become available.

In early 2024 (January 2024) ARCHER2 users will gain access to a small GPU system
integrated into ARCHER2 which is designed to allow users to test and develop software
using AMD GPU.

!!! important
The GPU component is very small and so is aimed at software development and
testing rather than to be used for production research.

## Hardware available

The GPU development system will consist of 4 compute nodes each with:

- 1x AMD EPYC 7534P (Milan) processor, 2.8 GHz
- 4x AMD Instinct MI210 accelerator

!!! note
Further details on the hardware available will be added as soon as they
are available.

## Accessing the GPU compute nodes

The GPU nodes will be accessed through the Slurm job submisson system from the
standard ARCHER2 login nodes.

## Compiling software for the GPU compute nodes

!!! note
Details on how to compile software for use on compute nodes will be added
as soon as they are available.

You should expect the software development environment to be similar to that
available on the Frontier exascale system:

- [Programming environment](https://docs.olcf.ornl.gov/systems/frontier_user_guide.html#programming-environment)
- [Compiling](https://docs.olcf.ornl.gov/systems/frontier_user_guide.html#compiling)
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ nav:
- "Profiling": user-guide/profile.md
- "Performance tuning": user-guide/tuning.md
- "Energy use": user-guide/energy.md
- "GPU development system": user-guide/gpu.md
- "Research Software":
- "Overview": research-software/index.md
- "CASINO": research-software/casino.md
Expand Down

0 comments on commit 16d5603

Please sign in to comment.