SIONlib  1.7.1
Scalable I/O library for parallel access to task-local files
sion_omp_internal_gen.h
Go to the documentation of this file.
1 /****************************************************************************
2 ** SIONLIB http://www.fz-juelich.de/jsc/sionlib **
3 *****************************************************************************
4 ** Copyright (c) 2008-2016 **
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_OMP_INTERNAL
15 #define SION_SION_OMP_INTERNAL
16 
17 #if defined(_BGL)
18 #include <rts.h>
19 #ifndef __USE_FILE_OFFSET64
20 #define __USE_FILE_OFFSET64
21 #endif
22 #endif
23 
24 #ifdef SION_OMP
25 
26 int _sion_errorprint_omp(int rc, int level, const char *format, ...);
27 
28 #endif
29 
30 #endif