From 0cd973f1ca31c467bac6a8432442202a3c2e34b2 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Fri, 3 Oct 2014 16:30:43 -0600 Subject: [PATCH] Add openmpi-oshmem.patch --- openmpi-oshmem.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 openmpi-oshmem.patch diff --git a/openmpi-oshmem.patch b/openmpi-oshmem.patch new file mode 100644 index 0000000..f64675d --- /dev/null +++ b/openmpi-oshmem.patch @@ -0,0 +1,12 @@ +diff -up openmpi-1.8.3/oshmem/tools/wrappers/shmemcc-wrapper-data.txt.in.oshmem openmpi-1.8.3/oshmem/tools/wrappers/shmemcc-wrapper-data.txt.in +--- openmpi-1.8.3/oshmem/tools/wrappers/shmemcc-wrapper-data.txt.in.oshmem 2014-07-23 15:43:33.000000000 -0600 ++++ openmpi-1.8.3/oshmem/tools/wrappers/shmemcc-wrapper-data.txt.in 2014-10-03 15:26:43.728048287 -0600 +@@ -31,7 +31,7 @@ linker_flags=@OMPI_WRAPPER_EXTRA_LDFLAGS + # applications to only use the SHMEM and MPI APIs. + libs=-loshmem -lmpi + libs_static=-loshmem -lmpi -lopen-rte -lopen-pal @OMPI_WRAPPER_EXTRA_LIBS@ +-dyn_lib_file=libsohmem.@OPAL_DYN_LIB_SUFFIX@ ++dyn_lib_file=liboshmem.@OPAL_DYN_LIB_SUFFIX@ + static_lib_file=liboshmem.a + required_file= + includedir=${includedir}