diff --git a/README.md b/README.md index c1bb5ae9af6b4131c4dfd5f2a7fffaffee229d5a..3dddcd8d741b9b0ab58522bb38607577b6093388 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ cmake <path to CMakeLists.txt> -DWITH_TBB=ON ### TBB on Cray systems To compile with TBB on Cray systems, load the intel module, which will automatically configure the environment. -The guide below shows how to use the version of TBB that is installed as part of the Intel compiler tool-chain. +The guide below shows how to use the version of TBB that is installed as part of the Intel compiler toolchain. It is recommended that you install the most recent version of TBB yourself, and link against this, because older versions of TBB don't work with recent versions of GCC. diff --git a/tests/validation/validate.cpp b/tests/validation/validate.cpp index 64aa842cc610cf6154fad0676eb96743db4c4c3c..de70f9bf477e1ef2cb7c2fb67b29968c29a2f18a 100644 --- a/tests/validation/validate.cpp +++ b/tests/validation/validate.cpp @@ -53,7 +53,7 @@ int main(int argc, char **argv) { } } - if (RUN_ALL_TESTS()); // Wrap with empty if to silence output not used warning + return RUN_ALL_TESTS(); } catch (to::parse_opt_error& e) {