Re: wrong module reported with mpif90

2013-07-21 Thread Greg Hennessy
I'll wait a day to let it propogate to the mirrors and give it a try. On Sun, Jul 21, 2013 at 2:47 PM, marco atzeri marco.atz...@gmail.com wrote: Il 7/21/2013 9:09 AM, marco atzeri ha scritto: Il 7/21/2013 1:17 AM, Greg Hennessy ha scritto: I am running1.7.21 of Cywin. When I try

wrong module reported with mpif90

2013-07-20 Thread Greg Hennessy
I am running1.7.21 of Cywin. When I try to compile a test MPI program get: $ cat mpi_test.f90 program pmich2bug use mpi write(*,*)' test program' end program mpich2bug $ mpif90 mpi_test.f90 -o mpi_test mpi_test.f90:2.5: use mpi 1 Fatal Error: Wrong module version '4' (expected '9') for file