From 45779e93ca1511e511b2ccf377ca508fff674bf4 Mon Sep 17 00:00:00 2001 From: Kathryn Mohror Date: Wed, 15 May 2024 09:53:24 -0700 Subject: [PATCH] Update high level description in documentation --- docs/overview.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/overview.rst b/docs/overview.rst index dae6a9a9..d92eb408 100644 --- a/docs/overview.rst +++ b/docs/overview.rst @@ -4,8 +4,8 @@ Overview UnifyFS is a user-level file system under active development that supports shared file I/O over distributed storage on HPC systems, -e.g., node-local burst buffers. -With UnifyFS, applications can write to fast, scalable, node-local burst buffers as +e.g., node-local storage. +With UnifyFS, applications can write to fast, scalable, node-local storage as easily as they do to the parallel file system. UnifyFS is designed to support common I/O workloads such as checkpoint/restart and other bulk-synchronous I/O workloads typically