Skip to content

Commit

Permalink
Clarify readme, add sudo to commands as needed
Browse files Browse the repository at this point in the history
  • Loading branch information
heyealex committed Mar 28, 2022
1 parent a4bba67 commit f185e2a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,19 +117,19 @@ that configuration is still active. To track the status of the overall
startup script, run the following command on the login node:

```shell
tail -f /var/log/messages
sudo tail -f /var/log/messages
```

Spack specific installation logs will be sent to the spack_log as configured in
your YAML, by default /var/log/spack.log in the login node.

```shell
tail -f /var/log/spack.log
sudo tail -f /var/log/spack.log
```

Once Slurm and spack installation is complete, spack will available on the login
node. To setup spack in the controller or compute nodes, the following command
can be run:
node. To use spack in the controller or compute nodes, the following command
must be run first:

```shell
source /apps/spack/share/spack/setup-env.sh
Expand Down

0 comments on commit f185e2a

Please sign in to comment.