1
1
openmpi/ompi/mpiext/example/c/mpiext_example_c.h
Gilles Gouaillardet ccbdc8fd58 Revert "c: keep include path for extension short"
This reverts commit open-mpi/ompi@27c25fa721.

Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
2018-12-06 15:39:54 +09: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);