From 72840ac5c3bb78d1be2da4e2a026067d0c9cad9c Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Thu, 23 Sep 2021 09:17:16 +0000 Subject: et/openmpi: disable SLURM on all 32-bit architectures --- net/openmpi/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'net/openmpi') diff --git a/net/openmpi/Makefile b/net/openmpi/Makefile index 6ababb8ce5cd..1f29c891273b 100644 --- a/net/openmpi/Makefile +++ b/net/openmpi/Makefile @@ -58,12 +58,12 @@ SHEBANG_FILES= ompi/mca/common/monitoring/profile2mat.pl \ OPTIONS_DEFINE= AVX DEBUG IPV6 SLURM TORQUE OPTIONS_DEFAULT= SLURM OPTIONS_EXCLUDE_aarch64= AVX -OPTIONS_EXCLUDE_armv6= AVX -OPTIONS_EXCLUDE_armv7= AVX +OPTIONS_EXCLUDE_armv6= AVX SLURM +OPTIONS_EXCLUDE_armv7= AVX SLURM OPTIONS_EXCLUDE_i386= SLURM -OPTIONS_EXCLUDE_mips= AVX +OPTIONS_EXCLUDE_mips= AVX SLURM OPTIONS_EXCLUDE_mips64= AVX -OPTIONS_EXCLUDE_powerpc= AVX +OPTIONS_EXCLUDE_powerpc= AVX SLURM OPTIONS_EXCLUDE_powerpc64= AVX OPTIONS_EXCLUDE_powerpc64le= AVX OPTIONS_EXCLUDE_riscv64= AVX -- cgit v1.2.3