<div dir="ltr">The following script gives me different results in the 2d phase plot when I use multiple cores and switch the fieldc parameter.  The results are consistent if I only use a single core.  Some of the plots produced seems like it is missing data points or under-sampled, so I'm guessing maybe not all the data from all the cores were collected at the end.<div>
<br></div><div>From</div><div>G.S.<br><div><br><div>#-----------------------------------------------------------------------------------</div><div><div>from yt.mods import *</div><div><br></div><div>i=2</div><div>file = "RD%04i" % i</div>
<div>fn = file+"/"+file</div><div>pf=load(fn)</div><div>dd=pf.h.all_data()</div><div><br></div><div>fieldx='Density'</div><div>fieldy='Temperature'</div><div>fieldc='CellVolumeCode'</div>
<div>#fieldc='CellVolume'                                                            </div><div>#fieldc='CellMassMsun'                                                          </div><div>#fieldc='CellMass'                                                              </div>
<div>#fieldc='Ones'                                                                  </div><div><br></div><div>pplot = PhasePlot(dd, fieldx, fieldy, [fieldc],weight_field=None)</div><div>pplot.save('example/'+file)</div>
<div>#---------------------------------------------------------------------------------------</div><div><br></div></div></div></div></div>