SIONlib  1.7.7
Scalable I/O library for parallel access to task-local files
sion_tools.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_TOOLS_H
15 #define SION_SION_TOOLS_H
16 
17 #include <stdio.h>
18 
19 #include "sion_filedesc.h"
20 
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24 
25  FILE *sion_get_fp(int sid);
26  _sion_filedesc *_sion_get_filedesc(int sid);
27 
28 
29 #ifdef __cplusplus
30 }
31 #endif
32 
33 #endif
Sion File Descriptor Structure.
Definition: sion_filedesc.h:79