Re: [OMPI users] NAG Fortran 2018 bindings with Open MPI 4.1.2

2021-12-22 Thread Tom Kacvinsky via users
On Wed, Dec 22, 2021 at 8:48 AM Wadud Miah via users wrote: > > Hi, > > I tried using the NAG compiler 7.2 which is fully Fortran 2008 compliant, but > the Open MPI configure script shows that it will not build the Fortran 2008 > MPI bindings: > > $ FC=nagfor ./configure

Re: [OMPI users] NAG Fortran 2018 bindings with Open MPI 4.1.2

2021-12-22 Thread Tom Kacvinsky via users
On Wed, Dec 22, 2021 at 4:11 PM Matt Thompson wrote: > > All, > > When I build Open MPI with NAG, I have to pass in: > > FCFLAGS"=-mismatch_all -fpp" > > this flag tells nagfor to downgrade some errors with interfaces to warnings: > >-mismatch_all > Further downgrade

Re: [OMPI users] NAG Fortran 2018 bindings with Open MPI 4.1.2

2021-12-22 Thread Tom Kacvinsky via users
On Wed, Dec 22, 2021 at 5:45 PM Tom Kacvinsky wrote: > > On Wed, Dec 22, 2021 at 4:11 PM Matt Thompson wrote: > > > > All, > > > > When I build Open MPI with NAG, I have to pass in: > > > > FCFLAGS"=-mismatch_all -fpp" > > > > this flag tells nagfor to downgrade some errors with interfaces to

Re: [OMPI users] NAG Fortran 2018 bindings with Open MPI 4.1.2

2021-12-22 Thread Tom Kacvinsky via users
On Wed, Dec 22, 2021 at 8:54 AM Tom Kacvinsky wrote: > > On Wed, Dec 22, 2021 at 8:48 AM Wadud Miah via users > wrote: > > > > Hi, > > > > I tried using the NAG compiler 7.2 which is fully Fortran 2008 compliant, > > but the Open MPI configure script shows that it will not build the Fortran >

Re: [OMPI users] Error build Open MPI 4.1.5 with GCC 11.3

2023-07-18 Thread Tom Kacvinsky via users
On Jul 18, 2023, at 16:05, Bernstein, Noam CIV USN NRL (6393) Washington DC (USA) via users wrote: I don't know how openmpi does it, but I've definitely seen packages where "make clean" wipes the ".o" files but not the results of the configure process.  Sometimes there's a "make distclean"