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 2
2
# All rights reserved.
3
3
# Copyright (c) 2014-2015 Cisco Systems, Inc. All rights reserved.
4
4
# Copyright (c) 2020 Intel, Inc. All rights reserved.
5
+ # Copyright (c) 2016-2021 IBM Corporation. All rights reserved.
5
6
# $COPYRIGHT$
6
7
#
7
8
# Additional copyrights may follow
@@ -29,8 +30,8 @@ linker_flags=@OMPI_WRAPPER_EXTRA_LDFLAGS@
29
30
# intentionally only link in the SHMEM and MPI libraries (OPAL,
30
31
# etc. are pulled in implicitly) because we intend SHMEM/MPI
31
32
# 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@
34
35
dyn_lib_file=liboshmem.@OPAL_DYN_LIB_SUFFIX@
35
36
static_lib_file=liboshmem.a
36
37
required_file=
You can’t perform that action at this time.
0 commit comments