From b86c481d4853f1425189aab1839bf2f44819bfd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCdepohl?= Date: Mon, 30 May 2016 14:42:41 +0200 Subject: [PATCH] Typo --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1434a77d..44dd92b1 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 -- GitLab