blob: d5cc1b605b19c41bc82c0a2d5446017e47f778d9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
--- configure.orig 2018-08-29 19:42:22 UTC
+++ configure
@@ -23453,15 +23453,15 @@ postdeps_FC=$(echo $postdeps_FC | sed 's
if test x"${with_mpi}" = x"yes"; then
if test x"${enable_openmp}" = x"yes"; then
- SUFFIX="_openmp"
+ SUFFIX=""
else
SUFFIX=""
fi
else
if test x"${enable_openmp}" = x"yes"; then
- SUFFIX="_onenode_openmp"
+ SUFFIX=""
else
- SUFFIX="_onenode"
+ SUFFIX=""
fi
fi
|