Skip to content

Commit

Permalink
edit install.md
Browse files Browse the repository at this point in the history
  • Loading branch information
timohyva committed May 12, 2024
1 parent 7439ec0 commit 6d850be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion install.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,6 @@ To successfully compile, link and run VerHem application, few significant third
* [METIS http page](http://glaros.dtc.umn.edu/gkhome/metis/metis/overview)
* [deal.ii](https://www.dealii.org/)
* [Trilinos](https://trilinos.github.io/)
* [MPI](https://en.wikipedia.org/wiki/Message_Passing_Interface): [openMPI](https://www.open-mpi.org/) or [mpich](https://www.mpich.org/)
* [MPI](https://en.wikipedia.org/wiki/Message_Passing_Interface): [openMPI](https://www.open-mpi.org/) or [mpich](https://www.mpich.org/)

For most of HPC cluster platforms, many of listed above are available by default. Frequently, users may notice that what they have to install manually are [deal.ii](https://www.dealii.org/) and [Trilinos](https://trilinos.github.io/), which both are cmake-configured libraries. On platform with [Spack](https://spack.io/), these dependencies will be more easy to handle. If user wish to run VerHem applications on their UNIX/Linux desktop or laptop, these dependencies may be installed from ports or package management systems.

0 comments on commit 6d850be

Please sign in to comment.