Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added gslib refs.
  • Loading branch information
tcew authored Sep 21, 2020
1 parent 66f6c32 commit c179e8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ libParanumal requires installed BLAS and LAPACK libraries. By default, the build
Some Linux distributions will package BLAS and LAPACK libraries. For example, on Ubuntu systems these libraries can be installed via
```sudo apt install libblas-dev liblapack-dev```


libParanumal also depends on the [gslib](https://github.com/Nek5000/gslib) library for gather-scatter operations. For more information on gslib see [Henry Tufo's thesis](https://dl.acm.org/doi/book/10.5555/926758) and a more recent reference [Fischer et al.](https://iopscience.iop.org/article/10.1088/1742-6596/125/1/012076/meta). The source code for gslib is included in this repository.

---
### 7. Clone: libParanumal
`git clone https://github.com/paranumal/libparanumal`
Expand Down

0 comments on commit c179e8e

Please sign in to comment.