Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
g7fernandes authored Feb 12, 2020
1 parent 5afdce5 commit 795bad5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ The Fortran code can be compiled using mpiifort (Intel Fortran Compiler) or mpif

## Requirements
GNU Fortran
'''
```
sudo apt-get install gfortran # Ubuntu Based distros
sudo zypper in gcc-fortran # OpenSUSE
'''
```
Or [Intel Fortran Compiler](https://software.intel.com/en-us/fortran-compilers)

If using GNU Fortran, install also the OpenMPI package
'''
```
sudo apt-get install --reinstall openmpi-bin libopenmpi-dev # Ubuntu
sudo zypper in openmpi openmpi-devel # OpenSUSE
'''
```
For the Python code it is necessary the pyevtk package to convert the csv files to vtk.
The package progressbar2 is optional.

Expand Down

0 comments on commit 795bad5

Please sign in to comment.