diff options
author | Albert Cheng <acheng@hdfgroup.org> | 1999-04-27 04:12:18 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 1999-04-27 04:12:18 (GMT) |
commit | 893504e2a80d2a48730624d7523682b1e229306f (patch) | |
tree | eaa9513205b4c933d2309bceab967b33371efd4f /testpar/testphdf5.h | |
parent | 62f0caf0a54777ef26b6487349016f6bc1b00674 (diff) | |
download | hdf5-893504e2a80d2a48730624d7523682b1e229306f.zip hdf5-893504e2a80d2a48730624d7523682b1e229306f.tar.gz hdf5-893504e2a80d2a48730624d7523682b1e229306f.tar.bz2 |
[svn-r1222] Cleaned up the code in testphdf5.c, mostly in the -f parsing area.
Eliminated most compiler complains. Changed Tflops to use
the /pfs_grande file systems. (Old /pfs is retired.)
Diffstat (limited to 'testpar/testphdf5.h')
-rw-r--r-- | testpar/testphdf5.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/testphdf5.h b/testpar/testphdf5.h index ff4c353..a47401b 100644 --- a/testpar/testphdf5.h +++ b/testpar/testphdf5.h @@ -4,7 +4,7 @@ #define PHDF5TEST_H #include <assert.h> -#include <string.h> +#include <stdlib.h> #include <hdf5.h> #include <mpi.h> #include <mpio.h> |