This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

wrong module reported with mpif90


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
'mpi.mod' opened at (1)

I enclose a copy of cygcheck.

Attachment: cygcheck.out
Description: Text document

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]