1
1
openmpi/ompi/mpiext/example/c/example_c.h
Gilles Gouaillardet 27c25fa721 c: keep include path for extension short
move openmpi/ompi/mpiext/FOO/c/mpiext_FOO_c.h to
openmpi/ompi/mpiext/FOO_c.h in order to use consistent
paths with mpif.h extensions

Refs. open-mpi/ompi#6019

Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
2018-11-27 11:21:05 +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);