From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16958 invoked by alias); 21 Jul 2013 07:10:01 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 16928 invoked by uid 89); 21 Jul 2013 07:10:00 -0000 X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,RDNS_NONE,SPF_PASS autolearn=ham version=3.3.1 Received: from Unknown (HELO mail-ea0-f172.google.com) (209.85.215.172) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Sun, 21 Jul 2013 07:09:59 +0000 Received: by mail-ea0-f172.google.com with SMTP id q10so3163195eaj.17 for ; Sun, 21 Jul 2013 00:09:50 -0700 (PDT) X-Received: by 10.14.1.70 with SMTP id 46mr22448267eec.82.1374390590770; Sun, 21 Jul 2013 00:09:50 -0700 (PDT) Received: from [192.168.0.195] (93-33-96-248.ip43.fastwebnet.it. [93.33.96.248]) by mx.google.com with ESMTPSA id b7sm40701356eef.16.2013.07.21.00.09.49 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 21 Jul 2013 00:09:49 -0700 (PDT) Message-ID: <51EB893B.2080202@gmail.com> Date: Sun, 21 Jul 2013 08:21:00 -0000 From: marco atzeri User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: Greg Hennessy , cygwin@cygwin.com Subject: Re: wrong module reported with mpif90 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2013-07/txt/msg00413.txt.bz2 Il 7/21/2013 1:17 AM, Greg Hennessy ha scritto: > 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. > confirmed. I suspect it is due to the recent update of Gfortran from 4.5 to 4.7 We are not the first hit by such problem, see: https://lists.fedoraproject.org/pipermail/packaging/2010-December/007530.html http://fedoraproject.org/wiki/Packaging:Fortran I will rebuild openmpi with GNU Fortran (GCC) 4.7.3 and see if that solve the issue Regards Marco -- 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