diff --git a/README.md b/README.md index c94d3c1..d0d0dde 100644 --- a/README.md +++ b/README.md @@ -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).