Minor format changes
This commit is contained in:
parent
174a1d3f01
commit
79e700c046
1 changed files with 2 additions and 2 deletions
|
@ -33,12 +33,12 @@ Workspaces
|
||||||
|
|
||||||
## What to put where?
|
## What to put where?
|
||||||
|
|
||||||
Persistent data on $HOME. E.g:
|
Persistent data on `$HOME`. E.g:
|
||||||
- source code
|
- source code
|
||||||
- installed programs
|
- installed programs
|
||||||
|
|
||||||
Temporary data/builds on `/localscratch/$UID`. E.g:
|
Temporary data/builds on `/localscratch/$UID`. E.g:
|
||||||
- anything temporary which does not fit on $HOME
|
- anything temporary which does not fit on `$HOME`
|
||||||
-
|
-
|
||||||
|
|
||||||
Data for parallel jobs on workspace. E.g.
|
Data for parallel jobs on workspace. E.g.
|
||||||
|
|
Loading…
Reference in a new issue