From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x433.google.com (mail-wr1-x433.google.com [IPv6:2a00:1450:4864:20::433]) by sourceware.org (Postfix) with ESMTPS id A7C43385AC19 for ; Tue, 5 May 2020 05:51:33 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org A7C43385AC19 Received: by mail-wr1-x433.google.com with SMTP id k1so1167285wrx.4 for ; Mon, 04 May 2020 22:51:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=8fFbSu2LUap3WDTzRbhdnqF7vHv5e/fpR6rZATld86c=; b=G+SODTJXBA9JNwOhYLfCXAanoU3c/So6gLA6hq2USA4IbE5nyfs7GChmUunPjnh9UV C5HseLKhJuqmXfRbhyAnu4/664iDxYq37LCWLH59isCh7bFEyUjWTJTsEPfMoAINgOUb odASKgwuIiN/ZYH+q5pru3JqioZX6akwdWre49skVzmqoev94bUcxVtKm8C5UkYKKMuo 1luHTDxOoK6M69M42zwTI3qiviQReNEgSbuFkJ87lfFblZcEDE4MbGxRUdWXIR3SFUpY RoGOyyAEy10FN6AttbCJ0D86XLyF+6FBOBMGs75eQ7cLrhWh5QR4I9YJz2iQbLIXSGol KaLg== X-Gm-Message-State: AGi0Pub3iZgWPDnFqyoCW6rKNrBSfeh+xMssA70RJL5hlEV7i7vYl9mk bqpOp6JqzVyB3xATMbR5aZ+w6Ms3 X-Google-Smtp-Source: APiQypKDTQm7CRkmMr/+36L+qu9RmfKUEWxeOkS78J8WsZE7I0oPvWS7YXTw0YcaVyrfANVQ7Q/61g== X-Received: by 2002:adf:decb:: with SMTP id i11mr364296wrn.172.1588657892536; Mon, 04 May 2020 22:51:32 -0700 (PDT) Received: from ?IPv6:2003:cc:9f0f:2ca2:11f2:7f40:be38:8d7c? (p200300CC9F0F2CA211F27F40BE388D7C.dip0.t-ipconnect.de. [2003:cc:9f0f:2ca2:11f2:7f40:be38:8d7c]) by smtp.gmail.com with ESMTPSA id l6sm1349419wrb.75.2020.05.04.22.51.31 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 04 May 2020 22:51:31 -0700 (PDT) Subject: Re: mpi.mod of openmpi40 Version 3.1.5-1 cannot be used with gfortran5 9.3.0-2 To: cygwin@cygwin.com References: From: Marco Atzeri Message-ID: <57cb5c07-3fe5-bc57-7600-a126664eb2f4@gmail.com> Date: Tue, 5 May 2020 07:51:29 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-0.4 required=5.0 tests=BAYES_00, BODY_8BITS, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 May 2020 05:51:34 -0000 Am 04.05.2020 um 15:14 schrieb Neder, Reinhard: > Hi, > I can no longer compile my fortran program with gfortran5 Version > 9.3.0-2 with openmpi40 version 3.1.5-1 > I receive the error message > > > $ mpif90 simple.f90 > simple.f90:2:4: > >     2 | USE mpi >       |    1 > Fatal Error: Cannot read module file ‘mpi.mod’ opened at (1), because it > was created by a different version of GNU Fortran > compilation terminated. > > For the code: > PROGRAM simple > USE mpi > END PROGRAM simple > > Used to work just fine for many years, I did not find the openmpi source > code on cygwin itself. > > Sincerely > Reinhard Neder > noted. I will update the package