From 27fd592de52ab359bc968542b361215a2cd84eea Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Thu, 17 Mar 2016 10:51:59 +0000 Subject: [PATCH] Made serial compilation text a note. --- docs/source/benchmarking.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source/benchmarking.rst b/docs/source/benchmarking.rst index 5184cb6c..e1e38f3b 100644 --- a/docs/source/benchmarking.rst +++ b/docs/source/benchmarking.rst @@ -33,7 +33,9 @@ Using the following steps to collect and report benchmarking results for each of Results ======= -Zero threads indicates that the code was compiled serially, i.e. without using OpenMP. +.. note:: + + Zero threads indicates that the code was compiled serially, i.e. without using OpenMP. Mac OS X --------