Skip to content

Commit

Permalink
Merge pull request #8 from hzdr/taurus-sw-fixes
Browse files Browse the repository at this point in the history
Fix module load command of HDF5
  • Loading branch information
psteinb authored Sep 10, 2019
2 parents 2cbe181 + 4837655 commit ef3d794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compute/taurus/sw.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ $ python -m ipykernel install --user --name my-custom-kernel --display-name="my
At this point, you are free to `module load foo` where `foo` can be any package that you find:

``` shell
$ module load HDF5/1.10.5
$ module load HDF5/1.10.5-gompic-2019a
$ pip install h5py
```

Expand Down

0 comments on commit ef3d794

Please sign in to comment.