3e847c19f0
Add infrastructure for MPI Interface Extensions. This allows a developer to create new MPI interfaces that are non-standard. The following email thread describes the functionality proposed in the RFC: http://www.open-mpi.org/community/lists/devel/2009/05/5997.php The following wiki page describes how to use and enable the extensions: https://svn.open-mpi.org/trac/ompi/wiki/MPIExtensions This commit was SVN r21272.
49 строки
1.6 KiB
Bash
49 строки
1.6 KiB
Bash
dnl -*- shell-script -*-
|
|
dnl
|
|
dnl Copyright (c) 2004-2009 The Trustees of Indiana University and Indiana
|
|
dnl University Research and Technology
|
|
dnl Corporation. All rights reserved.
|
|
dnl Copyright (c) 2004-2005 The University of Tennessee and The University
|
|
dnl of Tennessee Research Foundation. All rights
|
|
dnl reserved.
|
|
dnl Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
|
dnl University of Stuttgart. All rights reserved.
|
|
dnl Copyright (c) 2004-2005 The Regents of the University of California.
|
|
dnl All rights reserved.
|
|
dnl Copyright (c) 2006-2008 Cisco Systems, Inc. All rights reserved.
|
|
dnl Copyright (c) 2006 Los Alamos National Security, LLC. All rights
|
|
dnl reserved.
|
|
dnl Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
|
|
dnl $COPYRIGHT$
|
|
dnl
|
|
dnl Additional copyrights may follow
|
|
dnl
|
|
dnl $HEADER$
|
|
dnl
|
|
|
|
m4_include(config/ompi_get_version.m4)
|
|
|
|
#
|
|
# The config/mca_no_configure_components.m4 file is generated by
|
|
# autogen.sh
|
|
#
|
|
m4_include(config/mca_no_configure_components.m4)
|
|
|
|
#
|
|
# The config/ext_no_configure_components.m4 file is generated by
|
|
# autogen.sh
|
|
#
|
|
m4_include(config/ext_no_configure_components.m4)
|
|
|
|
#
|
|
# mca_m4_config_include.m4 is generated by autogen.sh. It includes
|
|
# the list of all component configure.m4 macros.
|
|
#
|
|
m4_include(config/mca_m4_config_include.m4)
|
|
|
|
#
|
|
# ext_m4_config_include.m4 is generated by autogen.sh. It includes
|
|
# the list of all interface extension component configure.m4 macros.
|
|
#
|
|
m4_include(config/ext_m4_config_include.m4)
|