Hi Pedro,
it seems a failure due to the function that calculates the peano key.
at a first glance i have no good idea :)
can you add a print before the endrun instrunction (search for 3123123
in domain.c)
just to print out the key that causes the failure?
something like replacing the line
printf("task=%d: something odd has happened here. bin=%d\n",
ThisTask, bin);
with
printf("task=%d: something odd has happened here. bin=%d\n,
startkey=%llu, key=%llu, size=%llu",
ThisTask, bin, startkey, KeySorted[p], TopNodes[node].Size);
it might be useful also to trace back the coordinates that originates
that key..
just to have an initial guess to start thinking on: more brilliant ideas
are welcome! :)
cheers,
luca
Pedro Colin ha scritto:
> Hi,
>
> Does anybody knows what this error mean?
>
> Begin Step 124315, Time: 6.72635, Systemstep: 5.34058e-05
> domain decomposition...
> task=1: something odd has happened here. bin=11
> task 1: endrun called with an error level of 13123123
>
> The code is running in a dual opteron.
>
> Pedro Colin
>
>
>
>
> -----------------------------------------------------------
>
> If you wish to unsubscribe from this mailing, send mail to
> minimalist_at_MPA-Garching.MPG.de with a subject of: unsubscribe gadget-list
> A web-archive of this mailing list is available here:
> http://www.mpa-garching.mpg.de/gadget/gadget-list
>
>
Received on 2006-04-18 14:44:30