Skip to content

Commit

Permalink
Fix warnings. (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrood-nrel committed Feb 8, 2022
1 parent a99ff7f commit d4ed194
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/developer_tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ It is advisable to set `SPACK_MANAGER` environment variable in your `bashrc` or
since most of the scripts rely on this environment variable to run correctly.

Next you want to activate spack via spack manager.
This can be done by sourcing the bash-script [start.sh](../start.sh).
This can be done by sourcing the bash-script start.sh.

```
source $SPACK_MANAGER/start.sh
Expand Down Expand Up @@ -85,7 +85,7 @@ The includes files are also located in the `demo` directory.
These contain machine specific (in this case ascicgpu) and general
configurations.
The order they are listed in also determines the level of precedence the configuration files are given.
These are copied from the machine specific [configs](../configs/) stored in the
These are copied from the machine specific configs directory stored in the
spack-manager repository.
Further details of these files are outside the scope of this tutorial but can be found
in the [spack configuration files documentation](https://spack.readthedocs.io/en/latest/configuration.html).
Expand Down

0 comments on commit d4ed194

Please sign in to comment.