From 8dcdc43992e1f5d3aa24ec2368a6ad504cd906f3 Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Fri, 1 Apr 2016 10:15:35 +0100 Subject: [PATCH] Added mention of physical cores to #num_threads command. --- docs/source/input.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/input.rst b/docs/source/input.rst index 366b471c..aca43139 100644 --- a/docs/source/input.rst +++ b/docs/source/input.rst @@ -162,7 +162,7 @@ Allows you to control how many OpenMP threads (usually the number of physical CP #num_threads: i1 -where ``i1`` is the number of OpenMP threads to use. If ``#num_threads`` is not specified gprMax will firstly look to see if the environment variable ``OMP_NUM_THREADS`` exists, and if not will detect and use all available CPU cores on the machine. +where ``i1`` is the number of OpenMP threads to use. If ``#num_threads`` is not specified gprMax will firstly look to see if the environment variable ``OMP_NUM_THREADS`` exists, and if not will detect and use all available physical CPU cores on the machine. .. _materials: