From 50c5f1ab2c706e00ec546c4f5a415b4203a5db7e Mon Sep 17 00:00:00 2001 From: Mohamad Chaarawi Date: Thu, 8 Jan 2015 12:36:10 -0500 Subject: [svn-r25963] Do not remove the prefix in the chunk alloc file, otherwise it makes the H5Fcreate fail when prefix is specified. tested parallel on Jam. --- testpar/t_chunk_alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testpar/t_chunk_alloc.c b/testpar/t_chunk_alloc.c index bc233c7..05fd2fc 100644 --- a/testpar/t_chunk_alloc.c +++ b/testpar/t_chunk_alloc.c @@ -106,7 +106,7 @@ create_chunked_dataset(const char *filename, int chunk_factor, write_type write_ VRFY((memspace >= 0), ""); /* Create a new file. If file exists its contents will be overwritten. */ - file_id = H5Fcreate(h5_rmprefix(filename), H5F_ACC_TRUNC, H5P_DEFAULT, + file_id = H5Fcreate(filename, H5F_ACC_TRUNC, H5P_DEFAULT, H5P_DEFAULT); VRFY((file_id >= 0), "H5Fcreate"); -- cgit v0.12