Re: [OMPI users] GCC 4.9 and MPI_F08?

2014-08-14 Thread Jeff Squyres (jsquyres)
On Aug 14, 2014, at 5:52 AM, Christoph Niethammer wrote: > I just gave gcc 4.9.0 a try and the mpi_f09 module Wow -- that must be 1 better than the mpi_f08 module! :-p > is there but it seems to miss some functions: > > mpifort test.f90 > /tmp/ccHCEbXC.o: In function

Re: [OMPI users] GCC 4.9 and MPI_F08?

2014-08-14 Thread Christoph Niethammer
t;jsquy...@cisco.com>, "Open MPI User's List" <us...@open-mpi.org> Sent: Thursday, August 14, 2014 8:13:27 AM Subject: Re: [OMPI users] GCC 4.9 and MPI_F08? Hi Jeff, Works for me! (With mpi_f08, GCC 4.9.1 absolutely insists on getting the finer details right on thing

Re: [OMPI users] GCC 4.9 and MPI_F08?

2014-08-14 Thread Daniels, Marcus G
-Original Message- From: Jeff Squyres (jsquyres) [mailto:jsquy...@cisco.com] Sent: Wednesday, August 13, 2014 10:00 AM To: Open MPI User's List Cc: Daniels, Marcus G Subject: Re: [OMPI users] GCC 4.9 and MPI_F08? Marcus -- The fix was applied yesterday to the v1.8 branch. Would you mind testing

Re: [OMPI users] GCC 4.9 and MPI_F08?

2014-08-13 Thread Jeff Squyres (jsquyres)
Marcus -- The fix was applied yesterday to the v1.8 branch. Would you mind testing the v1.8 nightly tarball from last night, just to make sure it works for you? http://www.open-mpi.org/nightly/v1.8/ On Aug 12, 2014, at 2:54 PM, Jeff Squyres (jsquyres) wrote: >

Re: [OMPI users] GCC 4.9 and MPI_F08?

2014-08-12 Thread Jeff Squyres (jsquyres)
@#$%@#$%#@$% I was very confused by this bug report, because in my mind, a) this functionality is on the SVN trunk, and b) we had moved the gcc functionality to the v1.8 branch long ago. I just checked the SVN/Trac records: 1. I'm right: this functionality *is* on the trunk. If you build the

Re: [OMPI users] GCC 4.9 and MPI_F08?

2014-08-12 Thread Daniels, Marcus G
Hi Jeff, On Tue, 2014-08-12 at 16:18 +, Jeff Squyres (jsquyres) wrote: > Can you send the output from configure, the config.log file, and the > ompi_config.h file? Attached. configure.log comes from (./configure --prefix=/usr/projects/eap/tools/openmpi/1.8.2rc3 2>&1) > configure.log

Re: [OMPI users] GCC 4.9 and MPI_F08?

2014-08-12 Thread Jeff Squyres (jsquyres)
Can you send the output from configure, the config.log file, and the ompi_config.h file? On Aug 12, 2014, at 12:11 PM, Daniels, Marcus G wrote: > On Tue, 2014-08-12 at 15:50 +, Jeff Squyres (jsquyres) wrote: >> It should be in the 1.8.2rc tarball (i.e., to be included

Re: [OMPI users] GCC 4.9 and MPI_F08?

2014-08-12 Thread Daniels, Marcus G
On Tue, 2014-08-12 at 15:50 +, Jeff Squyres (jsquyres) wrote: > It should be in the 1.8.2rc tarball (i.e., to be included in the > soon-to-be-released 1.8.2). > > Want to give it a whirl before release to let us know if it works for you? > > http://www.open-mpi.org/software/ompi/v1.8/ >

Re: [OMPI users] GCC 4.9 and MPI_F08?

2014-08-12 Thread Jeff Squyres (jsquyres)
It should be in the 1.8.2rc tarball (i.e., to be included in the soon-to-be-released 1.8.2). Want to give it a whirl before release to let us know if it works for you? http://www.open-mpi.org/software/ompi/v1.8/ On Aug 12, 2014, at 11:44 AM, Daniels, Marcus G wrote:

[OMPI users] GCC 4.9 and MPI_F08?

2014-08-12 Thread Daniels, Marcus G
Hi, Looks like there is not the check yet for "GCC$ ATTRIBUTES NO_ARG_CHECK" -- a prerequisite for activating mpi_f08. Could it be added? https://bitbucket.org/jsquyres/mpi3-fortran/commits/243ffae9f63ffc8fcdfdc604796ef290963ea1c4 Marcus