File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 22# All rights reserved.
33# Copyright (c) 2014-2015 Cisco Systems, Inc. All rights reserved.
44# Copyright (c) 2020 Intel, Inc. All rights reserved.
5+ # Copyright (c) 2016-2021 IBM Corporation. All rights reserved.
56# $COPYRIGHT$
67#
78# Additional copyrights may follow
@@ -29,8 +30,8 @@ linker_flags=@OMPI_WRAPPER_EXTRA_LDFLAGS@
2930# intentionally only link in the SHMEM and MPI libraries (OPAL,
3031# etc. are pulled in implicitly) because we intend SHMEM/MPI
3132# applications to only use the SHMEM and MPI APIs.
32- libs=-loshmem -lmpi
33- libs_static=-loshmem -lmpi -l@OPAL_LIB_NAME@ @OMPI_WRAPPER_EXTRA_LIBS@
33+ libs=-loshmem -l@OMPI_LIBMPI_NAME@
34+ libs_static=-loshmem -l@OMPI_LIBMPI_NAME@ -l@OPAL_LIB_NAME@ @OMPI_WRAPPER_EXTRA_LIBS@
3435dyn_lib_file=liboshmem.@OPAL_DYN_LIB_SUFFIX@
3536static_lib_file=liboshmem.a
3637required_file=
You can’t perform that action at this time.
0 commit comments