<div dir="ltr">Hi everyone,<div><br></div><div>I'm trying to run some parallel analysis scripts and I'm running into problems. I'm using yt-3.0 on Ramses data; here's a simple example that doesn't work:</div>

<div><br></div><div>from yt.pmods import *</div><div>ds = load('output_00001/info_00001.txt', fields=['Density','x-velocity','y-velocity','z-velocity','Pressure'])</div><div>

proj = ProjectionPlot(ds, 0, 'Density')</div><div>proj.save()</div><div><br></div><div>the errors this generates:</div><div><a href="http://paste.yt-project.org/show/SfT87oaHcQpYMUnBi2QM/">http://paste.yt-project.org/show/SfT87oaHcQpYMUnBi2QM/</a><br>

</div><div><br></div><div>When I run this on my personal computers with mpi4py installed with pip, this will work with no problems. On the HPC system I'm using I'm unable to install mpi4py with pip, (due [I think] to the archaic openssl version) but I've built and installed it from source.</div>

<div><br></div><div>Before I tear any more of my hair out over this, I'm hoping that someone can tell me if this looks familiar, or if it's definitely a problem with mpi4py and yt playing nice, or anything else that might save me a few days of my life.</div>

<div><br></div><div>Thanks for any help!</div><div>Nick</div></div>