From feb61e06c224217dfdf588481c1b284507fb098a Mon Sep 17 00:00:00 2001 From: Colleen Bertoni Date: Wed, 23 Oct 2024 17:26:38 -0500 Subject: [PATCH] Update openmp-polaris.md --- docs/polaris/programming-models/openmp-polaris.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/polaris/programming-models/openmp-polaris.md b/docs/polaris/programming-models/openmp-polaris.md index 9431ee7be..8a43207ae 100644 --- a/docs/polaris/programming-models/openmp-polaris.md +++ b/docs/polaris/programming-models/openmp-polaris.md @@ -28,6 +28,7 @@ This is loaded by default, so there's no need to load additional modules. You ca To use the LLVM module, load the following. ``` +module use /soft/modulefiles module load mpiwrappers/cray-mpich-llvm module load cudatoolkit-standalone ```