<div dir="ltr">Since it failed on line 1, where you import yt.pmods, that's not an explicit mpi4py problem I think.<div><br></div><div style>Have you made sure yt is installed correctly?  Are you able to </div><div style>
>python</div><div style>from yt.mods import *</div><div style><br></div><div style>and if that works, try replacing yt.pmods with yt.mods</div><div style><br></div><div style>Hope that helps!</div><div style><br></div>
<div style>From</div><div style>G.S.</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Nov 3, 2013 at 11:17 PM, nick moeckel <span dir="ltr"><<a href="mailto:nickolas1@gmail.com" target="_blank">nickolas1@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><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/" target="_blank">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><span class="HOEnZb"><font color="#888888"><div>Nick</div></font></span></div>
<br>_______________________________________________<br>
yt-users mailing list<br>
<a href="mailto:yt-users@lists.spacepope.org">yt-users@lists.spacepope.org</a><br>
<a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org</a><br>
<br></blockquote></div><br></div>