From 107e8a1d93d6372f9fd2a2d739050b34827bd5e0 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Mon, 2 May 2016 14:20:54 +0200 Subject: [PATCH] Compiler/openmpi/build: build with sge and slurm support --- Compiler/openmpi/build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Compiler/openmpi/build b/Compiler/openmpi/build index e865b9f..271e5e6 100755 --- a/Compiler/openmpi/build +++ b/Compiler/openmpi/build @@ -7,8 +7,11 @@ pbuild::configure() { --enable-mpi-cxx-seek \ --enable-mpi-f90 \ --enable-mpi-profile \ + --enable-orterun-prefix-by-default \ --enable-shared \ --enable-smp-locks \ + --with-sge=yes \ + --with-slurm=yes \ || exit 1 }