Commit 018fd2c
Update docs-hpc.md (#65)
Following issue #64
Changes
In line 50
```bash
sudo singularity exec -w /tmp/Centos-7.img make install
```
replaced for
```bash
sudo singularity exec -w -B /home /tmp/Centos-7.img make install
```1 parent b7a8280 commit 018fd2c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments