628963a
diff -up mpich/configure.ac.onenode mpich/configure.ac
4e8d6a8
--- mpich/configure.ac.onenode	2020-09-15 12:55:04.903053847 +0200
4e8d6a8
+++ mpich/configure.ac	2020-09-15 13:18:02.433294919 +0200
4e8d6a8
@@ -1696,19 +1696,11 @@ mkdir -p modules private_modules test_mo
628963a
 # into "postdeps_FC" and causes linking errors later on.
628963a
 postdeps_FC=$(echo $postdeps_FC | sed 's/-l //g')
628963a
 
628963a
-if test x"${with_mpi}" = x"yes"; then
628963a
   if test x"${enable_openmp}" = x"yes"; then
628963a
         SUFFIX="_openmp"
628963a
   else
628963a
         SUFFIX=""
628963a
   fi
628963a
-else
628963a
-  if test x"${enable_openmp}" = x"yes"; then
628963a
-        SUFFIX="_onenode_openmp"
628963a
-  else
628963a
-        SUFFIX="_onenode"
628963a
-  fi
628963a
-fi
628963a
 
4e8d6a8
 dnl store-build-config
4e8d6a8
 AC_ARG_ENABLE([store-build-config],
628963a
diff -up mpich/INSTALL.md.onenode mpich/INSTALL.md
4e8d6a8
--- mpich/INSTALL.md.onenode	2020-09-15 12:55:04.903053847 +0200
4e8d6a8
+++ mpich/INSTALL.md	2020-09-15 12:55:35.322278705 +0200
4e8d6a8
@@ -171,9 +171,6 @@ configure FC=gfortran --with-mpi=no
628963a
 
b987e15
 **DO NOT specify a MPI compiler here!**
628963a
 
b987e15
-Note, that the installed *ELPA* library files will be suffixed with
4e8d6a8
-`_onenode`, in order to discriminate this build from possible ones with MPI.
628963a
-
628963a
 
628963a
 Please continue reading at "C) Enabling GPU support"
628963a