diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2015-06-22 15:54:43 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2015-06-22 15:54:43 (GMT) |
commit | f56008e0fe0c6bce99205911d05dd4396baf6952 (patch) | |
tree | a898f51963384d3b9b169da9d6231fb2a0d91e4a /testpar | |
parent | cf07aa6803a70f52f6a178219097e9f9e6ee1a51 (diff) | |
download | hdf5-f56008e0fe0c6bce99205911d05dd4396baf6952.zip hdf5-f56008e0fe0c6bce99205911d05dd4396baf6952.tar.gz hdf5-f56008e0fe0c6bce99205911d05dd4396baf6952.tar.bz2 |
[svn-r27264] some cleanups.
Diffstat (limited to 'testpar')
-rw-r--r-- | testpar/t_cache.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/testpar/t_cache.c b/testpar/t_cache.c index eb73fc3..8bbc33c 100644 --- a/testpar/t_cache.c +++ b/testpar/t_cache.c @@ -501,6 +501,7 @@ static hbool_t smoke_check_2(int metadata_write_strategy); static hbool_t smoke_check_3(int metadata_write_strategy); static hbool_t smoke_check_4(int metadata_write_strategy); static hbool_t smoke_check_5(int metadata_write_strategy); +static hbool_t smoke_check_6(int metadata_write_strategy); static hbool_t trace_file_check(int metadata_write_strategy); @@ -7149,12 +7150,6 @@ trace_file_check(int metadata_write_strategy) * * Purpose: Sixth smoke check for the parallel cache. * - * Use random reads to vary the loads on the diffferent - * processors. Also force different cache size adjustments. - * - * In this test, load process 0 heavily, and the other - * processes lightly. - * * Return: Success: TRUE * * Failure: FALSE |