On Aug 14, 2014, at 5:52 AM, Christoph Niethammer <nietham...@hlrs.de> 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 `MAIN__':
> test.f90:(.text+0x35a): undefined reference to `mpi_win_lock_all_'

Turns out that this is not a problem with the mpi_f08 module, per se -- we 
didn't have Fortran bindings (at all) for MPI_WIN_LOCK_ALL, MPI_WIN_UNLOCK_ALL, 
and MPI_WIN_SYNC.  :-(

I just added them to the trunk, and will be adding tests to the test suite 
shortly...

-- 
Jeff Squyres
jsquy...@cisco.com
For corporate legal information go to: 
http://www.cisco.com/web/about/doing_business/legal/cri/

Reply via email to