From ffbbcf33f0afe271060ecdfe12810ca4ca5a2b0e Mon Sep 17 00:00:00 2001 From: Huihuo Zheng Date: Mon, 25 Sep 2023 22:34:00 -0500 Subject: [PATCH] Update gettingstarted.rst --- docs/source/gettingstarted.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/gettingstarted.rst b/docs/source/gettingstarted.rst index f98f785..ff3da81 100644 --- a/docs/source/gettingstarted.rst +++ b/docs/source/gettingstarted.rst @@ -106,7 +106,7 @@ All the setup of the local storage information is included in cache_1.cfg. Curre HDF5_CACHE_WRITE_BUFFER_SIZE: 2147483648 # Storage space reserved for staging data to be written to the parallel file system. HDF5_CACHE_STORAGE_TYPE: SSD # local storage type [SSD|BURST_BUFFER|MEMORY|GPU], default SSD HDF5_CACHE_REPLACEMENT_POLICY: LRU # [LRU|LFU|FIFO|LIFO] - HDF5_CACHE_FUSHION_THRESHOLD: 16777216 # Threshold beyond which the data is flushed to the terminal storage layer. This only works for HDF5 version > 1.13.3. + HDF5_CACHE_FUSION_THRESHOLD: 16777216 # Threshold beyond which the data is flushed to the terminal storage layer. This only works for HDF5 version > 1.13.3. .. note::