diff --git a/Compiler/openmpi/build b/Compiler/openmpi/build index a18cb95..fc3dc31 100755 --- a/Compiler/openmpi/build +++ b/Compiler/openmpi/build @@ -16,6 +16,7 @@ pbuild::configure() { --enable-mpi-profile \ --enable-orterun-prefix-by-default \ --enable-shared \ + --enable-static \ --enable-smp-locks \ --with-sge=yes \ --with-slurm=yes \ @@ -23,6 +24,12 @@ pbuild::configure() { || exit 1 } +pbuild::post_install() { + if [[ -r /usr/lib64/libnuma.a ]]; then + : + fi +} + pbuild::add_to_group 'Compiler' pbuild::set_docfiles 'AUTHORS' 'LICENSE' 'NEWS' 'README' pbuild::make_all