Hi All,<div><br></div><div>With the new configuration setup, I'm having issues with parallel analysis:<br>
</div><div><br></div><div>simple_proj.py:</div><div><div><br></div><div>from yt.mods import *</div><div>pf = load('DD1701')</div><div>pc = PlotCollection(pf,center=[0.5]*3)</div><div>pc.add_projection('Density',0,weight_field='Density')</div>

</div><div><br></div><div>Below is the full error message.  I'm not sure if this is due to my implementation somehow or something to do with the config change.  Any help would be appreciated.</div><div><br></div><div>

Sam</div><div><br></div><div><div>32Mpc64grid/DD1701:mpirun -np 2 python simple_proj.py --parallel </div><div>yt         DEBUG      2010-11-24 02:24:24,890 Set log level to 0</div><div>yt         DEBUG      2010-11-24 02:24:24,890 Set log level to 0</div>

<div>yt         DEBUG      2010-11-24 02:24:24,944 SIGUSR1 registered for traceback printing</div><div>yt         DEBUG      2010-11-24 02:24:24,945 SIGUSR2 registered for IPython Insertion</div><div>yt         DEBUG      2010-11-24 02:24:24,944 SIGUSR1 registered for traceback printing</div>

<div>yt         DEBUG      2010-11-24 02:24:24,945 SIGUSR2 registered for IPython Insertion</div><div>yt         INFO       2010-11-24 02:24:26,127 Parallel computation enabled: 0 / 2</div><div>yt         INFO       2010-11-24 02:24:26,127 Parallel computation enabled: 1 / 2</div>

<div>Traceback (most recent call last):</div><div>  File "simple_proj.py", line 1, in <module></div><div>    from yt.mods import *</div><div>  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/yt-2.0dev-py2.6-macosx-10.6-i386.egg/yt/mods.py", line 42, in <module></div>

<div>    from yt.data_objects.api import \</div><div>Traceback (most recent call last):</div><div>  File "simple_proj.py", line 1, in <module></div><div>  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/yt-2.0dev-py2.6-macosx-10.6-i386.egg/yt/data_objects/api.py", line 34, in <module></div>

<div>    from hierarchy import \</div><div>    from yt.mods import *</div><div>  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/yt-2.0dev-py2.6-macosx-10.6-i386.egg/yt/mods.py", line 42, in <module></div>

<div>  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/yt-2.0dev-py2.6-macosx-10.6-i386.egg/yt/data_objects/hierarchy.py", line 40, in <module></div><div>    from yt.data_objects.api import \</div>

<div>    from yt.utilities.parallel_tools.parallel_analysis_interface import \</div><div>  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/yt-2.0dev-py2.6-macosx-10.6-i386.egg/yt/utilities/parallel_tools/parallel_analysis_interface.py", line 52, in <module></div>

<div>  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/yt-2.0dev-py2.6-macosx-10.6-i386.egg/yt/data_objects/api.py", line 34, in <module></div><div>    from hierarchy import \</div>

<div>    ytcfg["yt","__parallel_rank"] = str(MPI.COMM_WORLD.rank)</div><div>  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/yt-2.0dev-py2.6-macosx-10.6-i386.egg/yt/data_objects/hierarchy.py", line 40, in <module></div>

<div>AttributeError: ConfigParser instance has no attribute '__setitem__'</div><div>    from yt.utilities.parallel_tools.parallel_analysis_interface import \</div><div>  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/yt-2.0dev-py2.6-macosx-10.6-i386.egg/yt/utilities/parallel_tools/parallel_analysis_interface.py", line 52, in <module></div>

<div>    ytcfg["yt","__parallel_rank"] = str(MPI.COMM_WORLD.rank)</div><div>AttributeError: ConfigParser instance has no attribute '__setitem__'</div></div><div><br></div>