From 9ee71114537023d0cb2edfe895b71e3cff644026 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Thu, 21 Sep 2023 13:51:42 +0200 Subject: [PATCH] Document the hut shared nix store for SLURM --- web/content/owl/_index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/web/content/owl/_index.md b/web/content/owl/_index.md index d6fbb1b..a994329 100644 --- a/web/content/owl/_index.md +++ b/web/content/owl/_index.md @@ -8,3 +8,11 @@ description: "Low system noise" Much like the silent flight of an owl at night, these nodes are configured to minimize the system noise and let programs run undisturbed. The list of nodes is `owl[1-2]` and are available for jobs with SLURM. + +The contents of the nix store of the hut node is made available in the owl nodes +when a job is running. This allows jobs to access the same paths that are on hut +to load dependencies. + +For now, only the hut node can be used to build new derivations so that they +appear in the compute nodes. This applies to the `nix build`, `nix develop` and +`nix shell` commands.