Skip to content
Snippets Groups Projects

Remove /home read-only references in current pages.

Merged Adam Caprez requested to merge not-ro-like-an-animal-anymore into master
7 files
+ 9
48
Compare changes
  • Side-by-side
  • Inline
Files
7
+ 2
7
@@ -125,13 +125,8 @@ the command \`pwd\` into the terminal.
(/home/group/user/)**:
Move your files to your $WORK directory (/work/group/user) and resubmit
your job.
The worker nodes on our clusters have read-only access to the files in
$HOME directories. This means that when a job is submitted from $HOME,
the scheduler cannot write the output and error files in the directory
and the job is killed. It appears the job does nothing because no output
is produced.
your job. The $HOME folder is not meant for job output. You may be attempting
to write too much data from the job.
**If you are running from inside your $WORK directory:**
Loading