Blob Blame History Raw
diff -up mpich/configure.ac.onenode mpich/configure.ac
--- mpich/configure.ac.onenode	2021-06-09 17:24:10.000000000 +0200
+++ mpich/configure.ac	2021-07-07 09:10:04.272555638 +0200
@@ -2187,19 +2187,11 @@ mkdir -p modules private_modules test_mo
 # into "postdeps_FC" and causes linking errors later on.
 postdeps_FC=$(echo $postdeps_FC | sed 's/-l //g')
 
-if test x"${with_mpi}" = x"yes"; then
   if test x"${enable_openmp}" = x"yes"; then
         SUFFIX="_openmp"
   else
         SUFFIX=""
   fi
-else
-  if test x"${enable_openmp}" = x"yes"; then
-        SUFFIX="_onenode_openmp"
-  else
-        SUFFIX="_onenode"
-  fi
-fi
 
 dnl store-build-config
 AC_ARG_ENABLE([store-build-config],
diff -up mpich/documentation/INSTALL.md.onenode mpich/documentation/INSTALL.md
--- mpich/documentation/INSTALL.md.onenode	2021-07-07 09:10:04.272555638 +0200
+++ mpich/documentation/INSTALL.md	2021-07-07 09:10:50.827923487 +0200
@@ -185,9 +185,6 @@ configure FC=gfortran --with-mpi=no
 
 **DO NOT specify a MPI compiler here!**
 
-Note, that the installed *ELPA* library files will be suffixed with
-`_onenode`, in order to discriminate this build from possible ones with MPI.
-
 
 Please continue reading at "2.2 Enabling GPU support"