From bd640a8ff5d50a5f8d953d00b1f38f70af43bbb2 Mon Sep 17 00:00:00 2001 From: jpekkila Date: Mon, 13 Jan 2020 15:31:05 +0000 Subject: [PATCH] Removed unnecessary linebreaks from README.md. --- README.md | 2 -- 1 file changed, 2 deletions(-) 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).