Skip to content

Latest commit

 

History

History
81 lines (46 loc) · 2.08 KB

lumi.rst

File metadata and controls

81 lines (46 loc) · 2.08 KB

LUMI (CSC)

The LUMI cluster is located at CSC.

Introduction

If you are new to this system, please see the following resources:

Installation

Use the following commands to download the WarpX source code and switch to the correct branch:

git clone https://github.com/ECP-WarpX/WarpX.git $HOME/src/warpx

We use the following modules and environments on the system ($HOME/lumi_warpx.profile).

../../../../Tools/machines/lumi-csc/lumi_warpx.profile.example

We recommend to store the above lines in a file, such as $HOME/lumi_warpx.profile, and load it into your shell after a login:

source $HOME/lumi_warpx.profile

Then, cd into the directory $HOME/src/warpx and use the following commands to compile:

cd $HOME/src/warpx
rm -rf build

cmake -S . -B build -DWarpX_DIMS=3 -DWarpX_COMPUTE=HIP
cmake --build build -j 6

The general cmake compile-time options <building-cmake> apply as usual.

Running

MI250X GPUs (2x64 GB)

Note

TODO: Add batch script template.

Post-Processing

Note

TODO: Document any Jupyter or data services.