You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/useful/cluster-setups.md
+61Lines changed: 61 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -561,6 +561,67 @@ This section goes over some instructions on how to compile & run the `Entity` on
561
561
562
562
_WIP_
563
563
564
+
=== "`Aurora` (ANL)"
565
+
566
+
[`Aurora`](https://docs.alcf.anl.gov/aurora/) uses Intel PVC nodes with 6 GPUs/node. Development of entity for Aurora is currently ongoing. Use the following docs with caution and check in with @LudwigBoess on potential changes.
567
+
568
+
**Modules to load**
569
+
570
+
You can load the installed dependencies with
571
+
572
+
```sh
573
+
module load adios2
574
+
module load autoconf cmake
575
+
```
576
+
577
+
The `adios2` module automatically loads the related `kokkos` module.
578
+
579
+
I would recommend saving the module configuration for easy loading within the PBS job:
[`LUMI`](https://www.lumi-supercomputer.eu/) cluster is located in Finland. It is equipped with 2978 nodes with 4 AMD MI250x GPUs and a single 64 cores AMD EPYC "Trento" CPU. The required modules to be loaded are:
0 commit comments