Re: mpich always injects lto flags

2020-08-06 Thread Christoph Junghans
On Thu, Aug 6, 2020 at 5:24 PM Jeff Law wrote: > > On Thu, 2020-08-06 at 15:59 -0600, Christoph Junghans wrote: > > On Wed, Aug 5, 2020 at 7:01 PM Christoph Junghans > > wrote: > > > On Wed, Aug 5, 2020 at 2:21 PM Jeff Law wrote: > > > > On Wed, 2020-08-05 at 21:56 +0200, David Schwörer wrote:

Re: mpich always injects lto flags

2020-08-06 Thread Jeff Law
On Thu, 2020-08-06 at 15:59 -0600, Christoph Junghans wrote: > On Wed, Aug 5, 2020 at 7:01 PM Christoph Junghans wrote: > > On Wed, Aug 5, 2020 at 2:21 PM Jeff Law wrote: > > > On Wed, 2020-08-05 at 21:56 +0200, David Schwörer wrote: > > > > On 8/5/20 8:45 PM, Christoph Junghans wrote: > > > > >

Re: mpich always injects lto flags

2020-08-06 Thread Christoph Junghans
On Wed, Aug 5, 2020 at 7:01 PM Christoph Junghans wrote: > > On Wed, Aug 5, 2020 at 2:21 PM Jeff Law wrote: > > > > On Wed, 2020-08-05 at 21:56 +0200, David Schwörer wrote: > > > On 8/5/20 8:45 PM, Christoph Junghans wrote: > > > > Hi, > > > > > > > > I am trying to rebuild espresso to adapt to

Re: mpich always injects lto flags

2020-08-06 Thread Florian Weimer
* Christoph Junghans: > I am trying to rebuild espresso to adapt to the recent cmake changes, > when doing this I hit > https://github.com/espressomd/espresso/issues/3396, which prevents us > from compiling espresso with -lto, so I set _lto_cflags to %{nil}, > which works for the build with

Re: mpich always injects lto flags

2020-08-05 Thread Christoph Junghans
On Wed, Aug 5, 2020 at 2:21 PM Jeff Law wrote: > > On Wed, 2020-08-05 at 21:56 +0200, David Schwörer wrote: > > On 8/5/20 8:45 PM, Christoph Junghans wrote: > > > Hi, > > > > > > I am trying to rebuild espresso to adapt to the recent cmake changes, > > > when doing this I hit > > >

Re: mpich always injects lto flags

2020-08-05 Thread Jeff Law
On Wed, 2020-08-05 at 21:56 +0200, David Schwörer wrote: > On 8/5/20 8:45 PM, Christoph Junghans wrote: > > Hi, > > > > I am trying to rebuild espresso to adapt to the recent cmake changes, > > when doing this I hit > > https://github.com/espressomd/espresso/issues/3396, which prevents us > >

Re: mpich always injects lto flags

2020-08-05 Thread David Schwörer
On 8/5/20 8:45 PM, Christoph Junghans wrote: > Hi, > > I am trying to rebuild espresso to adapt to the recent cmake changes, > when doing this I hit > https://github.com/espressomd/espresso/issues/3396, which prevents us > from compiling espresso with -lto, so I set _lto_cflags to %{nil}, > which

Re: mpich always injects lto flags

2020-08-05 Thread Fabio Valentini
On Wed, Aug 5, 2020 at 9:41 PM Christoph Junghans wrote: > > On Wed, Aug 5, 2020 at 12:54 PM Jeff Law wrote: > > > > On Wed, 2020-08-05 at 12:45 -0600, Christoph Junghans wrote: > > > Hi, > > > > > > I am trying to rebuild espresso to adapt to the recent cmake changes, > > > when doing this I

Re: mpich always injects lto flags

2020-08-05 Thread Christoph Junghans
On Wed, Aug 5, 2020 at 12:54 PM Jeff Law wrote: > > On Wed, 2020-08-05 at 12:45 -0600, Christoph Junghans wrote: > > Hi, > > > > I am trying to rebuild espresso to adapt to the recent cmake changes, > > when doing this I hit > > https://github.com/espressomd/espresso/issues/3396, which prevents

Re: mpich always injects lto flags

2020-08-05 Thread Jeff Law
On Wed, 2020-08-05 at 12:45 -0600, Christoph Junghans wrote: > Hi, > > I am trying to rebuild espresso to adapt to the recent cmake changes, > when doing this I hit > https://github.com/espressomd/espresso/issues/3396, which prevents us > from compiling espresso with -lto, so I set _lto_cflags to

mpich always injects lto flags

2020-08-05 Thread Christoph Junghans
Hi, I am trying to rebuild espresso to adapt to the recent cmake changes, when doing this I hit https://github.com/espressomd/espresso/issues/3396, which prevents us from compiling espresso with -lto, so I set _lto_cflags to %{nil}, which works for the build with openmpi, but gets ignored for the