From 97b8c5bcfdf06a12467303e2fcf5f4e58a190f06 Mon Sep 17 00:00:00 2001 From: Cristian-Vasile Achim <66278390+csccva@users.noreply.github.com> Date: Tue, 26 Nov 2024 18:26:35 +0200 Subject: [PATCH] Update Exercises_Instructions.md --- Exercises_Instructions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Exercises_Instructions.md b/Exercises_Instructions.md index 7523908..b484337 100644 --- a/Exercises_Instructions.md +++ b/Exercises_Instructions.md @@ -241,6 +241,8 @@ module purge module use /scratch/project_2012125/cristian/spack/share/spack/modules/linux-rhel8-x86_64_v3/ module load hipsycl/24.06.0-gcc-10.4.0-4nny2ja module load gcc/10.4.0 +module load openmpi/4.1.5-cuda + acpp -fuse-ld=lld -O3 -L/appl/spack/v020/install-tree/gcc-8.5.0/gcc-10.4.0-2oazqj/lib64/ --acpp-targets="omp.accelerated;cuda:sm_80" `mpicxx --showme:compile` `mpicxx --showme:link` .cpp ```