fe8e4a0402
Per discussion at the Summer 2017 developers meeting, generate the AUTHORS list at make dist time, rather than trying to keep it up to date and merge on the branches by hand. While most of the data is generated from git, the organization list was maintained by hand. The general feeling at the meeting was that the organization list was not adding value and there were concrete cases where it involved much chasing by the RMs, so it has been removed. Signed-off-by: Brian Barrett <bbarrett@amazon.com>
111 строки
4.3 KiB
Makefile
111 строки
4.3 KiB
Makefile
#
|
|
# Copyright (c) 2004-2010 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-2009 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) 2009-2017 Cisco Systems, Inc. All rights reserved.
|
|
# Copyright (c) 2010 IBM Corporation. All rights reserved.
|
|
# Copyright (c) 2010-2011 Oak Ridge National Labs. All rights reserved.
|
|
# Copyright (c) 2013-2016 Los Alamos National Security, Inc. All rights
|
|
# reserved.
|
|
# Copyright (c) 2013 Intel Corporation. All rights reserved.
|
|
# Copyright (c) 2017 Amazon.com, Inc. or its affiliates.
|
|
# All Rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
amca_paramdir = $(AMCA_PARAM_SETS_DIR)
|
|
dist_amca_param_DATA = amca-param-sets/example.conf
|
|
|
|
if WANT_FT_CR
|
|
dist_amca_param_DATA += \
|
|
amca-param-sets/ft-enable-cr \
|
|
amca-param-sets/ft-enable-cr-recovery
|
|
endif # WANT_FT_CR
|
|
|
|
EXTRA_DIST = \
|
|
completion/mpirun.sh \
|
|
completion/mpirun.zsh \
|
|
dist/make_dist_tarball \
|
|
dist/make-authors.pl \
|
|
dist/linux/openmpi.spec \
|
|
dist/mofed/compile_debian_mlnx_example.in \
|
|
dist/mofed/debian \
|
|
platform/optimized \
|
|
platform/redstorm \
|
|
platform/cray_xt3 \
|
|
platform/cray_xt3_romio \
|
|
platform/ornl/cray_xt_cnl_romio \
|
|
platform/ornl/cray_xt_cnl_romio_debug \
|
|
platform/ornl/ornl_configure.gnu \
|
|
platform/ornl/ornl_configure.pgi \
|
|
platform/ornl/ornl_configure_self_contained \
|
|
platform/lanl/macosx-dynamic \
|
|
platform/lanl/macosx-dynamic.conf \
|
|
platform/lanl/cray_xe6/cray-common \
|
|
platform/lanl/cray_xe6/debug-common \
|
|
platform/lanl/cray_xe6/debug-lustre \
|
|
platform/lanl/cray_xe6/debug-lustre.conf \
|
|
platform/lanl/cray_xe6/gnu-common \
|
|
platform/lanl/cray_xe6/intel-common \
|
|
platform/lanl/cray_xe6/optimized-common \
|
|
platform/lanl/cray_xe6/optimized-lustre \
|
|
platform/lanl/cray_xe6/optimized-lustre.conf \
|
|
platform/lanl/cray_xc_cle5.2/debug-common \
|
|
platform/lanl/cray_xc_cle5.2/debug-lustre \
|
|
platform/lanl/cray_xc_cle5.2/debug-lustre.conf \
|
|
platform/lanl/cray_xc_cle5.2/optimized-common \
|
|
platform/lanl/cray_xc_cle5.2/optimized-lustre \
|
|
platform/lanl/cray_xc_cle5.2/optimized-lustre.conf \
|
|
platform/lanl/toss/debug-common \
|
|
platform/lanl/toss/debug \
|
|
platform/lanl/toss/debug.conf \
|
|
platform/lanl/toss/debug-mlx \
|
|
platform/lanl/toss/debug-mlx.conf \
|
|
platform/lanl/toss/optimized-common \
|
|
platform/lanl/toss/optimized \
|
|
platform/lanl/toss/optimized.conf \
|
|
platform/lanl/toss/optimized-mlx \
|
|
platform/lanl/toss/optimized-mlx.conf \
|
|
platform/lanl/toss/toss-common \
|
|
platform/lanl/darwin/darwin-common \
|
|
platform/lanl/darwin/debug-common \
|
|
platform/lanl/darwin/optimized-common \
|
|
platform/lanl/darwin/mic-common \
|
|
platform/lanl/darwin/debug \
|
|
platform/lanl/darwin/debug.conf \
|
|
platform/lanl/darwin/debug-mic \
|
|
platform/lanl/darwin/debug-mic.conf \
|
|
platform/lanl/darwin/optimized \
|
|
platform/lanl/darwin/optimized.conf \
|
|
platform/lanl/darwin/optimized-mic \
|
|
platform/lanl/darwin/optimized-mic.conf \
|
|
platform/snl/portals4-m5 \
|
|
platform/snl/portals4-orte \
|
|
platform/ibm/debug-ppc32-gcc \
|
|
platform/ibm/debug-ppc64-gcc \
|
|
platform/ibm/optimized-ppc32-gcc \
|
|
platform/ibm/optimized-ppc64-gcc \
|
|
platform/intel/bend/mac \
|
|
platform/intel/bend/mac.conf \
|
|
platform/intel/bend/linux \
|
|
platform/intel/bend/linux.conf \
|
|
platform/intel/bend/mac-optimized \
|
|
platform/intel/bend/mac-optimized.conf \
|
|
platform/intel/bend/linux-optimized \
|
|
platform/intel/bend/linux-optimized.conf \
|
|
platform/mellanox/optimized \
|
|
platform/mellanox/optimized.conf
|
|
|
|
dist_opaldata_DATA = openmpi-valgrind.supp
|