README.md edited online with Bitbucket

This commit is contained in:
jpekkila
2020-01-28 17:10:52 +00:00
parent ade8b10e8f
commit 459d39a411

View File

@@ -76,7 +76,7 @@ Can I use the code even if I don't make my changes public?
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`.
> MPI implementation for Astaroth is still work in progress, these commands are for testing only. Invoke CMake with `cmake -DMPI_ENABLED=ON -DBUILD_SAMPLES=ON ..`. Otherwise the build steps are the same. Run with `mpirun -np 4 ./mpitest`.
How do I contribute?