From 8e8068b846ef5f1aa42757d08690d889941f4833 Mon Sep 17 00:00:00 2001 From: Ulrich Noebauer Date: Mon, 9 Oct 2017 14:23:58 +0200 Subject: [PATCH] Update schema info for nthreads = 0 --- tardis/io/schemas/montecarlo.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tardis/io/schemas/montecarlo.yml b/tardis/io/schemas/montecarlo.yml index 17599d9ee0a..7fed6027f9f 100644 --- a/tardis/io/schemas/montecarlo.yml +++ b/tardis/io/schemas/montecarlo.yml @@ -5,8 +5,9 @@ properties: type: number multipleOf: 1.0 default: 0 - description: The number of OpenMP threads (if 0, the maximum number of - available threads are used). + description: The number of OpenMP threads. If set to 0, the value stored in + the OMP_NUM_THREADS environment variable is used. If this variable is not + set, the maximum number of available threads are used. seed: type: number multipleOf: 1.0