Issue #833: parallel_capable getting reset to False running in parallel (yt_analysis/yt)
23 Apr
2014
23 Apr
'14
8:18 a.m.
New issue 833: parallel_capable getting reset to False running in parallel https://bitbucket.org/yt_analysis/yt/issue/833/parallel_capable-getting-rese... Britton Smith: The parallel_capable global variable is getting reset to False somewhere, causing decorators like parallel_root_only not to work correctly. This can be reproduced by either of the following scripts run in parallel: ``` #!python import yt yt.enable_parallelism() pf = yt.load("DD0064/DD0064") from yt.mods import * pf = load("DD0064/DD0064") ```
3884
Age (days ago)
3884
Last active (days ago)
0 comments
1 participants
participants (1)
-
Britton Smith