<div dir="ltr">Hi all,<div><br></div><div><div>I have trouble running yt in parallel on Blue Waters. I installed yt using miniconda, the version of yt is</div><div><br></div><div>~/miniconda/lib $yt version</div><div>yt module located at:</div><div>    /u/sciteam/madcpf/miniconda/lib/python2.7/site-packages/yt-3.3.dev0-py2.7-linux-x86_64.egg</div><div>The current version and changeset for the code is:</div><div>---</div><div>Version = 3.3-dev</div><div>Changeset = 90f900be7a36+ yt</div><div><br></div><div>Then with miniconda/bin in PATH I installed mpi4py-2.0.0. But when I tried to make the following simple output in parallel, I get:</div>







<div><br></div><div><div style="font-size:12.8px">import yt<br></div><div style="font-size:12.8px">yt.enable_parallelism()</div><div style="font-size:12.8px">from yt.utilities.parallel_tools.parallel_analysis_interface import\<br></div><div style="font-size:12.8px"> parallel_objects, communication_system</div></div><div style="font-size:12.8px"><br></div><div>comm = communication_system.communicators[-1]</div><div>print comm.rank, comm.size</div><div><br></div><div>0 1</div><div>0 1</div><div>0 1</div><div>0 1</div><div>0 1</div><div>0 1</div><div>0 1</div><div>0 1</div><div>...</div><div><br></div><div>When I run a similar code but with yt-2.x also on Blue Waters, I get what I expect:</div><div><br></div><div>7 16</div><div>15 16</div><div>6 16</div><div>9 16</div><div>11 16</div><div>8 16</div><div>0 16</div><div>4 16</div><div>...</div><div><br></div><div>I'm confused about it. Could anyone give me some suggestions please?</div><div><br></div><div>Thanks,</div><div>Pengfei</div></div></div>