Blob Blame History Raw
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
/*
 *  (C) 2001 by Argonne National Laboratory.
 *      See COPYRIGHT in top-level directory.
 */

#ifndef MPICOMM_H_INCLUDED
#define MPICOMM_H_INCLUDED

/* Function prototypes for communicator helper functions */
int MPIR_Get_intercomm_contextid(MPIR_Comm *, MPIR_Context_id_t *, MPIR_Context_id_t *);

#endif /* MPICOMM_H_INCLUDED */