On Fri, Feb 12, 2016 at 07:27:59PM +0200, Graham Inggs wrote: > On 8 February 2016 at 23:31, Michael Banck <mba...@debian.org> wrote: > > Hi, > > > > On Mon, Feb 08, 2016 at 11:26:17PM +0200, Graham Inggs wrote: > >> On 4 February 2016 at 19:52, Mattia Rizzolo <mat...@debian.org> wrote: > >> > your package FTBFS on powercpc on the buildds. > >> > >> The same happens with petsc, as soon as the mpi test programs are > >> launched they use 100% cpu and stop responding. > >> See bug #814183. > > > > Hrm, ok. But clearly aces3 is more broken on newer MPIs and GCC5. > > > > I'm in contact with upstream now, and hopefully they try to reproduced > > with gfortran-5.3 and openmpi-1.10. > > FWIW, after several give-backs, aces3 built successfully on one of the > Ubuntu powerpc buildds (full build log [1]).
Hrm, interesting. > You can silence many of the warnings during the build by replacing: > > OMPI_MCA_orte_rsh_agent=/bin/false > > with: > > OMPI_MCA_plm_rsh_agent=/bin/false Right, I've done that now in svn, thanks. Michael