summaryrefslogtreecommitdiffstats
path: root/doc/html/fortran/F90Flags.html
blob: 8619092f229b5aac2ea2cd56717a6ef0e03b59e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
<html>
<head><title>
HDF5 Fortran90 Flags and Datatypes
</title>

<!-- #BeginLibraryItem "/ed_libs/styles_RM.lbi" -->

<!--
  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  * Copyright by the Board of Trustees of the University of Illinois.         *
  * All rights reserved.                                                      *
  *                                                                           *
  * This file is part of HDF5.  The full HDF5 copyright notice, including     *
  * terms governing use, modification, and redistribution, is contained in    *
  * the files COPYING and Copyright.html.  COPYING can be found at the root   *
  * of the source code distribution tree; Copyright.html can be found at the  *
  * root level of an installed copy of the electronic HDF5 document set and   *
  * is linked from the top-level documents page.  It can also be found at     *
  * http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html.  If you do not have     *
  * access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. *
  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 -->

<link href="../ed_styles/RMelect.css" rel="stylesheet" type="text/css">
<!-- #EndLibraryItem --></head>

<body bgcolor="#FFFFFF">


<hr>

<center>
<h1>HDF5 Fortran90 Flags and Datatypes</h1>
</center>

<br>
<br>
<br>

<h2>Fortran90 Datatypes</h2>

The <a href="../PredefDTypes.html#F90">Fortran90 HDF5 datatypes</a> 
are listed in <a href="../PredefDTypes.html">HDF5 Predefined Datatypes</a>

<br>
<br>
<br>

<h2>Fortran90 Flags</h2>

The Fortran90 HDF5 flags have the same meanings as the C flags defined in the
<a href="../RM_H5Front.html"><cite>HDF5 Reference Manual</cite></a> and the
<a href="../H5.user.html"><cite>HDF5 User's Guide</cite></a>.


<h4>File access flags</h4>
    <table border=0 width=76%>
    <tr><td valign=top width=33% align=left>
<pre>
      H5F_ACC_RDWR_F 
      H5F_ACC_RDONLY_F
      H5F_ACC_TRUNC_F
</pre>
    </td>
    <td valign=top width=34% align=left>
<pre>
      H5F_ACC_EXCL_F
      H5F_ACC_DEBUG_F
</pre>
    </td>
    <td valign=top width=33% align=left>
<pre>
      H5F_SCOPE_LOCAL_F
      H5F_SCOPE_GLOBAL_F
</pre>
    </tr></td>
    </table>


<h4>Group management flags</h4>
    <table border=0 width=76%>
    <tr><td valign=top width=33% align=left>
<pre>
      H5G_UNKNOWN_F
      H5G_LINK_F
      H5G_GROUP_F
</pre>
    </td>
    <td valign=top width=34% align=left>
<pre>
      H5G_DATASET_F
      H5G_TYPE_F
      H5G_LINK_ERROR_F
</pre>
    </td>
    <td valign=top width=33% align=left>
<pre>
      H5G_LINK_HARD_F
      H5G_LINK_SOFT_F
</pre>
    </tr></td>
    </table>


<h4>Dataset format flags</h4>
    <table border=0 width=76%>
    <tr><td valign=top width=33% align=left>
<pre>
      H5D_COMPACT_F  
</pre>
    </td>
    <td valign=top width=34% align=left>
<pre>
      H5D_CONTIGUOUS_F
</pre>
    </td>
    <td valign=top width=33% align=left>
<pre>
      H5D_CHUNKED_F
</pre>
    </tr></td>
    </table>


<h4>MPI IO data transfer flags</h4>
    <table border=0 width=76%>
    <tr><td valign=top width=33% align=left>
<pre>
      H5FD_MPIO_INDEPENDENT_F 
</pre>
    </td>
    <td valign=top width=34% align=left>
<pre>
      H5FD_MPIO_COLLECTIVE_F
</pre>
    </td>
    <td valign=top width=33% align=left>
<pre>&nbsp;
      
</pre>
    </tr></td>
    </table>


<h4>Error flags</h4>
    <table border=0 width=76%>
    <tr><td valign=top width=33% align=left>
<pre>
      H5E_NONE_MAJOR_F 
      H5E_ARGS_F 
      H5E_RESOURCE_F 
      H5E_INTERNAL_F 
      H5E_FILE_F 
      H5E_IO_F 
      H5E_FUNC_F 
      H5E_ATOM_F 
</pre>
    </td>
    <td valign=top width=34% align=left>
