summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorjhendersonHDF <jhenderson@hdfgroup.org>2023-03-15 23:16:08 (GMT)
committerGitHub <noreply@github.com>2023-03-15 23:16:08 (GMT)
commit32755b3fb2156f446477b63e63410d998571ce44 (patch)
tree1ef4e4c129cbbd1a112ec42f4fec4a1059c17ffb /release_docs/RELEASE.txt
parent6df5f12527a221cde2b8f0ed08f7154c9609a8b3 (diff)
downloadhdf5-32755b3fb2156f446477b63e63410d998571ce44.zip
hdf5-32755b3fb2156f446477b63e63410d998571ce44.tar.gz
hdf5-32755b3fb2156f446477b63e63410d998571ce44.tar.bz2
Subfiling VFD - add option to specify config file prefix (#2495) (#2570)
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt12
1 files changed, 11 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 6ec7f04..3d4c9ef 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -75,7 +75,17 @@ New Features
Library:
--------
- -
+ - Added a Subfiling VFD configuration file prefix environment variable
+
+ The Subfiling VFD now checks for values set in a new environment
+ variable "H5FD_SUBFILING_CONFIG_FILE_PREFIX" to determine if the
+ application has specified a pathname prefix to apply to the file
+ path for its configuration file. For example, this can be useful
+ for cases where the application wishes to write subfiles to a
+ machine's node-local storage while placing the subfiling configuration
+ file on a file system readable by all machine nodes.
+
+ (JTH - 2023/02/22)
Parallel Library: