Jeff Need to use mpif.h for my application I will get the newest versions of gcc and gfortran
Dan Shell -----Original Message----- From: users [mailto:users-boun...@open-mpi.org] On Behalf Of Jeff Squyres (jsquyres) Sent: Tuesday, August 05, 2014 11:13 AM To: Open MPI User's List Subject: Re: [OMPI users] openmpi 1.8.1 gfortran not working On Aug 5, 2014, at 10:57 AM, Dan Shell <dshellwirel...@gmail.com> wrote: > Should I look for a newer version of gfortran? > I saw from the config fortran compile section that mpi_f08 was not > compiled It depends on what your MPI application needs. MPI (i.e., the spec, not Open MPI) defines three different Fortran bindings: - mpif.h - the mpi module - the mpi_f08 module If your application(s) do not use the mpi_f08 module, then you don't need to worry about a new gcc/gfortran. If your application(s) do use the mpi_f08 module, then you'll need to install a new gcc/gfortran suite (which is not trivial -- you need to install both gcc and gfortran together). -- Jeff Squyres jsquy...@cisco.com For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/ _______________________________________________ users mailing list us...@open-mpi.org Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/users Link to this post: http://www.open-mpi.org/community/lists/users/2014/08/24915.php