SIONlib
2.0.0-rc.3
Scalable I/O library for parallel access to task-local files
src
parlib
sion_ompi_util.h
1
/****************************************************************************
2
** SIONLIB http://www.fz-juelich.de/jsc/sionlib **
3
*****************************************************************************
4
** Copyright (c) 2008-2021 **
5
** Forschungszentrum Juelich, Juelich Supercomputing Centre **
6
** **
7
** See the file COPYRIGHT in the package base directory for details **
8
****************************************************************************/
9
15
#ifndef SION_SION_UTIL_OMPI_H
16
#define SION_SION_UTIL_OMPI_H
17
18
#ifdef SION_OMPI
19
20
#include <mpi.h>
21
22
int
sion_get_IO_comm_ompi(MPI_Comm *commSame);
23
24
#endif
25
26
#endif
Generated by
1.9.1