[svn-r25518] HDFFV-8880: Remove t_posix_compliant test references

This commit is contained in:
Allen Byrne 2014-08-06 16:49:19 -05:00
parent 333f1d4783
commit a794cc9103

View File

@ -23,8 +23,7 @@ with your system support staff of information how to compile an MPI program,
how to run an MPI application, and how to access the parallel file system. how to run an MPI application, and how to access the parallel file system.
There are sample MPI-IO C and Fortran programs in the appendix section of There are sample MPI-IO C and Fortran programs in the appendix section of
"Sample programs". You can use them to run simple tests of your MPI compilers "Sample programs". You can use them to run simple tests of your MPI compilers
and the parallel file system. Also, the t_posix_compliant test in testpar and the parallel file system.
verifies if the file system is POSIX compliant.
1.2. Further Help 1.2. Further Help
@ -322,11 +321,6 @@ non-zero code. Failure to support file size greater than 2GB is not a fatal
error for HDF5 because HDF5 can use other file-drivers such as families of error for HDF5 because HDF5 can use other file-drivers such as families of
files to bypass the file size limit. files to bypass the file size limit.
The t_posix_compliant tests if the file system is POSIX compliant when POSIX
and MPI IO APIs are used. This is for information only and it always exits
with 0 even when non-compliance errors have occurred. This is to prevent
the test from aborting the remaining parallel HDF5 tests unnecessarily.
The t_cache does many small sized I/O requests and may not run well in a The t_cache does many small sized I/O requests and may not run well in a
slow file system such as NFS disk. If it takes a long time to run it, try slow file system such as NFS disk. If it takes a long time to run it, try
set the environment variable $HDF5_PARAPREFIX to a file system more suitable set the environment variable $HDF5_PARAPREFIX to a file system more suitable