From 568d9b4b8637ef66870a35d5c5aa452d571ecfe3 Mon Sep 17 00:00:00 2001 From: Haley Yandt <46908710+yandthj@users.noreply.github.com> Date: Wed, 4 Oct 2023 08:55:49 -0600 Subject: [PATCH 1/2] test image path --- .../Development/Performance_Tools/Linaro-Forge/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Documentation/Development/Performance_Tools/Linaro-Forge/index.md b/docs/Documentation/Development/Performance_Tools/Linaro-Forge/index.md index 8a63c28e9..6968ee9c1 100644 --- a/docs/Documentation/Development/Performance_Tools/Linaro-Forge/index.md +++ b/docs/Documentation/Development/Performance_Tools/Linaro-Forge/index.md @@ -14,7 +14,7 @@ Across the top we see our metrics data for the default metrics: main thread acti * 🟠 Orange: I/O time * 🟣 Dark purple: Accelerator time. -![VASP-MAP-1](../../../../../assets/images/Profiling/MAP-1.png) +![VASP-MAP-1](../../../../assets/images/Profiling/MAP-1.png) Across the bottom we have different view tabs. The I/O view displays your program I/O. The Project Files view allows you to navigate through your code base. The Functions view shows a flat profile of the functions in your program. The Stacks view allows you to follow down from the main function to see which code paths took the most time. Each line of the Stacks view shows the performance of one line of your source code, including all the functions called by that line. From 28d0dd1db5bfd0aaca5ff80b20d729d3fb182d7f Mon Sep 17 00:00:00 2001 From: hyandt Date: Tue, 10 Oct 2023 16:23:24 -0600 Subject: [PATCH 2/2] update data transfer section --- docs/Documentation/Systems/Kestrel/getting_started_kestrel.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Documentation/Systems/Kestrel/getting_started_kestrel.md b/docs/Documentation/Systems/Kestrel/getting_started_kestrel.md index 7a9e75d64..cb4feebdb 100644 --- a/docs/Documentation/Systems/Kestrel/getting_started_kestrel.md +++ b/docs/Documentation/Systems/Kestrel/getting_started_kestrel.md @@ -71,9 +71,9 @@ The Home File System (HFS) on Kestrel is part of the ClusterStor used for PFS, p ## Data Transfer -To transfer small batches of data, use `rsync` or `scp`. +We recommend using [Globus](../../Managing_Data/Transferring_Files/globus.md) to transfer files between Eagle and Kestrel. Please see our [Globus documentation](../../Managing_Data/Transferring_Files/globus.md) for information about the Kestrel Globus endpoints. -Globus is expected to be available soon. Please contact [HPC-Help@nrel.gov](mailto://hpc-help@nrel.gov) if you need help with transferring data to Kestrel. +To transfer small batches of data, `rsync` or `scp` are also available. ## Jupyterhub