diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2003-02-21 14:04:35 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2003-02-21 14:04:35 (GMT) |
commit | d84e6e525e28ace2f9163253212436fc09d30b8c (patch) | |
tree | e8f9882f63f59d71a5db87566558636aabf2925b /src/hdf5.h | |
parent | 9c7b019bc56277e08a504a992e287522f42abd0b (diff) | |
download | hdf5-d84e6e525e28ace2f9163253212436fc09d30b8c.zip hdf5-d84e6e525e28ace2f9163253212436fc09d30b8c.tar.gz hdf5-d84e6e525e28ace2f9163253212436fc09d30b8c.tar.bz2 |
[svn-r6426] Purpose:
Update
Description:
Final support addition for FPHDF5. Wherever there was an equivalent
MPIO or MPIO/POSIX call/check, I placed an FPHDF5 call/check there as
well, with the appropriate #ifdefs in place.
The hdf5.h is updated with the H5FDfphdf5.h driver #include.
Platforms tested:
Linux & Modi4
Diffstat (limited to 'src/hdf5.h')
-rw-r--r-- | src/hdf5.h | 25 |
1 files changed, 14 insertions, 11 deletions
@@ -1,14 +1,16 @@ -/**************************************************************************** - * NCSA HDF * - * Software Development Group * - * National Center for Supercomputing Applications * - * University of Illinois at Urbana-Champaign * - * 605 E. Springfield, Champaign IL 61820 * - * * - * For conditions of distribution and use, see the accompanying * - * hdf/COPYING file. * - * * - ****************************************************************************/ +/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * 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. * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* * This is the main public HDF5 include file. Put further information in @@ -41,6 +43,7 @@ /* Predefined file drivers */ #include "H5FDcore.h" /* Files stored entirely in memory */ #include "H5FDfamily.h" /* File families */ +#include "H5FDfphdf5.h" /* Flexible Parallel HDF5 */ #include "H5FDgass.h" /* Remote files using GASS I/O */ #include "H5FDlog.h" /* sec2 driver with I/O logging (for debugging) */ #include "H5FDmpio.h" /* Parallel files using MPI-2 I/O */ |