From 4f41150b4cb82be6348667885a56ac0b73906297 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Mon, 19 Aug 2024 10:47:24 +0200 Subject: [PATCH] Add note on network-mounted work areas --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index baa1994..8d0c6a6 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,16 @@ To spread the gospel, I have included a `pandoc` report skeleton in the `report` To use pandoc, make sure you have `pandoc` installed along with a supported latex engine. Make sure it works before using it to write your report. +## Cybele + +If you're using the lab computers in Cybele, you will be using a network-mounted home directory which is subject to both low quotas and high latency. +To speed up your work we highly reccomend running the following, to put the build directory in RAM rather than on disk: + +```shell +test -d target/ && rm -rf target/ +ln -s /dev/shm target +``` + ## Code delivery We want the following files and folders to be delivered in a ZIP file: