From 3b1195c65f66dd8412d826fa459e161a9dddb874 Mon Sep 17 00:00:00 2001 From: Ian Lumsden Date: Sat, 13 Apr 2024 11:44:45 -0400 Subject: [PATCH] Grammar --- .../JupyterNotebook/tutorial/notebook/03_flux_framework.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2024-RIKEN-AWS/JupyterNotebook/tutorial/notebook/03_flux_framework.ipynb b/2024-RIKEN-AWS/JupyterNotebook/tutorial/notebook/03_flux_framework.ipynb index 270d20d..a6b6adf 100644 --- a/2024-RIKEN-AWS/JupyterNotebook/tutorial/notebook/03_flux_framework.ipynb +++ b/2024-RIKEN-AWS/JupyterNotebook/tutorial/notebook/03_flux_framework.ipynb @@ -196,7 +196,7 @@ "\n", "As Flux is used more in cloud environments, we might find ourselves in a situation where we have a cluster without a shared filesystem. The `flux archive` command helps with this situation. At a high level, `flux archive` allows us to save named pieces of data (e.g., files) to the Flux KVS for later retrieval.\n", "\n", - "When using `flux archive`, we first have to create an named archive. In the code below, we create a text file and then save it into an archive using `flux archive`. Note that, for larger files, you can speed up the creation and extraction of archives by using the `--mmap` flag." + "When using `flux archive`, we first have to create a named archive. In the code below, we create a text file and then save it into an archive using `flux archive`. Note that, for larger files, you can speed up the creation and extraction of archives by using the `--mmap` flag." ] }, {