DASH  0.3.0
dart_io.h
Go to the documentation of this file.
1 
7 #ifndef DART__IO_H_
8 #define DART__IO_H_
9 
11 #include <dash/dart/if/dart_util.h>
12 
13 
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21 
22 #define DART_INTERFACE_ON
23 
27  hid_t plist_id,
28  dart_team_t teamid) DART_NOTHROW;
29 
30 #define DART_INTERFACE_OFF
31 
32 #ifdef __cplusplus
33 } /* extern "C" */
34 #endif
35 
36 #endif /* DART__IO_H_*/
dart_ret_t
Return values of functions in the DART interface.
Definition: dart_types.h:30
dart_ret_t dart__io__hdf5__prep_mpio(hid_t plist_id, dart_team_t teamid)
setup hdf5 for parallel io using mpi-io
int16_t dart_team_t
Data type for storing a team ID.
Definition: dart_types.h:252