Using the "unstable" version of yt on Kraken, I get the following error while simply trying to import yt while running in parallel. I haven't done anything memory-intensive, so I suspect this is a bug. I have the PrgEnv-gnu module loaded.<br>
<br><br>Traceback (most recent call last):<br>  File "/lustre/scratch/harnessa/analysis/Clumping/test2.py", line 1, in <module><br>    from yt.mods import *<br>  File "/lustre/scratch/proj/yt_common/unstable/lib/python2.7/site-packages/yt-2.2dev-py2.7-linux-x86_64.egg/yt/mods.py", line 35, in <module><br>
    import numpy as na # For historical reasons<br>  File "/lustre/scratch/proj/yt_common/unstable/lib/python2.7/site-packages/numpy/__init__.py", line 154, in <module><br>    import ctypeslib<br>  File "/lustre/scratch/proj/yt_common/unstable/lib/python2.7/site-packages/numpy/ctypeslib.py", line 60, in <module><br>
    import ctypes<br>  File "/lustre/scratch/proj/yt_common/unstable/lib/python2.7/ctypes/__init__.py", line 549, in <module><br>    CFUNCTYPE(c_int)(lambda: None)<br>MemoryError<br><br><br>Thanks,<br>Anthony<br>