From 4eb6b309642f5b5ffbbfe3f8a21801bf1ea8d7c8 Mon Sep 17 00:00:00 2001 From: Min RK Date: Fri, 22 Dec 2023 21:29:42 +0100 Subject: [PATCH] try explicit disable cuda --- recipe/mpiexec.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/mpiexec.sh b/recipe/mpiexec.sh index 682036b..9a21a6e 100755 --- a/recipe/mpiexec.sh +++ b/recipe/mpiexec.sh @@ -11,7 +11,7 @@ if command -v "${PREFIX}/bin/ompi_info" >/dev/null; then export OMPI_MCA_rmaps_base_oversubscribe=yes export OMPI_MCA_btl=vader,self export OMPI_MCA_btl_vader_single_copy_mechanism=none - mpiexec="mpiexec --allow-run-as-root" + mpiexec="mpiexec --allow-run-as-root --mca opal_cuda_support 0" fi # pipe stdout, stderr through cat to avoid O_NONBLOCK issues