Removed unnecessary README and incorrect building instructions for mpitest

This commit is contained in:
jpekkila
2020-01-16 14:49:07 +02:00
parent e4c9c16809
commit f77ab8a809
2 changed files with 1 additions and 2 deletions

View File

@@ -1 +0,0 @@
This directory is used to test whether the Astaroth API is compatible with C.

View File

@@ -1,6 +1,6 @@
This directory is used to test MPI with Astaroth.
Building (in the base astaroth directory):
Building:
cmake -DBUILD_SAMPLES=ON -DMPI_ENABLED=ON -DCMAKE_CXX_COMPILER=$(which mpicxx) .. && make -j
Running: