Parallel Projection Plot Question

Hello! I have a gadget snapshot with a modified block structure (namely, it's dark matter only and I've calculated densities and smoothing lengths for the dark matter particles). I wrote a simple script to make a projection plot, which works just fine in serial, but when I run it in parallel (on two processors, just for testing), I get the following error:
Basically, the error seems to be that task 1 is not recognizing the field ('deposit', 'Halo_density') but root does. This is my script:
I was just wondering how to fix this? Thanks! -Jared

Hi Jared,
This sounds like a bug. Is there any chance you can trigger it using one of the public test datasets on yt-project.org/data? If so, please open an issue on github along with that script:
https://github.com/yt-project/yt/issues/new
Nathan
On Sat, Jul 8, 2017 at 4:28 PM Jared Coughlin Jared.W.Coughlin.29@nd.edu wrote:
Hello! I have a gadget snapshot with a modified block structure (namely, it's dark matter only and I've calculated densities and smoothing lengths for the dark matter particles). I wrote a simple script to make a projection plot, which works just fine in serial, but when I run it in parallel (on two processors, just for testing), I get the following error:
Basically, the error seems to be that task 1 is not recognizing the field ('deposit', 'Halo_density') but root does. This is my script:
I was just wondering how to fix this? Thanks! -Jared _______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org

Hi Nathan, I was able to reproduce the error with the agora_1e11.00400 dataset. I'll open the issue. Thanks! -Jared
On Sat, Jul 8, 2017 at 6:06 PM, Nathan Goldbaum nathan12343@gmail.com wrote:
Hi Jared,
This sounds like a bug. Is there any chance you can trigger it using one of the public test datasets on yt-project.org/data? If so, please open an issue on github along with that script:
https://github.com/yt-project/yt/issues/new
Nathan
On Sat, Jul 8, 2017 at 4:28 PM Jared Coughlin Jared.W.Coughlin.29@nd.edu wrote:
Hello! I have a gadget snapshot with a modified block structure (namely, it's dark matter only and I've calculated densities and smoothing lengths for the dark matter particles). I wrote a simple script to make a projection plot, which works just fine in serial, but when I run it in parallel (on two processors, just for testing), I get the following error:
Basically, the error seems to be that task 1 is not recognizing the field ('deposit', 'Halo_density') but root does. This is my script:
I was just wondering how to fix this? Thanks! -Jared _______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
participants (2)
-
Jared Coughlin
-
Nathan Goldbaum