Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HCC docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Holland Computing Center
HCC docs
Merge requests
!291
Remove /home read-only references in current pages.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Remove /home read-only references in current pages.
not-ro-like-an-animal-anymore
into
master
Overview
0
Commits
1
Pipelines
0
Changes
7
Merged
Adam Caprez
requested to merge
not-ro-like-an-animal-anymore
into
master
3 years ago
Overview
0
Commits
1
Pipelines
0
Changes
7
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
96e7d857
1 commit,
3 years ago
7 files
+
9
−
48
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
content/FAQ/_index.md
+
2
−
7
Options
@@ -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