From 73c68a9d92233e78d89b3759c1522018334e46b6 Mon Sep 17 00:00:00 2001 From: Kathryn Mohror Date: Wed, 15 May 2024 14:48:00 -0700 Subject: [PATCH] Update overview.rst --- docs/overview.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/overview.rst b/docs/overview.rst index dae6a9a9..e384eaeb 100644 --- a/docs/overview.rst +++ b/docs/overview.rst @@ -3,9 +3,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 +that supports shared file I/O over distributed, node-local storage on HPC systems. +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