SIONlib
1.7.7
Scalable I/O library for parallel access to task-local files
src
parlib
sion_mpi_util.h
Go to the documentation of this file.
1
/****************************************************************************
2
** SIONLIB http://www.fz-juelich.de/jsc/sionlib **
3
*****************************************************************************
4
** Copyright (c) 2008-2019 **
5
** Forschungszentrum Juelich, Juelich Supercomputing Centre **
6
** **
7
** See the file COPYRIGHT in the package base directory for details **
8
****************************************************************************/
9
14
#ifndef SION_SION_UTIL_MPI_H
15
#define SION_SION_UTIL_MPI_H
16
17
#ifdef SION_MPI
18
#include "mpi.h"
19
20
int
sion_get_IO_comm_mpi(MPI_Comm *commSame);
21
22
#endif
23
24
#endif
Generated by
1.9.1