From f77ab8a809e8553462471c7d7da6f2adf17a343f Mon Sep 17 00:00:00 2001 From: jpekkila Date: Thu, 16 Jan 2020 14:49:07 +0200 Subject: [PATCH] Removed unnecessary README and incorrect building instructions for mpitest --- samples/ctest/README.txt | 1 - samples/mpitest/README.txt | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 samples/ctest/README.txt diff --git a/samples/ctest/README.txt b/samples/ctest/README.txt deleted file mode 100644 index 68750d2..0000000 --- a/samples/ctest/README.txt +++ /dev/null @@ -1 +0,0 @@ -This directory is used to test whether the Astaroth API is compatible with C. diff --git a/samples/mpitest/README.txt b/samples/mpitest/README.txt index cb6a21b..eb6e318 100644 --- a/samples/mpitest/README.txt +++ b/samples/mpitest/README.txt @@ -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: