9f1c699f36
error if the file-based dloader (e.g., dlopen) fails to load a DSO for a complex reason (e.g., unresolved symbol). This has been widely reported upstream to the libltdl maintainers - a general solution is difficult. This is very definitely an OMPI-specific solution. Since our embedded libltdl is hidden behind visibility flags, that's ok. Note that this is a change to autogen.sh, but this commit does not force re-running autogen.sh. You'll just get the new functionality the next time you re-run autogen.sh. This commit was SVN r22806.
33 строки
1.0 KiB
Makefile
33 строки
1.0 KiB
Makefile
#
|
|
# Copyright (c) 2004-2006 The Trustees of Indiana University and Indiana
|
|
# University Research and Technology
|
|
# Corporation. All rights reserved.
|
|
# Copyright (c) 2004-2005 The University of Tennessee and The University
|
|
# of Tennessee Research Foundation. All rights
|
|
# reserved.
|
|
# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
|
# University of Stuttgart. All rights reserved.
|
|
# Copyright (c) 2004-2005 The Regents of the University of California.
|
|
# All rights reserved.
|
|
# Copyright (c) 2006-2010 Cisco Systems, Inc. All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
EXTRA_DIST = \
|
|
distscript.csh \
|
|
ompi_get_version.m4sh \
|
|
libltdl_dlopen_global.diff \
|
|
libltdl-preopen-error.diff \
|
|
lt-sun-fortran.diff \
|
|
lt1522-pathCC.diff \
|
|
lt21a-pathCC.diff \
|
|
ltmain_otool.diff \
|
|
lt-sun-fortran.diff
|
|
|
|
maintainer-clean-local:
|
|
rm -f ompi_get_version.sh
|