> > ERROR: You have specified more threads than CPU cores available > > > > I think the following changelog entry may be related: > > > > * Enable build of MPI-parallelised executable > > Most probably. > > > I guess you could always disable such change so that the package > > builds everywhere again (multi-core is not part of build-essential > > definition). > > Hmmm, I do not understand. The MPI version was *intentionally* enabled > since the resulting binary *should* run using MPI to make sense for the > users. Probably we only need to disable the test suite on single core > machines. What do you think?
Or maybe just tell the test suite that it should not assume more CPUs than available. Thanks.