Skip to content

Commit

Permalink
docs: Document module config switch.
Browse files Browse the repository at this point in the history
  • Loading branch information
giulioungaretti committed Sep 13, 2016
1 parent 6956344 commit de3829a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qcodes/loops.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit de3829a

Please sign in to comment.