From 379844184d703fe2031b4c46a2c257ea73df6536 Mon Sep 17 00:00:00 2001 From: Jan Frenzel <jan.frenzel@tu-dresden.de> Date: Fri, 3 Dec 2021 11:20:33 +0100 Subject: [PATCH] Removed space at end of line 4 in building_software.md. --- doc.zih.tu-dresden.de/docs/software/building_software.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.zih.tu-dresden.de/docs/software/building_software.md b/doc.zih.tu-dresden.de/docs/software/building_software.md index a3d89de24..c83932a16 100644 --- a/doc.zih.tu-dresden.de/docs/software/building_software.md +++ b/doc.zih.tu-dresden.de/docs/software/building_software.md @@ -1,7 +1,7 @@ # Building Software While it is possible to do short compilations on the login nodes, it is generally considered good -practice to use a job for that, especially when using many parallel make processes. Since 2016, +practice to use a job for that, especially when using many parallel make processes. Since 2016, the `/projects` filesystem is mounted read-only on all compute nodes in order to prevent users from doing large I/O there (which is what the `/scratch` is for). In consequence, you cannot compile in `/projects` within a job. If you wish to install -- GitLab