Re: [OMPI devel] Master warnings?

2018-06-02 Thread r...@open-mpi.org
No problem - I just commented because earlier in the week it had built clean, so I was surprised to get the flood. This was with gcc 6.3.0, so not that old > On Jun 2, 2018, at 7:19 AM, Nathan Hjelm wrote: > > Should have it fixed today or tomorrow. Guess I didn't have a sufficiently > old g

Re: [OMPI devel] Master warnings?

2018-06-02 Thread Nathan Hjelm
Should have it fixed today or tomorrow. Guess I didn't have a sufficiently old gcc to catch this during testing. -Nathan > On Jun 2, 2018, at 1:09 AM, gil...@rist.or.jp wrote: > > Hi Ralph, > > > > see my last comment in https://github.com/open-mpi/ompi/pull/5210 > > > > long story shor

Re: [OMPI devel] Master warnings?

2018-06-02 Thread gilles
Hi Ralph, see my last comment in https://github.com/open-mpi/ompi/pull/5210 long story short, this is just a warning you can ignore. If you are running on a CentOS 7 box with the default GNU compiler, you can opal_cv___attribute__error=0 configure ... in order to get rid of these. Cheers, G