Removed unnecessary linebreaks from README.md.

This commit is contained in:
jpekkila
2020-01-13 15:31:05 +00:00
parent 785230053d
commit bd640a8ff5

View File

@@ -84,14 +84,12 @@ Can I use the code even if I don't make my changes public?
public, then you should also release the source code for it. In private you can do whatever you want (secret forks, secret collaborations,
etc).
How do I compile with MPI support?
> MPI implementation for Astaroth is still work in progress, these commands are for testing only.
Invoke CMake with `cmake -DMPI_ENABLED=ON -DBUILD_MPI_TEST=ON -DCMAKE_CXX_COMPILER=$(which mpicxx) ..`.
Otherwise the build steps are the same. Run with `mpirun -np 4 ./mpitest`.
How do I contribute?
> See [Contributing](https://bitbucket.org/jpekkila/astaroth/src/master/Contributing.md).