copyright: copyright information moved to the top-level copyright
Signed-off-by: Pavan Balaji <balaji@anl.gov>
Esse commit está contido em:
+18
-5
@@ -1,13 +1,26 @@
|
||||
How to contribute to MPICH
|
||||
|
||||
1. Sign and submit a contributors' agreement. http://www.mpich.org/documentation/contributor-docs/
|
||||
1. Sign and submit a contributors'
|
||||
agreement. http://www.mpich.org/documentation/contributor-docs/
|
||||
|
||||
2. Format your patches according to the MPICH coding standards. https://wiki.mpich.org/mpich/index.php/Coding_Standards
|
||||
2. Format your patches according to the MPICH coding
|
||||
standards. https://wiki.mpich.org/mpich/index.php/Coding_Standards
|
||||
|
||||
3. Use the git pre-commit hook included with MPICH (https://github.com/pmodels/mpich/blob/master/maint/hooks/pre-commit) to catch whitespace violations in new code. Patches with improper whitespace may be automatically rejected for inclusion in MPICH. To activate the pre-commit hook (from the top-level of your working copy):
|
||||
3. Use the git pre-commit hook included with MPICH
|
||||
(https://github.com/pmodels/mpich/blob/master/maint/hooks/pre-commit)
|
||||
to catch whitespace violations in new code. Patches with improper
|
||||
whitespace may be automatically rejected for inclusion in MPICH. To
|
||||
activate the pre-commit hook (from the top-level of your working
|
||||
copy):
|
||||
|
||||
ln -s ../../maint/hooks/pre-commit .git/hooks/pre-commit
|
||||
|
||||
4. Open a Pull Request on Github (https://github.com/pmodels/mpich/pulls). Your pull request will be tested and reviewed by an MPICH maintainer. Be sure to pay attention to review comments, as they may request changes to the PR before it can be merged.
|
||||
4. Open a Pull Request on Github
|
||||
(https://github.com/pmodels/mpich/pulls). Your pull request will be
|
||||
tested and reviewed by an MPICH maintainer. Be sure to pay attention
|
||||
to review comments, as they may request changes to the PR before it
|
||||
can be merged.
|
||||
|
||||
More info on contributing to MPICH, including tips on how to use git, can be found here: https://wiki.mpich.org/mpich/index.php/Contributing_to_MPICH
|
||||
More info on contributing to MPICH, including tips on how to use git,
|
||||
can be found here:
|
||||
https://wiki.mpich.org/mpich/index.php/Contributing_to_MPICH
|
||||
|
||||
+16
-1
@@ -6,7 +6,7 @@ which must be included in the prologue of the code and in all source listings
|
||||
of the code.
|
||||
|
||||
Copyright Notice
|
||||
+ 2002 University of Chicago
|
||||
1998--2020, Argonne National Laboratory
|
||||
|
||||
Permission is hereby granted to use, reproduce, prepare derivative works, and
|
||||
to redistribute to others. This software was authored by:
|
||||
@@ -37,3 +37,18 @@ warranty express or implied, or assumes any legal liability or responsibility
|
||||
for the accuracy, completeness, or usefulness of any information, apparatus,
|
||||
product, or process disclosed, or represents that its use would not infringe
|
||||
privately owned rights.
|
||||
|
||||
EXTERNAL CONTRIBUTIONS
|
||||
|
||||
Portions of this code have been contributed under the above license by:
|
||||
|
||||
* Intel Corporation
|
||||
* Cray
|
||||
* IBM Corporation
|
||||
* Microsoft Corporation
|
||||
* Mellanox Technologies Ltd.
|
||||
* DataDirect Networks.
|
||||
* Oak Ridge National Laboratory
|
||||
* Sun Microsystems, Lustre group
|
||||
* Dolphin Interconnect Solutions Inc.
|
||||
* Institut Polytechnique de Bordeaux
|
||||
|
||||
@@ -3,14 +3,6 @@
|
||||
* (C) 2001 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Microsoft. Those portions are
|
||||
* Copyright (c) 2007 Microsoft Corporation. Microsoft grants
|
||||
* permission to use, reproduce, prepare derivative works, and to
|
||||
* redistribute to others. The code is licensed "as is." The User
|
||||
* bears the risk of using it. Microsoft gives no express warranties,
|
||||
* guarantees or conditions. To the extent permitted by law, Microsoft
|
||||
* excludes the implied warranties of merchantability, fitness for a
|
||||
* particular purpose and non-infringement.
|
||||
*/
|
||||
|
||||
#ifndef MPI_FORTIMPL_H_INCLUDED
|
||||
|
||||
@@ -1,19 +1,3 @@
|
||||
# begin_generated_IBM_copyright_prolog
|
||||
#
|
||||
# This is an automatically generated copyright prolog.
|
||||
# After initializing, DO NOT MODIFY OR MOVE
|
||||
# ---------------------------------------------------------------
|
||||
# Licensed Materials - Property of IBM
|
||||
# Blue Gene/Q 5765-PER 5765-PRP
|
||||
#
|
||||
# (C) Copyright IBM Corp. 2011, 2012 All Rights Reserved
|
||||
# US Government Users Restricted Rights -
|
||||
# Use, duplication, or disclosure restricted
|
||||
# by GSA ADP Schedule Contract with IBM Corp.
|
||||
#
|
||||
# ---------------------------------------------------------------
|
||||
#
|
||||
# end_generated_IBM_copyright_prolog
|
||||
CROSS_F77_SIZEOF_INTEGER=4
|
||||
CROSS_F77_SIZEOF_REAL=4
|
||||
CROSS_F77_SIZEOF_DOUBLE_PRECISION=8
|
||||
|
||||
@@ -3,14 +3,6 @@
|
||||
* (C) 2001 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Microsoft. Those portions are
|
||||
* Copyright (c) 2007 Microsoft Corporation. Microsoft grants
|
||||
* permission to use, reproduce, prepare derivative works, and to
|
||||
* redistribute to others. The code is licensed "as is." The User
|
||||
* bears the risk of using it. Microsoft gives no express warranties,
|
||||
* guarantees or conditions. To the extent permitted by law, Microsoft
|
||||
* excludes the implied warranties of merchantability, fitness for a
|
||||
* particular purpose and non-infringement.
|
||||
*/
|
||||
|
||||
#ifndef MPIIMPL_H_INCLUDED
|
||||
|
||||
@@ -3,14 +3,6 @@
|
||||
* (C) 2001 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Microsoft. Those portions are
|
||||
* Copyright (c) 2007 Microsoft Corporation. Microsoft grants
|
||||
* permission to use, reproduce, prepare derivative works, and to
|
||||
* redistribute to others. The code is licensed "as is." The User
|
||||
* bears the risk of using it. Microsoft gives no express warranties,
|
||||
* guarantees or conditions. To the extent permitted by law, Microsoft
|
||||
* excludes the implied warranties of merchantability, fitness for a
|
||||
* particular purpose and non-infringement.
|
||||
*/
|
||||
|
||||
#ifndef ATTR_H_INCLUDED
|
||||
|
||||
@@ -3,14 +3,6 @@
|
||||
* (C) 2001 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Microsoft. Those portions are
|
||||
* Copyright (c) 2007 Microsoft Corporation. Microsoft grants
|
||||
* permission to use, reproduce, prepare derivative works, and to
|
||||
* redistribute to others. The code is licensed "as is." The User
|
||||
* bears the risk of using it. Microsoft gives no express warranties,
|
||||
* guarantees or conditions. To the extent permitted by law, Microsoft
|
||||
* excludes the implied warranties of merchantability, fitness for a
|
||||
* particular purpose and non-infringement.
|
||||
*/
|
||||
|
||||
#include "mpiimpl.h"
|
||||
|
||||
@@ -4,14 +4,6 @@
|
||||
* (C) 2001 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Microsoft. Those portions are
|
||||
* Copyright (c) 2007 Microsoft Corporation. Microsoft grants
|
||||
* permission to use, reproduce, prepare derivative works, and to
|
||||
* redistribute to others. The code is licensed "as is." The User
|
||||
* bears the risk of using it. Microsoft gives no express warranties,
|
||||
* guarantees or conditions. To the extent permitted by law, Microsoft
|
||||
* excludes the implied warranties of merchantability, fitness for a
|
||||
* particular purpose and non-infringement.
|
||||
*/
|
||||
|
||||
#include "mpiimpl.h"
|
||||
|
||||
@@ -4,14 +4,6 @@
|
||||
* (C) 2001 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Microsoft. Those portions are
|
||||
* Copyright (c) 2007 Microsoft Corporation. Microsoft grants
|
||||
* permission to use, reproduce, prepare derivative works, and to
|
||||
* redistribute to others. The code is licensed "as is." The User
|
||||
* bears the risk of using it. Microsoft gives no express warranties,
|
||||
* guarantees or conditions. To the extent permitted by law, Microsoft
|
||||
* excludes the implied warranties of merchantability, fitness for a
|
||||
* particular purpose and non-infringement.
|
||||
*/
|
||||
|
||||
#include "mpiimpl.h"
|
||||
|
||||
@@ -4,14 +4,6 @@
|
||||
* (C) 2001 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Microsoft. Those portions are
|
||||
* Copyright (c) 2007 Microsoft Corporation. Microsoft grants
|
||||
* permission to use, reproduce, prepare derivative works, and to
|
||||
* redistribute to others. The code is licensed "as is." The User
|
||||
* bears the risk of using it. Microsoft gives no express warranties,
|
||||
* guarantees or conditions. To the extent permitted by law, Microsoft
|
||||
* excludes the implied warranties of merchantability, fitness for a
|
||||
* particular purpose and non-infringement.
|
||||
*/
|
||||
|
||||
#include "mpiimpl.h"
|
||||
|
||||
@@ -2,10 +2,6 @@
|
||||
## (C) 2006 by Argonne National Laboratory.
|
||||
## See COPYRIGHT in top-level directory.
|
||||
##
|
||||
## Portions of this code were written by Intel Corporation.
|
||||
## Copyright (C) 2011-2017 Intel Corporation. Intel provides this material
|
||||
## to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
## Contributor License Agreement dated February 8, 2012.
|
||||
|
||||
include $(top_srcdir)/src/mpi/coll/algorithms/treealgo/Makefile.mk
|
||||
include $(top_srcdir)/src/mpi/coll/algorithms/recexchalgo/Makefile.mk
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2017 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2018 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
#ifndef ALGO_COMMON_H_INCLUDED
|
||||
|
||||
@@ -2,10 +2,6 @@
|
||||
## (C) 2006 by Argonne National Laboratory.
|
||||
## See COPYRIGHT in top-level directory.
|
||||
##
|
||||
## Portions of this code were written by Intel Corporation.
|
||||
## Copyright (C) 2011-2017 Intel Corporation. Intel provides this material
|
||||
## to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
## Contributor License Agreement dated February 8, 2012.
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/src/mpi/coll/algorithms/recexchalgo
|
||||
|
||||
|
||||
@@ -2,10 +2,6 @@
|
||||
* (C) 2006 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2018 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
#include "mpiimpl.h"
|
||||
|
||||
@@ -2,10 +2,6 @@
|
||||
* (C) 2006 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2017 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
#ifndef RECEXCHALGO_H_INCLUDED
|
||||
|
||||
@@ -2,10 +2,6 @@
|
||||
## (C) 2017 by Argonne National Laboratory.
|
||||
## See COPYRIGHT in top-level directory.
|
||||
##
|
||||
## Portions of this code were written by Intel Corporation.
|
||||
## Copyright (C) 2011-2018 Intel Corporation. Intel provides this material
|
||||
## to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
## Contributor License Agreement dated February 8, 2012.
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/src/mpi/coll/algorithms/stubalgo
|
||||
|
||||
|
||||
@@ -2,10 +2,6 @@
|
||||
* (C) 2006 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2017 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
#include "mpiimpl.h"
|
||||
|
||||
@@ -2,10 +2,6 @@
|
||||
* (C) 2006 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2017 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
#ifndef STUBALGO_H_INCLUDED
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2006 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2017 Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
#ifndef STUBALGO_TYPES_H_INCLUDED
|
||||
|
||||
@@ -2,10 +2,6 @@
|
||||
## (C) 2006 by Argonne National Laboratory.
|
||||
## See COPYRIGHT in top-level directory.
|
||||
##
|
||||
## Portions of this code were written by Intel Corporation.
|
||||
## Copyright (C) 2011-2017 Intel Corporation. Intel provides this material
|
||||
## to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
## Contributor License Agreement dated February 8, 2012.
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/src/mpi/coll/algorithms/treealgo
|
||||
|
||||
|
||||
@@ -2,10 +2,6 @@
|
||||
* (C) 2006 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2018 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
#include "mpiimpl.h"
|
||||
#include "treealgo.h"
|
||||
|
||||
@@ -2,10 +2,6 @@
|
||||
* (C) 2006 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2017 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
#ifndef TREEALGO_H_INCLUDED
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2006 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2018 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
#ifndef TREEALGO_TYPES_H_INCLUDED
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2006 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2017 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
#include "mpiimpl.h"
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2006 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2017 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
#ifndef TREEUTIL_H_INCLUDED
|
||||
|
||||
@@ -4,10 +4,6 @@
|
||||
## (C) 2017 by Argonne National Laboratory.
|
||||
## See COPYRIGHT in top-level directory.
|
||||
##
|
||||
## Portions of this code were written by Intel Corporation.
|
||||
## Copyright (C) 2011-2018 Intel Corporation. Intel provides this material
|
||||
## to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
## Contributor License Agreement dated February 8, 2012.
|
||||
|
||||
# mpi_sources includes only the routines that are MPI function entry points
|
||||
# The code for the MPI operations (e.g., MPI_SUM) is not included in
|
||||
|
||||
@@ -4,10 +4,6 @@
|
||||
## (C) 2017 by Argonne National Laboratory.
|
||||
## See COPYRIGHT in top-level directory.
|
||||
##
|
||||
## Portions of this code were written by Intel Corporation.
|
||||
## Copyright (C) 2011-2018 Intel Corporation. Intel provides this material
|
||||
## to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
## Contributor License Agreement dated February 8, 2012.
|
||||
|
||||
# mpi_sources includes only the routines that are MPI function entry points
|
||||
# The code for the MPI operations (e.g., MPI_SUM) is not included in
|
||||
|
||||
@@ -4,10 +4,6 @@
|
||||
## (C) 2017 by Argonne National Laboratory.
|
||||
## See COPYRIGHT in top-level directory.
|
||||
##
|
||||
## Portions of this code were written by Intel Corporation.
|
||||
## Copyright (C) 2011-2018 Intel Corporation. Intel provides this material
|
||||
## to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
## Contributor License Agreement dated February 8, 2012.
|
||||
|
||||
# mpi_sources includes only the routines that are MPI function entry points
|
||||
# The code for the MPI operations (e.g., MPI_SUM) is not included in
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
## (C) 2006 by Argonne National Laboratory.
|
||||
## See COPYRIGHT in top-level directory.
|
||||
##
|
||||
## Portions of this code were written by Intel Corporation.
|
||||
## Copyright (C) 2011-2018 Intel Corporation. Intel provides this material
|
||||
## to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
## Contributor License Agreement dated February 8, 2012.
|
||||
##
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/src/mpi/coll/allreduce_group/
|
||||
|
||||
@@ -4,10 +4,6 @@
|
||||
## (C) 2017 by Argonne National Laboratory.
|
||||
## See COPYRIGHT in top-level directory.
|
||||
##
|
||||
## Portions of this code were written by Intel Corporation.
|
||||
## Copyright (C) 2011-2018 Intel Corporation. Intel provides this material
|
||||
## to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
## Contributor License Agreement dated February 8, 2012.
|
||||
|
||||
# mpi_sources includes only the routines that are MPI function entry points
|
||||
# The code for the MPI operations (e.g., MPI_SUM) is not included in
|
||||
|
||||
@@ -4,10 +4,6 @@
|
||||
## (C) 2017 by Argonne National Laboratory.
|
||||
## See COPYRIGHT in top-level directory.
|
||||
##
|
||||
## Portions of this code were written by Intel Corporation.
|
||||
## Copyright (C) 2011-2018 Intel Corporation. Intel provides this material
|
||||
## to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
## Contributor License Agreement dated February 8, 2012.
|
||||
|
||||
# mpi_sources includes only the routines that are MPI function entry points
|
||||
# The code for the MPI operations (e.g., MPI_SUM) is not included in
|
||||
|
||||
@@ -4,10 +4,6 @@
|
||||
## (C) 2017 by Argonne National Laboratory.
|
||||
## See COPYRIGHT in top-level directory.
|
||||
##
|
||||
## Portions of this code were written by Intel Corporation.
|
||||
## Copyright (C) 2011-2018 Intel Corporation. Intel provides this material
|
||||
## to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
## Contributor License Agreement dated February 8, 2012.
|
||||
|
||||
# mpi_sources includes only the routines that are MPI function entry points
|
||||
# The code for the MPI operations (e.g., MPI_SUM) is not included in
|
||||
|
||||
@@ -4,10 +4,6 @@
|
||||
## (C) 2017 by Argonne National Laboratory.
|
||||
## See COPYRIGHT in top-level directory.
|
||||
##
|
||||
## Portions of this code were written by Intel Corporation.
|
||||
## Copyright (C) 2011-2018 Intel Corporation. Intel provides this material
|
||||
## to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
## Contributor License Agreement dated February 8, 2012.
|
||||
|
||||
# mpi_sources includes only the routines that are MPI function entry points
|
||||
# The code for the MPI operations (e.g., MPI_SUM) is not included in
|
||||
|
||||
@@ -4,10 +4,6 @@
|
||||
## (C) 2017 by Argonne National Laboratory.
|
||||
## See COPYRIGHT in top-level directory.
|
||||
##
|
||||
## Portions of this code were written by Intel Corporation.
|
||||
## Copyright (C) 2011-2018 Intel Corporation. Intel provides this material
|
||||
## to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
## Contributor License Agreement dated February 8, 2012.
|
||||
|
||||
# mpi_sources includes only the routines that are MPI function entry points
|
||||
# The code for the MPI operations (e.g., MPI_SUM) is not included in
|
||||
|
||||
@@ -4,10 +4,6 @@
|
||||
## (C) 2017 by Argonne National Laboratory.
|
||||
## See COPYRIGHT in top-level directory.
|
||||
##
|
||||
## Portions of this code were written by Intel Corporation.
|
||||
## Copyright (C) 2011-2018 Intel Corporation. Intel provides this material
|
||||
## to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
## Contributor License Agreement dated February 8, 2012.
|
||||
|
||||
# mpi_sources includes only the routines that are MPI function entry points
|
||||
# The code for the MPI operations (e.g., MPI_SUM) is not included in
|
||||
|
||||
@@ -4,10 +4,6 @@
|
||||
## (C) 2017 by Argonne National Laboratory.
|
||||
## See COPYRIGHT in top-level directory.
|
||||
##
|
||||
## Portions of this code were written by Intel Corporation.
|
||||
## Copyright (C) 2011-2018 Intel Corporation. Intel provides this material
|
||||
## to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
## Contributor License Agreement dated February 8, 2012.
|
||||
|
||||
# mpi_sources includes only the routines that are MPI function entry points
|
||||
# The code for the MPI operations (e.g., MPI_SUM) is not included in
|
||||
|
||||
@@ -4,10 +4,6 @@
|
||||
## (C) 2017 by Argonne National Laboratory.
|
||||
## See COPYRIGHT in top-level directory.
|
||||
##
|
||||
## Portions of this code were written by Intel Corporation.
|
||||
## Copyright (C) 2011-2018 Intel Corporation. Intel provides this material
|
||||
## to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
## Contributor License Agreement dated February 8, 2012.
|
||||
|
||||
# mpi_sources includes only the routines that are MPI function entry points
|
||||
# The code for the MPI operations (e.g., MPI_SUM) is not included in
|
||||
|
||||
@@ -4,10 +4,6 @@
|
||||
## (C) 2017 by Argonne National Laboratory.
|
||||
## See COPYRIGHT in top-level directory.
|
||||
##
|
||||
## Portions of this code were written by Intel Corporation.
|
||||
## Copyright (C) 2011-2018 Intel Corporation. Intel provides this material
|
||||
## to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
## Contributor License Agreement dated February 8, 2012.
|
||||
|
||||
# mpi_sources includes only the routines that are MPI function entry points
|
||||
# The code for the MPI operations (e.g., MPI_SUM) is not included in
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2006 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2017 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
#include "mpiimpl.h"
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2017 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2018 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
#include "mpiimpl.h"
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2017 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2018 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
#include "mpiimpl.h"
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2017 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2018 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
#include "mpiimpl.h"
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2017 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2018 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
#include "mpiimpl.h"
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2006 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2017 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
/* Header protection (i.e., IALLGATHER_TSP_BRUCKS_ALGOS_H_INCLUDED) is
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2006 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2017 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
/* Header protection (i.e., IALLGATHER_TSP_BRUCKS_ALGOS_PROTOTYPES_H_INCLUDED) is
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2006 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2017 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
/* Header protection (i.e., IALLGATHER_TSP_BRUCKS_ALGOS_PROTOTYPES_H_INCLUDED) is
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2006 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2017 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
/* Header protection (i.e., IALLGATHER_TSP_ALGOS_H_INCLUDED) is
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2006 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2017 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
/* Header protection (i.e., IALLREDUCE_TSP_ALGOS_PROTOTYPES_H_INCLUDED) is
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2006 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2017 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
/* Header protection (i.e., IALLGATHER_TSP_RECEXH_ALGOS_PROTOTYPES_H_INCLUDED) is
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2006 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2017 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
/* Header protection (i.e., IALLGATHER_TSP_RING_ALGOS_H_INCLUDED) is
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2006 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2017 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
/* Header protection (i.e., IALLGATHER_TSP_RING_ALGOS_PROTOTYPES_H_INCLUDED) is
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2006 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2017 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
/* Header protection (i.e., IALLGATHER_TSP_RING_ALGOS_PROTOTYPES_H_INCLUDED) is
|
||||
|
||||
@@ -4,10 +4,6 @@
|
||||
## (C) 2017 by Argonne National Laboratory.
|
||||
## See COPYRIGHT in top-level directory.
|
||||
##
|
||||
## Portions of this code were written by Intel Corporation.
|
||||
## Copyright (C) 2011-2018 Intel Corporation. Intel provides this material
|
||||
## to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
## Contributor License Agreement dated February 8, 2012.
|
||||
|
||||
# mpi_sources includes only the routines that are MPI function entry points
|
||||
# The code for the MPI operations (e.g., MPI_SUM) is not included in
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2006 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2017 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
#include "mpiimpl.h"
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2017 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2018 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
#include "mpiimpl.h"
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2017 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2018 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
#include "mpiimpl.h"
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2017 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2018 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
#include "mpiimpl.h"
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2017 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2018 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
#include "mpiimpl.h"
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2006 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2017 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
/* Header protection (i.e., IALLGATHERV_TSP_BRUCKS_ALGOS_H_INCLUDED) is
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2006 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2017 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
/* Header protection (i.e., IALLGATHERV_TSP_BRUCKS_ALGOS_PROTOTYPES_H_INCLUDED) is
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2006 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2017 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
/* Header protection (i.e., IALLGATHERV_TSP_BRUCKS_ALGOS_PROTOTYPES_H_INCLUDED) is
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2006 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2017 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
/* Header protection (i.e., IALLGATHERV_TSP_RECEXCH_ALGOS_H_INCLUDED) is
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2006 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2017 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
/* Header protection (i.e., IALLGATHERV_TSP_ALGOS_PROTOTYPES_H_INCLUDED) is
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2006 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2017 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
/* Header protection (i.e., IALLGATHERV_TSP_RECEXH_ALGOS_PROTOTYPES_H_INCLUDED) is
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2006 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2017 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
/* Header protection (i.e., IALLGATHERV_TSP_RING_ALGOS_H_INCLUDED) is
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2006 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2017 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
/* Header protection (i.e., IALLGATHERV_TSP_RING_ALGOS_PROTOTYPES_H_INCLUDED) is
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2006 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2017 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
/* Header protection (i.e., IALLGATHERV_TSP_RING_ALGOS_PROTOTYPES_H_INCLUDED) is
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2017 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2017 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
#include "mpiimpl.h"
|
||||
|
||||
@@ -4,10 +4,6 @@
|
||||
## (C) 2017 by Argonne National Laboratory.
|
||||
## See COPYRIGHT in top-level directory.
|
||||
##
|
||||
## Portions of this code were written by Intel Corporation.
|
||||
## Copyright (C) 2011-2018 Intel Corporation. Intel provides this material
|
||||
## to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
## Contributor License Agreement dated February 8, 2012.
|
||||
|
||||
# mpi_sources includes only the routines that are MPI function entry points
|
||||
# The code for the MPI operations (e.g., MPI_SUM) is not included in
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2006 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2017 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
#include "mpiimpl.h"
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2017 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2018 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
#include "mpiimpl.h"
|
||||
|
||||
-4
@@ -3,10 +3,6 @@
|
||||
* (C) 2017 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2018 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
#include "mpiimpl.h"
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2017 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2018 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
#include "mpiimpl.h"
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2017 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2018 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
#include "mpiimpl.h"
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2017 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2018 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
#include "mpiimpl.h"
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2006 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2017 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
/* Header protection (i.e., IALLREDUCE_TSP_ALGOS_H_INCLUDED) is
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2006 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2017 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
/* Header protection (i.e., IALLREDUCE_TSP_ALGOS_PROTOTYPES_H_INCLUDED) is
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* * (C) 2006 by Argonne National Laboratory.
|
||||
* * See COPYRIGHT in top-level directory.
|
||||
* *
|
||||
* * Portions of this code were written by Intel Corporation.
|
||||
* * Copyright (C) 2011-2017 Intel Corporation. Intel provides this material
|
||||
* * to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* * Contributor License Agreement dated February 8, 2012.
|
||||
* */
|
||||
|
||||
/* Header protection (i.e., IREDUCE_TSP_ALGOS_PROTOTYPES_H_INCLUDED) is
|
||||
|
||||
-4
@@ -3,10 +3,6 @@
|
||||
* (C) 2006 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2017 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
/* Header protection (i.e., IALLREDUCE_TSP_ALGOS_H_INCLUDED) is
|
||||
|
||||
-4
@@ -3,10 +3,6 @@
|
||||
* (C) 2006 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2017 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
/* Header protection (i.e., IALLREDUCE_TSP_ALGOS_PROTOTYPES_H_INCLUDED) is
|
||||
|
||||
-4
@@ -3,10 +3,6 @@
|
||||
* (C) 2006 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2017 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
/* Header protection (i.e., IALLREDUCE_TSP_ALGOS_PROTOTYPES_H_INCLUDED) is
|
||||
|
||||
@@ -4,10 +4,6 @@
|
||||
* (C) 2006 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2017 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
/* Header protection (i.e., IALLREDUCE_TSP_ALGOS_H_INCLUDED) is
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2006 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2017 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
/* Header protection (i.e., IALLREDUCE_TSP_ALGOS_PROTOTYPES_H_INCLUDED) is
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2006 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2017 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
/* Header protection (i.e., IREDUCE_TSP_ALGOS_PROTOTYPES_H_INCLUDED) is
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2006 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2017 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
/* Header protection (i.e., IALLREDUCE_TSP_RING_ALGOS_H_INCLUDED) is
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2006 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2017 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
/* Header protection (i.e., IALLREDUCE_TSP_RING_ALGOS_PROTOTYPES_H_INCLUDED) is
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2006 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2017 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
/* Header protection (i.e., IALLREDUCE_TSP_ALGOS_PROTOTYPES_H_INCLUDED) is
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2006 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2017 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
/* Header protection (i.e., IALLREDUCE_TSP_ALGOS_H_INCLUDED) is
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2006 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2017 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
/* Header protection (i.e., IALLREDUCE_TSP_TREE_ALGOS_PROTOTYPES_H_INCLUDED) is
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2006 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2017 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
/* Header protection (i.e., IALLREDUCE_TSP_TREE_ALGOS_PROTOTYPES_H_INCLUDED) is
|
||||
|
||||
@@ -4,10 +4,6 @@
|
||||
## (C) 2017 by Argonne National Laboratory.
|
||||
## See COPYRIGHT in top-level directory.
|
||||
##
|
||||
## Portions of this code were written by Intel Corporation.
|
||||
## Copyright (C) 2011-2018 Intel Corporation. Intel provides this material
|
||||
## to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
## Contributor License Agreement dated February 8, 2012.
|
||||
|
||||
# mpi_sources includes only the routines that are MPI function entry points
|
||||
# The code for the MPI operations (e.g., MPI_SUM) is not included in
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2006 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2017 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
#include "mpiimpl.h"
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2017 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2018 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
#include "mpiimpl.h"
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2017 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2018 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
#include "mpiimpl.h"
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2017 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2018 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
#include "mpiimpl.h"
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2006 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2017 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
/* Header protection (i.e., IALLTOALL_TSP_BRUCKS_ALGOS_H_INCLUDED) is
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2006 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2017 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
/* Header protection (i.e., IALLTOALL_TSP_BRUCKS_ALGOS_PROTOTYPES_H_INCLUDED) is
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2006 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2017 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
/* Header protection (i.e., IALLTOALL_TSP_BRUCKS_ALGOS_PROTOTYPES_H_INCLUDED) is
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2006 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2017 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
/* Header protection (i.e., IALLTOALL_TSP_ALGOS_H_INCLUDED) is
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
* (C) 2006 by Argonne National Laboratory.
|
||||
* See COPYRIGHT in top-level directory.
|
||||
*
|
||||
* Portions of this code were written by Intel Corporation.
|
||||
* Copyright (C) 2011-2017 Intel Corporation. Intel provides this material
|
||||
* to Argonne National Laboratory subject to Software Grant and Corporate
|
||||
* Contributor License Agreement dated February 8, 2012.
|
||||
*/
|
||||
|
||||
/* Header protection (i.e., IALLTOALL_TSP_RING_ALGOS_PROTOTYPES_H_INCLUDED) is
|
||||
|
||||
Alguns arquivos não foram exibidos porque demasiados arquivos foram alterados neste diff Mostrar Mais
Referência em uma Nova Issue
Bloquear um usuário