From 48cdfcd8b7059c4e3bfbeacafbaf5fa0fa39502e Mon Sep 17 00:00:00 2001 From: Miroslav Kratochvil <miroslav.kratochvil@uni.lu> Date: Wed, 14 Feb 2024 09:37:07 +0100 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- external/exchange-channels/atlas-hpc/atlas-hpc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/exchange-channels/atlas-hpc/atlas-hpc.md b/external/exchange-channels/atlas-hpc/atlas-hpc.md index 39fe4d79..b1bad486 100644 --- a/external/exchange-channels/atlas-hpc/atlas-hpc.md +++ b/external/exchange-channels/atlas-hpc/atlas-hpc.md @@ -35,7 +35,7 @@ Instead of transferring data between Atlas and UL HPC Clusters through the lapto **Note**: For larger transfers between Atlas and UL HPC Clusters, you may want to run the operations in background using `screen` or `tmux`. These prevent interruption of data transfer in cases when your `ssh` connection gets interrupted. ## 3. Via Large File Transfer (LFT) -An alternative solution is to use LFT for transferring data between Atlas and UL HPC Clusters, which can transfer high data volumes of several tera bytes. However, LFT should only be used, if data is already on LFT (e.g. received by external collaborators). In this case, you can make a copy of the data and directly upload it to the UL HPC Clusters for computational analysis. A master copy of the data must then be manually uploaded to Atlas for internal archival. +An alternative solution is to use LFT for transferring data between Atlas and UL HPC Clusters. This method can reliably transfer large data volumes (typically several terabytes). However, LFT can only be used if the data is already on LFT (e.g., received from external collaborators). In this case, you can make a copy of the data and directly download it to the UL HPC Clusters for computational analysis. Note that a **master copy of the data must still be manually uploaded to Atlas** for internal archival. Please visit the dedicated [How-to Card on LFT]({{'/?exchange-channels:lft' | relative_url }}) to see further information. -- GitLab