Update openmpi and libevent
This commit is contained in:
committed by
Caubet Serrabou Marc
parent
f184d5fef9
commit
a477e63c9e
@@ -1,6 +1,7 @@
|
||||
#!/usr/bin/env modbuild
|
||||
|
||||
pbuild::pre_configure() {
|
||||
<<<<<<< HEAD
|
||||
if (( V_MAJOR < 5 )); then
|
||||
pbuild::add_configure_args "--enable-mpi-cxx"
|
||||
pbuild::add_configure_args "--enable-mpi-cxx-seek"
|
||||
@@ -20,6 +21,13 @@ pbuild::pre_configure() {
|
||||
pbuild::add_configure_args "--enable-mpi-fortran"
|
||||
pbuild::add_configure_args "--without-verbs"
|
||||
fi
|
||||
=======
|
||||
pbuild::add_configure_args "--prefix=${PREFIX}"
|
||||
|
||||
pbuild::add_configure_args "--enable-shared"
|
||||
pbuild::add_configure_args "--enable-orterun-prefix-by-default"
|
||||
pbuild::add_configure_args "--with-slurm=yes"
|
||||
>>>>>>> a5c5629 (Update openmpi and libevent)
|
||||
|
||||
if [[ -v CUDA_VERSION ]]; then
|
||||
pbuild::add_configure_args "--with-cuda=${CUDA_HOME}"
|
||||
|
||||
Reference in New Issue
Block a user