root/ompi/mpiext/example/c/mpiext_example_c.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /*
   2  * Copyright (c) 2004-2009 The Trustees of Indiana University.
   3  *                         All rights reserved.
   4  * Copyright (c) 2011      Oak Ridge National Labs.  All rights reserved.
   5  * Copyright (c) 2012 Cisco Systems, Inc.  All rights reserved.
   6  * $COPYRIGHT$
   7  *
   8  * Additional copyrights may follow
   9  *
  10  * $HEADER$
  11  *
  12  */
  13 
  14 /* This file is included in <mpi-ext.h>.  It is unnecessary to protect
  15    it from multiple inclusion.  Also, you can assume that <mpi.h> has
  16    already been included, so all of its types and globals are
  17    available. */
  18 
  19 OMPI_DECLSPEC extern int OMPI_Example_global;
  20 
  21 OMPI_DECLSPEC int OMPI_Progress(int count, MPI_Comm comm);

/* [<][>][^][v][top][bottom][index][help] */