From d2d3ccf332d6d09e4a90c02e0c27d22aa6d03f73 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Tue, 17 Nov 2020 18:33:57 +0100 Subject: [PATCH] Idea for FS naming convention --- garlic/machines.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/garlic/machines.nix b/garlic/machines.nix index fab56ed..e37b6f5 100644 --- a/garlic/machines.nix +++ b/garlic/machines.nix @@ -18,6 +18,18 @@ cachelineBytes = 64; }; }; + + # Experimental naming convention for the FS + #fs = { + # cluster = { + # fast = "/gpfs/scratch/bsc15/bsc15557/garlic"; + # reliable = "/gpfs/projects/bsc15/garlic"; + # }; + # node = { + # fast = "$TMPDIR"; + # }; + #}; + # TODO: Add the specific details for SLURM and the interconection here }; }