Skip to content

Commit 018fd2c

Browse files
ArangoGutierrezvsoch
authored andcommitted
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/docs/admin-docs/docs-hpc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ $ singularity exec /tmp/Centos-7.img ./configure --prefix=/usr/local
4747
$ singularity exec /tmp/Centos-7.img make
4848
$
4949
$ # Install OpenMPI into the container (notice now running as root and container is writeable)
50-
$ sudo singularity exec -w /tmp/Centos-7.img make install
50+
$ sudo singularity exec -w -B /home /tmp/Centos-7.img make install
5151
$
5252
$ # Build the OpenMPI ring example and place the binary in this directory
5353
$ singularity exec /tmp/Centos-7.img mpicc examples/ring_c.c -o ring

0 commit comments

Comments
 (0)