174e967dbc
Will be replaced by PRRTE. Ensure that OMPI and OPAL layers build without reference to ORTE. Setup opal/pmix framework to be static. Remove support for all PMI-1 and PMI-2 libraries. Add support for "external" pmix component as well as internal v4 one. remove orte: misc fixes - UCX fixes - VPATH issue - oshmem fixes - remove useless definition - Add PRRTE submodule - Get autogen.pl to traverse PRRTE submodule - Remove stale orcm reference - Configure embedded PRRTE - Correctly pass the prefix to PRRTE - Correctly set the OMPI_WANT_PRRTE am_conditional - Move prrte configuration to the end of OMPI's configure.ac - Make mpirun a symlink to prun, when available - Fix makedist with --no-orte/--no-prrte option - Add a `--no-prrte` option which is the same as the legacy `--no-orte` option. - Remove embedded PMIx tarball. Replace it with new submodule pointing to OpenPMIx master repo's master branch - Some cleanup in PRRTE integration and add config summary entry - Correctly set the hostname - Fix locality - Fix singleton operations - Fix support for "tune" and "am" options Signed-off-by: Ralph Castain <rhc@pmix.org> Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp> Signed-off-by: Joshua Hursey <jhursey@us.ibm.com>
63 строки
2.2 KiB
Bash
63 строки
2.2 KiB
Bash
# -*- shell-script -*-
|
|
#
|
|
# Copyright (c) 2009-2019 Cisco Systems, Inc. All rights reserved
|
|
# Copyright (c) 2017-2018 Research Organization for Information Science
|
|
# and Technology (RIST). All rights reserved.
|
|
# Copyright (c) 2018 Los Alamos National Security, LLC. All rights
|
|
# reserved.
|
|
# Copyright (c) 2018 FUJITSU LIMITED. All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
AC_DEFUN([OMPI_CONFIG_FILES],[
|
|
AC_CONFIG_FILES([
|
|
ompi/Makefile
|
|
ompi/etc/Makefile
|
|
ompi/include/Makefile
|
|
ompi/include/mpif.h
|
|
ompi/include/mpif-config.h
|
|
|
|
ompi/datatype/Makefile
|
|
ompi/debuggers/Makefile
|
|
|
|
ompi/mpi/c/Makefile
|
|
ompi/mpi/c/profile/Makefile
|
|
ompi/mpi/cxx/Makefile
|
|
ompi/mpi/fortran/base/Makefile
|
|
ompi/mpi/fortran/mpif-h/Makefile
|
|
ompi/mpi/fortran/mpif-h/profile/Makefile
|
|
ompi/mpi/fortran/use-mpi-tkr/Makefile
|
|
ompi/mpi/fortran/use-mpi-tkr/fortran_sizes.h
|
|
ompi/mpi/fortran/use-mpi-tkr/fortran_kinds.sh
|
|
ompi/mpi/fortran/use-mpi-ignore-tkr/Makefile
|
|
ompi/mpi/fortran/use-mpi-ignore-tkr/mpi-ignore-tkr-interfaces.h
|
|
ompi/mpi/fortran/use-mpi-ignore-tkr/mpi-ignore-tkr-file-interfaces.h
|
|
ompi/mpi/fortran/use-mpi-ignore-tkr/mpi-ignore-tkr-removed-interfaces.h
|
|
ompi/mpi/fortran/use-mpi-f08/Makefile
|
|
ompi/mpi/fortran/use-mpi-f08/base/Makefile
|
|
ompi/mpi/fortran/use-mpi-f08/bindings/Makefile
|
|
ompi/mpi/fortran/use-mpi-f08/mod/Makefile
|
|
ompi/mpi/fortran/mpiext-use-mpi/Makefile
|
|
ompi/mpi/fortran/mpiext-use-mpi-f08/Makefile
|
|
ompi/mpi/tool/Makefile
|
|
ompi/mpi/tool/profile/Makefile
|
|
|
|
ompi/tools/ompi_info/Makefile
|
|
ompi/tools/wrappers/Makefile
|
|
ompi/tools/wrappers/mpicc-wrapper-data.txt
|
|
ompi/tools/wrappers/mpic++-wrapper-data.txt
|
|
ompi/tools/wrappers/mpifort-wrapper-data.txt
|
|
ompi/tools/wrappers/ompi.pc
|
|
ompi/tools/wrappers/ompi-c.pc
|
|
ompi/tools/wrappers/ompi-cxx.pc
|
|
ompi/tools/wrappers/ompi-fort.pc
|
|
ompi/tools/wrappers/mpijavac.pl
|
|
ompi/tools/mpisync/Makefile
|
|
ompi/tools/mpirun/Makefile
|
|
])
|
|
])
|