From e6fe522c4334d4b25a82c4fc6003a4622a37ef59 Mon Sep 17 00:00:00 2001
From: Mohammed Tanash <mtanash@unomaha.edu>
Date: Thu, 8 Sep 2022 22:11:08 -0500
Subject: [PATCH] remove the notes Because the home directories are not
 writable from the worker...

---
 content/submitting_jobs/_index.md | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/content/submitting_jobs/_index.md b/content/submitting_jobs/_index.md
index 2ddce693..eec6fba5 100644
--- a/content/submitting_jobs/_index.md
+++ b/content/submitting_jobs/_index.md
@@ -24,9 +24,6 @@ Before writing a submit file, you may need to
 
 ### Ensure proper working directory for job output
 
-{{% notice info %}}
-Because the /home directories are not writable from the worker nodes, all SLURM job output should be directed to your /work path.
-{{% /notice %}}
 
 {{% panel theme="info" header="Manual specification of /work path" %}}
 {{< highlight bash >}}
-- 
GitLab