From 9a77d89b8f14a7ca71773c1552e77083a3fb123a Mon Sep 17 00:00:00 2001 From: Incardona Pietro <incardon@mpi-cbg.de> Date: Wed, 28 Apr 2021 18:03:34 +0200 Subject: [PATCH] Fixing installation of MPI --- openfpm_vcluster | 2 +- script/install_MPI.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openfpm_vcluster b/openfpm_vcluster index ef0c9e821..974a494a7 160000 --- a/openfpm_vcluster +++ b/openfpm_vcluster @@ -1 +1 @@ -Subproject commit ef0c9e82108bea9aae0e95741c66ec8e12fec119 +Subproject commit 974a494a7cac5d47ae04921393d09f57fd3039f8 diff --git a/script/install_MPI.sh b/script/install_MPI.sh index cb90468ff..66fa52740 100755 --- a/script/install_MPI.sh +++ b/script/install_MPI.sh @@ -21,7 +21,7 @@ if [ x"$3" == x"1" ]; then # Detect where is nvcc cuda_location=$(dirname $(dirname $(which nvcc)) ) - ./configure --with-hwloc=internal --with-libevent=internal mpi_options --with-cuda=$cuda_location --prefix=$1/MPI --enable-mpi-fortran=yes CC=$4 CXX=$5 F77=$6 FC=$7 $8 + ./configure --with-hwloc=internal --with-libevent=internal $mpi_options --with-cuda=$cuda_location --prefix=$1/MPI --enable-mpi-fortran=yes CC=$4 CXX=$5 F77=$6 FC=$7 $8 else echo "Installing MPI without GPU support" ./configure --with-hwloc=internal --with-libevent=internal $mpi_options --prefix=$1/MPI --enable-mpi-fortran=yes CC=$4 CXX=$5 F77=$6 FC=$7 $8 -- GitLab