Skip to content

Commit b1670f8

Browse files
committed
contrib/platform: don't disable dlopen
The --enable-static gives us what we want: statically linked components. Signed-off-by: Nathan Hjelm <[email protected]>
1 parent 4cac623 commit b1670f8

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

contrib/platform/lanl/cray_xe6/debug-common

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
enable_dlopen=no
21
enable_mem_profile=no
32
enable_binaries=yes
43
enable_heterogeneous=no

contrib/platform/lanl/cray_xe6/optimized-common

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
enable_dlopen=no
2-
31
enable_mem_profile=no
42
enable_binaries=yes
53

contrib/platform/lanl/toss/toss-common

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# (c) 2013 Los Alamos National Security, LLC. All rights reserved.
22
# Open MPI common configuration for TOSS/TOSS2 v1.7.x/1.8.x
33

4-
enable_dlopen=no
54
enable_binaries=yes
65
enable_heterogeneous=no
76
enable_shared=yes

0 commit comments

Comments
 (0)