File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
mkdocs-project-dir/docs/Supplementary Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -49,23 +49,26 @@ see here it's trying to parse `^M` as an option.
49
49
50
50
### I think I deleted my Scratch space, how do I restore it?
51
51
52
- You may have accidentally deleted or replaced the link to your Scratch
53
- space. Do an ` ls -al ` in your home - if set up correctly, it should look
54
- like this:
52
+ If you are on a cluster (not Myriad) where Scratch is a symbolic link (shortcut) you may have
53
+ accidentally deleted or replaced the link to your Scratch space but not removed its contents.
54
+ Do an ` ls -al ` in your home - if set up correctly, it should look like this:
55
55
56
56
```
57
57
lrwxrwxrwx 1 username group 24 Apr 14 2022 Scratch -> /scratch/scratch/username
58
58
```
59
59
60
60
where ` username ` is your UCL user ID and ` group ` is your primary group.
61
61
62
- If this link is not present, you can recreate it with
62
+ If this link is not present, it will be automatically recreated when you log back in, or you
63
+ can recreate it with
63
64
64
65
```
65
66
ln -s /scratch/scratch/$(whoami) Scratch
66
67
```
67
68
68
- If you have actually deleted the files stored in your Scratch space, there is unfortunately no way to restore them.
69
+ If you are on a cluster like Myriad where Scratch is a normal directory in your home or you
70
+ have actually deleted the files stored in your Scratch space, there is unfortunately no way
71
+ to restore them.
69
72
70
73
### Which MKL library files should I use to build my application?
71
74
You can’t perform that action at this time.
0 commit comments