SIONlib  1.7.7
Scalable I/O library for parallel access to task-local files
sion_hints_gpfs.h
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 #ifndef SION_SION_HINTS_GPFS_H
10 #define SION_SION_HINTS_GPFS_H
11 
12 #include "sion_const.h"
13 
14 int _sion_apply_hint_gpfs_access_range(int fd, long long start, long long length, int iswrite );
15 int _sion_apply_hint_gpfs_free_range(int fd, long long start, long long length, int iswrite );
16 
17 #endif