diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2022-10-28 16:01:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-28 16:01:06 (GMT) |
commit | 2b8139f34ce77ee7852f936307868604b57dd12c (patch) | |
tree | 81cbabe7fd5bda70e0df319c2bf0ceb6e1635cde /release_docs/RELEASE.txt | |
parent | 9acd20304176adef949275a76838c7ecf7427ab9 (diff) | |
download | hdf5-2b8139f34ce77ee7852f936307868604b57dd12c.zip hdf5-2b8139f34ce77ee7852f936307868604b57dd12c.tar.gz hdf5-2b8139f34ce77ee7852f936307868604b57dd12c.tar.bz2 |
added issue with Perlmutter and subfiling (#2202)
Co-authored-by: Dana Robinson <43805+derobins@users.noreply.github.com>
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index a23a711..14e6f56 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -291,6 +291,27 @@ Platforms Tested Known Problems ============== + + ************************************************************ + * _ * + * (_) * + * __ ____ _ _ __ _ __ _ _ __ __ _ * + * \ \ /\ / / _` | '__| '_ \| | '_ \ / _` | * + * \ V V / (_| | | | | | | | | | | (_| | * + * \_/\_/ \__,_|_| |_| |_|_|_| |_|\__, | * + * __/ | * + * |___/ * + * * + * Please refrain from running any program (including * + * HDF5 tests) which uses the subfiling VFD on Perlmutter * + * at the National Energy Research Scientific Computing * + * Center, NERSC. * + * Doing so may cause a system disruption due to subfiling * + * crashing Lustre. The sytem's Lustre bug is expected * + * to be resolved by 2023. * + * * + ************************************************************ + CMake files do not behave correctly with paths containing spaces. Do not use spaces in paths because the required escaping for handling spaces results in very complex and fragile build files. |