Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ocaisa authored Nov 7, 2023
1 parent c509868 commit ef238de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/using_eessi/building_on_eessi.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export EASYBUILD_INSTALLPATH="${HOME}/.local/easybuild"
```
Next, you load the EasyBuild module that you want to use, e.g.
```
module load EasyBuild/4.8.1
module load EasyBuild/4.8.2
```
Finally, you can check the current configuration for EasyBuild using
```
Expand All @@ -48,7 +48,7 @@ eb netCDF-4.9.0-gompi-2022a.eb
!!! Note
If this netCDF module is available by the time you are trying, you can force a local rebuild by adding the `--force` argument in order to experiment with building locally, or pick a different EasyConfig to build.

### Using the newly build module
### Using the newly built module
First, you'll need to add the subdirectory of the `EASYBUILD_INSTALLPATH` that contains the modules to the `MODULEPATH`. You can do that using:

```
Expand Down

0 comments on commit ef238de

Please sign in to comment.