From 016704e850cd2c1204db31e5779f12d2ff3fcd65 Mon Sep 17 00:00:00 2001 From: Ilya Zhukov <i.zhukov@fz-juelich.de> Date: Wed, 30 Apr 2025 16:56:42 +0200 Subject: [PATCH] Add info about scraping partition on JUSUF. --- docs/useful-links.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/useful-links.md b/docs/useful-links.md index 3a3d34dc..4a401815 100644 --- a/docs/useful-links.md +++ b/docs/useful-links.md @@ -58,6 +58,11 @@ So if you are having a question, you cannot sort out by yourself, by working thr An AI-related collection of guides and recipes can be found [here](https://sdlaml.pages.jsc.fz-juelich.de/ai/). +### Scraper partition on JUSUF + +JUSUF provides a dedicated **scraper partition** for workloads that require internet access, such as retrieving datasets for AI training. Unlike regular compute nodes, **nodes in this partition have direct internet access**. +Since scraping and internet access can pose risks, access is not granted by default. Contact your project mentor or SC-Support if you need to use this partition. + ## Manual software installation - This [example](https://apps.fz-juelich.de/jsc/hps/jureca/software-modules.html#installing-your-own-software-with-easybuild) shows how to install software on JURECA using EasyBuild, but it -- GitLab