freepooma-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [pooma-dev] parallel particle bctest3 crash


From: Arno Candel
Subject: Re: [pooma-dev] parallel particle bctest3 crash
Date: Sun, 10 Oct 2004 00:29:11 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8a3) Gecko/20040808


This is no wonder:

  if (Pooma::context() == 0)
    P.create(10,0,false);
  P.sync(P.a1);

i.e. we create 10 particles - distributing over 11 contexts isn't going to work. We don't handle contexts with zero particles gracefully. I think there are similar problems with #patches < #contexts. But I'd qualify these cases as user error.

Hope this helps,
Richard.


Unfortunately, that's not the problem. It still doesn't work after creating 11 or more particles.

I've been using position-dependent distribution of particles for months now in my own code, often with many contexts not containing any particles. The problem only arises when the number of contexts is getting too high (mostly 8-10 being the limit). However, I have no idea what triggers the error...

Arno

reply via email to

[Prev in Thread] Current Thread [Next in Thread]