diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2002-06-17 20:09:38 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2002-06-17 20:09:38 (GMT) |
commit | 91170d97dc8a64d8a091c4609fe2bac17027e3f3 (patch) | |
tree | 6d93a5340f20705c83b5d743d0808fa08e0daa25 /release_docs/INSTALL_parallel | |
parent | 5e12a077ab139275108afe59e77bbaf7cbb9730a (diff) | |
download | hdf5-91170d97dc8a64d8a091c4609fe2bac17027e3f3.zip hdf5-91170d97dc8a64d8a091c4609fe2bac17027e3f3.tar.gz hdf5-91170d97dc8a64d8a091c4609fe2bac17027e3f3.tar.bz2 |
[svn-r5657] Updated.
Diffstat (limited to 'release_docs/INSTALL_parallel')
-rw-r--r-- | release_docs/INSTALL_parallel | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/release_docs/INSTALL_parallel b/release_docs/INSTALL_parallel index cbd6359..8c08710 100644 --- a/release_docs/INSTALL_parallel +++ b/release_docs/INSTALL_parallel @@ -202,3 +202,13 @@ will print informational essages stating the failure but will not exit with non-zero code. Failure to support file size greater than 2GB is not a fatal error for HDF5 becuase HDF5 can use other file-drivers such as families of files to by pass the file size limit. + +By default, the parallel tests use /tmp/$LOGIN as the test directory. +This can be override by the environment variable $HDF5_PARAPREFIX. +For example, if the tests should use directory /PFS/user/me, do + HDF5_PARAPREFIX=/PFS/user/me + export HDF5_PARAPREFIX + make check + +(In some batch job system, you many need to hardset HDF5_PARAPREFIX in +the shell initial files like .profile, .cshrc, etc.) |