Compiler/openmpi/build: build with sge and slurm support

This commit is contained in:
2016-05-02 14:20:54 +02:00
parent b64d199558
commit 107e8a1d93

View File

@@ -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
}