diff --git a/configure.ac b/configure.ac index 1434a77d6831ef5511a9ccb0a2e0ab39be87069a..44dd92b19e6935a66a42bf36dae7c14227d6a8fe 100644 --- a/configure.ac +++ b/configure.ac @@ -895,7 +895,7 @@ if test x"${with_mpi}" = x"yes"; then fi else if test x"${enable_openmp}" = x"yes"; then - SUFFIX="_onnode_openmp" + SUFFIX="_onenode_openmp" else SUFFIX="_onenode" fi