Hello, I am wondering if it is possible to get a working mpi_f08 module with Open MPI >=1.7.4 and GNU 4.8.x compiler. Unfortunately configure (without additional options beside --prefix) decides to not build the mpi_f08 module:
configure:56605: checking if building Fortran 'use mpi' bindings configure:56608: result: yes configure:57983: checking if building Fortran 'use mpi_f08' bindings configure:57990: result: no With Intel 14 the mpi_f08 module is build correctly. Any ideas where the problem could come from and how to solve it? Best regards Christoph Niethammer