From 9aa33af86604299519297062b7c50f59e7d055ca Mon Sep 17 00:00:00 2001 From: Haritha Siddabathuni Som <93623920+alcf-haritha@users.noreply.github.com> Date: Fri, 8 Nov 2024 15:03:19 -0600 Subject: [PATCH] Update compiling-and-linking-overview.md added Flare --- .../compiling-and-linking/compiling-and-linking-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/aurora/compiling-and-linking/compiling-and-linking-overview.md b/docs/aurora/compiling-and-linking/compiling-and-linking-overview.md index 11a9b2b06..8a78218e5 100644 --- a/docs/aurora/compiling-and-linking/compiling-and-linking-overview.md +++ b/docs/aurora/compiling-and-linking/compiling-and-linking-overview.md @@ -6,7 +6,7 @@ If your build system does not require GPUs for the build process, compilation of ## Filesystem -It is helpful to realize that currently there is a single _temporary_ filesystem `gecko` mounted on the Aurora login and compute nodes available to users, where both `home` and `project` spaces reside. It is important to realize that this filesystem is not backed up and users should take care to retain copies of important files (e.g. local resources or ALCF's `eagle` filesystem). +It is helpful to realize that the home filesystem is `gecko` and the `project` spaces reside on the lustre filesystem called `Flare`. The filesystems are not backed up and users should take care to retain copies of important files (e.g. local resources or ALCF's `eagle` filesystem). ## OneAPI Programming Environment