Removed unnecessary linebreaks from README.md.
This commit is contained in:
@@ -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,
|
public, then you should also release the source code for it. In private you can do whatever you want (secret forks, secret collaborations,
|
||||||
etc).
|
etc).
|
||||||
|
|
||||||
|
|
||||||
How do I compile with MPI support?
|
How do I compile with MPI support?
|
||||||
|
|
||||||
> MPI implementation for Astaroth is still work in progress, these commands are for testing only.
|
> 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) ..`.
|
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`.
|
Otherwise the build steps are the same. Run with `mpirun -np 4 ./mpitest`.
|
||||||
|
|
||||||
|
|
||||||
How do I contribute?
|
How do I contribute?
|
||||||
|
|
||||||
> See [Contributing](https://bitbucket.org/jpekkila/astaroth/src/master/Contributing.md).
|
> See [Contributing](https://bitbucket.org/jpekkila/astaroth/src/master/Contributing.md).
|
||||||
|
Reference in New Issue
Block a user