From 0d81d17213741458279a3ba09ac0ce75fa868089 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Wed, 10 Jul 2019 08:16:28 +0200 Subject: [PATCH 1/1] various ignorable cosmetics --- docs/source/Tutorial_Algorithms.rst | 2 +- tools/cmake/Option.cmake | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/source/Tutorial_Algorithms.rst b/docs/source/Tutorial_Algorithms.rst index 7ec4f4791d..11eebf7d41 100644 --- a/docs/source/Tutorial_Algorithms.rst +++ b/docs/source/Tutorial_Algorithms.rst @@ -482,7 +482,7 @@ timing. ``put()`` and ``get()`` are matched regardless of their initiators' location and then the real communication occures between the involved parties. -Please refer to the full `API of Mailboxes +Please refer to the full `Mailboxes' documentation `_ for more details. diff --git a/tools/cmake/Option.cmake b/tools/cmake/Option.cmake index 3295e0b538..05b60a79b8 100644 --- a/tools/cmake/Option.cmake +++ b/tools/cmake/Option.cmake @@ -40,14 +40,13 @@ option(enable_jedule "Jedule output of SimDAG." off) if(WIN32) option(enable_smpi "Whether SMPI is included in the library." off) - option(enable_smpi_MPICH3_testsuite "Whether the test suite form MPICH 3 should be built" off) else() option(enable_smpi "Whether SMPI is included in the library." on) # PAPI does not support windows (they did in 3.7, but not anymore in 5.x) # See http://icl.cs.utk.edu/papi/custom/index.html?lid=62&slid=96 option(enable_smpi_papi "Whether SMPI supports PAPI bindings." off) - option(enable_smpi_MPICH3_testsuite "Whether the test suite form MPICH 3 should be built" off) endif() +option(enable_smpi_MPICH3_testsuite "Whether the test suite form MPICH 3 should be built" off) option(enable_smpi_ISP_testsuite "Whether the test suite from ISP should be built." off) # Internal targets used by jenkins -- 2.20.1