Dear YT users,<br>I am running enzo test problem with MPI. I am unable to visualize the data with YT and it produces following error. If i do not run enzo with MPI (MPICH2) then it works fine. Any ideas, what is going wrong here.<br>
Thanks in advance<br>Cheers<br>Latif<br><br clear="all">t : [INFO     ] 2012-04-05 17:42:42,770 Parameters: current_time              = 7<br>yt : [INFO     ] 2012-04-05 17:42:42,771 Parameters: domain_dimensions         = [16 16 16]<br>
yt : [INFO     ] 2012-04-05 17:42:42,771 Parameters: domain_left_edge          = [ 0.  0.  0.]<br>yt : [INFO     ] 2012-04-05 17:42:42,771 Parameters: domain_right_edge         = [ 1.  1.  1.]<br>yt : [INFO     ] 2012-04-05 17:42:42,771 Parameters: cosmological_simulation   = 0.0<br>
yt : [INFO     ] 2012-04-05 17:42:42,775 Getting the binary hierarchy<br>Traceback (most recent call last):<br>  File "./enzo.py", line 7, in <module><br>    pc=PlotCollection(pf)<br>  File "/home/astro73/mlatif/YT/yt-x86_64/src/yt-hg/yt/visualization/plot_collection.py", line 108, in __init__<br>
    v,self.c = pf.h.find_max("Density") # @todo: ensure no caching<br>  File "/home/astro73/mlatif/YT/yt-x86_64/src/yt-hg/yt/data_objects/static_output.py", line 172, in hierarchy<br>    self, data_style=self.data_style)<br>
  File "/home/astro73/mlatif/YT/yt-x86_64/src/yt-hg/yt/frontends/enzo/data_structures.py", line 217, in __init__<br>    AMRHierarchy.__init__(self, pf, data_style)<br>  File "/home/astro73/mlatif/YT/yt-x86_64/src/yt-hg/yt/data_objects/hierarchy.py", line 71, in __init__<br>
    self._parse_hierarchy()<br>  File "/home/astro73/mlatif/YT/yt-x86_64/src/yt-hg/yt/frontends/enzo/data_structures.py", line 286, in _parse_hierarchy<br>    if self._parse_binary_hierarchy(): return<br>  File "/home/astro73/mlatif/YT/yt-x86_64/src/yt-hg/yt/frontends/enzo/data_structures.py", line 357, in _parse_binary_hierarchy<br>
    self.grid_dimensions[:] = f["/ActiveDimensions"][:]<br>ValueError: operands could not be broadcast together with shapes (32,3) (8,3) <br><br>