<pre>
      H5E_CACHE_F 
      H5E_BTREE_F 
      H5E_SYM_F 
      H5E_HEAP_F 
      H5E_OHDR_F 
      H5E_DATATYPE_F 
      H5E_DATASPACE_F 
      H5E_DATASET_F 
</pre>
    </td>
    <td valign=top width=33% align=left>
<pre>
      H5E_STORAGE_F 
      H5E_PLIST_F 
      H5E_ATTR_F 
      H5E_PLINE_F 
      H5E_EFL_F 
      H5E_REFERENCE_F
      H5E_VFL_F 
      H5E_TBBT_F 
</pre>
    </tr></td>
    </table>


<h4>Object identifier flags</h4>
    <table border=0 width=76%>
    <tr><td valign=top width=33% align=left>
<pre>
      H5I_FILE_F
      H5I_GROUP_F
      H5I_DATATYPE_F
</pre>
    </td>
    <td valign=top width=34% align=left>
<pre>
      H5I_DATASPACE_F
      H5I_DATASET_F
      H5I_ATTR_F
</pre>
    </td>
    <td valign=top width=33% align=left>
<pre>
      H5I_BADID_F
</pre>
    </tr></td>
    </table>


<h4>Property list flags</h4>
    <table border=0 width=76%>
    <tr><td valign=top width=33% align=left>
<pre>
      H5P_FILE_CREATE_F 
      H5P_FILE_ACCESS_F 
</pre>
    </td>
    <td valign=top width=34% align=left>
<pre>
      H5P_DATASET_CREATE_F
      H5P_DATASET_XFER_F 
</pre>
    </td>
    <td valign=top width=33% align=left>
<pre>
      H5P_MOUNT_F 
      H5P_DEFAULT_F 
</pre>
    </tr></td>
    </table>


<h4>Reference pointer flags</h4>
    <table border=0 width=76%>
    <tr><td valign=top width=33% align=left>
<pre>
      H5R_OBJECT_F
</pre>
    </td>
    <td valign=top width=34% align=left>
<pre>
      H5R_DATASET_REGION_F
</pre>
    </td>
    <td valign=top width=33% align=left>
<pre>&nbsp;
      
</pre>
    </tr></td>
    </table>

<h4>Dataspace flags</h4>
    <table border=0 width=76%>
    <tr><td valign=top width=33% align=left>
<pre>
      H5S_SCALAR_F 
      H5S_SIMPLE_F 
</pre>
    </td>
    <td valign=top width=34% align=left>
<pre>
      H5S_SELECT_SET_F
      H5S_SELECT_OR_F
</pre>
    </td>
    <td valign=top width=33% align=left>
<pre>
      H5S_UNLIMITED_F
      H5S_ALL_F
</pre>
    </tr></td>
    </table>


<h4>Datatype flags</h4>
    <table border=0 width=76%>
    <tr><td valign=top width=33% align=left>
<pre>
      H5T_NO_CLASS_F 
      H5T_INTEGER_F 
      H5T_FLOAT_F  
      H5T_TIME_F 
      H5T_STRING_F 
      H5T_BITFIELD_F
      H5T_OPAQUE_F 
      H5T_COMPOUND_F 
      H5T_REFERENCE_F
      H5T_ENUM_F 
</pre>
    </td>
    <td valign=top width=34% align=left>
<pre>
      H5T_ORDER_LE_F 
      H5T_ORDER_BE_F
      H5T_ORDER_VAX_F
      H5T_PAD_ZERO_F
      H5T_PAD_ONE_F
      H5T_PAD_BACKGROUND_F
      H5T_PAD_ERROR_F    
      H5T_SGN_NONE_F   
      H5T_SGN_2_F     
      H5T_SGN_ERROR_F
</pre>
    </td>
    <td valign=top width=33% align=left>
<pre>
      H5T_NORM_IMPLIED_F
      H5T_NORM_MSBSET_F
      H5T_NORM_NONE_F 
      H5T_CSET_ASCII_F
      H5T_STR_NULLTERM_F 
      H5T_STR_NULLPAD_F 
      H5T_STR_SPACEPAD_F
      H5T_STR_ERROR_F
</pre>
    </tr></td>
    </table>


<hr>


<!-- #BeginLibraryItem "/ed_libs/Footer.lbi" --><address>
<a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a> 
<br>
Describes HDF5 Release 1.7, the unreleased development branch; working toward HDF5 Release 1.8.0
</address><!-- #EndLibraryItem --> 

Last modified:  3 April 2001

</body>
</html>