Re: [OMPI users] Open MPI SC'14 BOF slides: mpif.h --> module mpi

2014-11-21 Thread Jeff Squyres (jsquyres)
How embarrassing; I got it backwards! :-( Thanks for pointing this out; I have updated the slides on the web site to be correct. Sidenote: on putting "implicit none" in the mpi module -- I remember that we talked about this, and decided that even though it would be a good thing for users, it'

Re: [OMPI users] Open MPI SC'14 BOF slides: mpif.h --> module mpi

2014-11-21 Thread Michael.Rachner
Dear community, Slide 92 of the OpenMPI Sc'14 slides describes the simple migration from mpif.hto use mpiin a Fortran application code. However the description is not correct. In a Fortran routine, the use-stmts (if there are) must come before (!) any other stmts, i.e. you cannot