From 5d35a3d1fae88b68885e6479fbeae0c28bd2801a Mon Sep 17 00:00:00 2001 From: Carl Pearson Date: Wed, 2 Jun 2021 16:26:05 -0400 Subject: [PATCH] improve README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 80fdf07..513b1cf 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,14 @@ cmake .. make ``` +CMake will print the MPI environment it is using. For example: +``` +-- MPI_CXX_COMPILER: [...]/spectrum-mpi-10.3.1.2-20200121-p6nrnt6vtvkn356wqg6f74n6jspnpjd2/bin/mpicxx +-- MPI_CXX_INCLUDE_DIRS: [...]/spectrum-mpi-10.3.1.2-20200121-p6nrnt6vtvkn356wqg6f74n6jspnpjd2/include +-- MPIEXEC_EXECUTABLE: [...]/spectrum-mpi-10.3.1.2-20200121-p6nrnt6vtvkn356wqg6f74n6jspnpjd2/bin/mpiexec +``` + + ## Run all tests `run-all.sh` attempts to discover certain environments automatically.