Skip to content

Commit 8115bd2

Browse files
authored
Merge pull request #8322 from bosilca/topic/portable_avx
Allow fallback to a lesser AVX support during make
2 parents 3786a02 + 20be3fc commit 8115bd2

File tree

4 files changed

+559
-267
lines changed

4 files changed

+559
-267
lines changed

ompi/mca/op/avx/Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Copyright (c) 2019-2020 The University of Tennessee and The University
33
# of Tennessee Research Foundation. All rights
44
# reserved.
5-
# Copyright (c) 2020 Research Organization for Information Science
5+
# Copyright (c) 2020-2021 Research Organization for Information Science
66
# and Technology (RIST). All rights reserved.
77
# $COPYRIGHT$
88
#
@@ -86,7 +86,7 @@ mcacomponentdir = $(ompilibdir)
8686
mcacomponent_LTLIBRARIES = $(component_install)
8787
mca_op_avx_la_SOURCES = $(sources)
8888
mca_op_avx_la_LIBADD = $(specialized_op_libs)
89-
mca_op_avx_la_LDFLAGS = -module -avoid-version
89+
mca_op_avx_la_LDFLAGS = -module -avoid-version $(top_builddir)/ompi/lib@OMPI_LIBMPI_NAME@.la
9090

9191

9292
# Specific information for static builds.

0 commit comments

Comments
 (0)