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

2021-12-22 Thread Wadud Miah via users
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 --prefix=/usr/local/openmpi-4.1.2 [ ... ] checking if building Fortran 'use mpi_f08' bindings... no

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] NAG Fortran 2018 bindings with Open MPI 4.1.2

2021-12-22 Thread Matt Thompson via users
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 consistency checking of procedure argument lists so that calls to routines