diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2005-03-03 04:06:14 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2005-03-03 04:06:14 (GMT) |
commit | 9d8d5392b29f5cae3ab50063691072f1afc6a5c4 (patch) | |
tree | d1d8d0eb6ef5ada71d9b58c61f18a103427c343d /testpar/t_mpi.c | |
parent | 0d514907a9f43f3ffdd930f4fddca1dae5010f9e (diff) | |
download | hdf5-9d8d5392b29f5cae3ab50063691072f1afc6a5c4.zip hdf5-9d8d5392b29f5cae3ab50063691072f1afc6a5c4.tar.gz hdf5-9d8d5392b29f5cae3ab50063691072f1afc6a5c4.tar.bz2 |
[svn-r10125] Purpose:
Feature--to provide a standalone mode for t_mpi.c so that it can
be built outside of PHDF5 environment.
Description:
Move definitions that are common to all parallel test programs
to a new header file called testpar.h.
Leave only Parallel HDF5 tests related definitions in testphdf5.h.
Platforms tested:
heping (pp) and modi4(PP). Copper was down.
Misc. update:
Diffstat (limited to 'testpar/t_mpi.c')
-rw-r--r-- | testpar/t_mpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/t_mpi.c b/testpar/t_mpi.c index 7b7a96b..f7ca893 100644 --- a/testpar/t_mpi.c +++ b/testpar/t_mpi.c @@ -26,7 +26,7 @@ * Last process opens the same file and verifies the data. */ -#include "testphdf5.h" +#include "testpar.h" /* FILENAME and filenames must have the same number of names */ const char *FILENAME[2]={ |