summaryrefslogtreecommitdiffstats
path: root/testpar/t_mpi.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2013-10-31 07:44:00 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2013-10-31 07:44:00 (GMT)
commit0aa06db0a4e5d01b752fecf9e33d4db302ee3abc (patch)
tree5bd2d0032760de036383fa28004a89972265e52d /testpar/t_mpi.c
parent89f2019ecf51f46a99a1d08149d633655c1e7dec (diff)
downloadhdf5-0aa06db0a4e5d01b752fecf9e33d4db302ee3abc.zip
hdf5-0aa06db0a4e5d01b752fecf9e33d4db302ee3abc.tar.gz
hdf5-0aa06db0a4e5d01b752fecf9e33d4db302ee3abc.tar.bz2
[svn-r24380] The parallel test code now uses HDfree, HDmalloc, and HDcalloc
exclusively. Part of the preparation for a fix for HDFFV-8551. Tested on: 32-bit LE linux (jam) w/ parallel and Fortran. There are no behavior changes, so testing was minimal.
Diffstat (limited to 'testpar/t_mpi.c')
-rw-r--r--testpar/t_mpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/t_mpi.c b/testpar/t_mpi.c
index fa9cf9d..a74aa22 100644
--- a/testpar/t_mpi.c
+++ b/testpar/t_mpi.c
@@ -282,7 +282,7 @@ test_mpio_gb_file(char *filename)
printf("Skipped GB file range test "
"because MPI_Offset cannot support it\n");
}else{
- buf = malloc(MB);
+ buf = HDmalloc(MB);
VRFY((buf!=NULL), "malloc succeed");
/* open a new file. Remove it first in case it exists. */