From 1e9d6e56ced6ba2fc9a998542e04736a1baed8c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCdepohl?= <dev@stellardeath.org> Date: Wed, 22 May 2024 11:51:12 +0200 Subject: [PATCH] Fix openmpi module name --- mpcdf_common.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mpcdf_common.py b/mpcdf_common.py index 30e2ff9..47b23a0 100644 --- a/mpcdf_common.py +++ b/mpcdf_common.py @@ -951,6 +951,7 @@ Macros: repo(cuda + "_aware_" + mpi + "_" + compiler, ((project, cuda + "_" + mpi + "_" + compiler),), cuda_aware_mpi=True, + mpi_module=mpi_module(mpi).replace("openmpi", "openmpi_gpu"), additional_tags=("Prefer: mpcdf_mpi_" + mpi + "_" + cuda, "Prefer: mpcdf_" + cuda,)) for of in openmpi_flavors: -- GitLab