summaryrefslogtreecommitdiffstats
path: root/testpar/t_2Gio.c
diff options
context:
space:
mode:
Diffstat (limited to 'testpar/t_2Gio.c')
-rw-r--r--testpar/t_2Gio.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/testpar/t_2Gio.c b/testpar/t_2Gio.c
index 8b67dd9..74080c6 100644
--- a/testpar/t_2Gio.c
+++ b/testpar/t_2Gio.c
@@ -3408,13 +3408,13 @@ test_actual_io_mode(int selection_mode)
MPI_Barrier(test_comm);
- HDassert(mpi_size >= 1);
+ assert(mpi_size >= 1);
mpi_comm = test_comm;
mpi_info = MPI_INFO_NULL;
filename = (const char *)GetTestParameters();
- HDassert(filename != NULL);
+ assert(filename != NULL);
/* Setup the file access template */
fapl_id = create_faccess_plist(mpi_comm, mpi_info, facc_type);
@@ -3906,7 +3906,7 @@ test_no_collective_cause_mode(int selection_mode)
MPI_Barrier(test_comm);
- HDassert(mpi_size >= 1);
+ assert(mpi_size >= 1);
mpi_comm = test_comm;
mpi_info = MPI_INFO_NULL;
@@ -3948,7 +3948,7 @@ test_no_collective_cause_mode(int selection_mode)
}
filename = (const char *)GetTestParameters();
- HDassert(filename != NULL);
+ assert(filename != NULL);
/* Setup the file access template */
fapl_id = create_faccess_plist(mpi_comm, mpi_info, l_facc_type);
@@ -4577,7 +4577,7 @@ test_dense_attr(void)
/* get filename */
filename = (const char *)GetTestParameters();
- HDassert(filename != NULL);
+ assert(filename != NULL);
/* set up MPI parameters */
MPI_Comm_size(test_comm, &mpi_size);