1
1
openmpi/ompi/mpiext/example/c/mpiext_example_c.h
Ralph Castain 1e2019ce2a Revert "Update to sync with OMPI master and cleanup to build"
This reverts commit cb55c88a8b7817d5891ff06a447ea190b0e77479.
2016-11-22 15:03:20 -08:00

22 строки
656 B
C

/*
* Copyright (c) 2004-2009 The Trustees of Indiana University.
* All rights reserved.
* Copyright (c) 2011 Oak Ridge National Labs. All rights reserved.
* Copyright (c) 2012 Cisco Systems, Inc. All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
*
* $HEADER$
*
*/
/* This file is included in <mpi-ext.h>. It is unnecessary to protect
it from multiple inclusion. Also, you can assume that <mpi.h> has
already been included, so all of its types and globals are
available. */
OMPI_DECLSPEC extern int OMPI_Example_global;
OMPI_DECLSPEC int OMPI_Progress(int count, MPI_Comm comm);