Issue #833: parallel_capable getting reset to False running in parallel (yt_analysis/yt)

22 Apr
2014
22 Apr
'14
3:18 p.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") ```
3447
Age (days ago)
3447
Last active (days ago)
0 comments
1 participants
participants (1)
-
Britton Smith