On Thu, Dec 11, 2014 at 2:20 PM, Ludovic Courtès <[email protected]> wrote: > Check if that flag has an effect at all. For instance, > Automake-generated makefiles have supported parallel test suites for > not-too-long (a couple of years maybe) and even there it’s optional. > Hand-written build systems often run tests sequentially.
I think you are right that the flag does not have any effect here. I've now identified the failing test. From the comment in the test procedure it appears that it has to do with memory https://github.com/numpy/numpy/issues/4442 Could I know the specs of the hydra (virtual?) machine running the code? I may reduce the size of the test matrix, or skip the test altogether. Regards, Fede
