X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; q=dns; s=default; b= Z6ZCsxNDfcUVvU13U/BoZwbGLUlBYBNCPF+3GfrL0sG+e6005TFSmmfdnxaINAwT cdSlAd8ufdeI4hf+rVHKzLdcDGSJ4rS3Z9R5GLsymc5kl61qFh+vFmtUTRGZDc2n UQBwFetNAANy2U6KTYZiCzdS1sJVAL5jMa9c5Fll/pQ= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; s=default; bh=9q5bT dyffSuAFEUMWeQPWRQM1DA=; b=YL3md8xj459G5VprJ+EZzIp0GBd6gD5b2U9uu fG9ao+9+7ZXC7wrs+vtjHUIXMGEiI82e3ADkpFTz28rpPmwoUZfxv+vEmhfQ7aY7 q1VXN1/xIU+Dwh54ZNw6+4KelLjtLmocih73zNCxwGMvke/zn9bESXTTH1Vu8mFd fx0elc= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Spam-SWARE-Status: No, score=0.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,RDNS_NONE,SPF_PASS autolearn=ham version=3.3.1 MIME-Version: 1.0 X-Received: by 10.182.24.131 with SMTP id u3mr18346052obf.29.1374433296451; Sun, 21 Jul 2013 12:01:36 -0700 (PDT) In-Reply-To: <51EC2CB6.9000106@gmail.com> References: <51EB893B DOT 2080202 AT gmail DOT com> <51EC2CB6 DOT 9000106 AT gmail DOT com> Date: Sun, 21 Jul 2013 15:01:36 -0400 Message-ID: Subject: Re: wrong module reported with mpif90 From: Greg Hennessy To: marco atzeri Cc: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 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 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 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 >> > > it should be solved with 1-7.2-1 just uploaded > > 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