From 259463c7522b17983b36142bacab293e24989c69 Mon Sep 17 00:00:00 2001
From: dave <dave@dtu.dk>
Date: Mon, 8 Aug 2016 10:27:38 +0200
Subject: [PATCH] updated docs: node spool dir on Gorm is different

---
 docs/howto-make-dlcs.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/howto-make-dlcs.md b/docs/howto-make-dlcs.md
index 34baffc..46db2ad 100644
--- a/docs/howto-make-dlcs.md
+++ b/docs/howto-make-dlcs.md
@@ -514,7 +514,10 @@ outputting to the command line in the file:
 ```
 Or when watch what is happening at the end in real time
 ```
+# on Jess:
 tail -f /var/lib/torque/spool/JOBID.jess.dtu.dk.OU
+# on Gorm:
+tail -f /var/spool/pbs/spool/JOBID.g-000.risoe.dk.OU
 ```
 
 
-- 
GitLab