Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbolt committed Jun 6, 2023
1 parent 93c38b7 commit 8ca05fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ The svSolver project uses CMake to create the Makefiles used to compile and link
svSolver requires a CMake version of 3.6 or higher. The CMake version obtained using apt-get may be have a lower version number.
A CMake 3.11 version can be installed by following the instructions [here](https://peshmerge.io/how-to-install-cmake-3-11-0-on-ubuntu-16-04/).

svSolver uses Fortran90. A Fortran90 compiler can be installed using
svSolver uses Fortran90. A Fortran90 compiler is typically installed when gcc. If it is not then it can be installed using
```
sudo apt-get install gfortran
```
svSolver uses the MPICH implementation of MPI. It can be installed using
svSolver uses the OpenMPI implementation of MPI. It can be installed using
```
sudo apt-get install mpich
sudo apt-get install openmpi-bin
```

#### Building svSolver
Expand Down

0 comments on commit 8ca05fe

Please sign in to comment.