From de3829a9e64dcbba2f99bbac04f17c036479751f Mon Sep 17 00:00:00 2001 From: Giulio Ungaretti Date: Tue, 13 Sep 2016 12:39:05 +0200 Subject: [PATCH] docs: Document module config switch. --- qcodes/loops.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qcodes/loops.py b/qcodes/loops.py index 799e039de5ba..82f635f1f50c 100644 --- a/qcodes/loops.py +++ b/qcodes/loops.py @@ -63,6 +63,8 @@ from .actions import (_actions_snapshot, Task, Wait, _Measure, _Nest, BreakIf, _QcodesBreak) +# Switches off multiprocessing by default, cant' be altered after module import. +# TODO(giulioungaretti) use config. USE_MP = False MP_NAME = 'Measurement'