Comment 5 for bug 1493832

Revision history for this message
Olivier Mattelaer (olivier-mattelaer) wrote :

Hi Tiago,

I succeed to reproduce the problem.
The reason of the "no phase-space" is due that you run in multi-core.
Some core have already started the computation when some other are still compiling the code.
(So far this is normal)
the problem is that the node started the computation crashed since the color associated to one of the events can not be generated.
This create an error file which is wrongly interpret by the node of the compilation like a no phase-space.

So looks like they are still one case where the epsilon_ijk structure is not handle in full generality.
I will look at that.

Cheers,

Olivier