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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=xXvwsBn7yQtxHQVEPg1AoAEI4wkVXKhORRX0bJ9jfOb EiebRjL/PxVNYow6o8cRJPKWM2CFlhCfDTu3Hp+otEcwWLus8wvMBXNYcRwHcjWj Bu/YfpJ4nrIhzTl/o69Ef5YzAOLUoSfZDk46IuJhakE/nv4hdUxiwsXOV/HEFyqU = 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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=H97VkzUiK+IpAdRijKviKH6+K6M=; b=ZhBrc/4+3wTmtI72Q YGlQeBCalSXmkRQliPLthsDf1Fj+ORbbldDyi0Cs3T8jB7CZYVav/DQJDeHAJJAr MkP3XslK5a6rx0GkkOJWet876FvGqG+KmcNIL/wfz5fEFLGlTO8sg4UvlYmOO3XC x4cUCfTGmjBQ2W7ADHv5bok0iI= 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=-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 X-Received: by 10.14.1.70 with SMTP id 46mr22448267eec.82.1374390590770; Sun, 21 Jul 2013 00:09:50 -0700 (PDT) Message-ID: <51EB893B.2080202@gmail.com> Date: Sun, 21 Jul 2013 09:09:47 +0200 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 AT cygwin DOT 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 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