X-Recipient: archive-cygwin AT delorie DOT com X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 9CB53388B00C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=fau.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=reinhard DOT neder AT fau DOT de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fau.de; s=fau-2013; t=1588598068; bh=Y5MYIGdvFTVREKBKkyATS4OtbuBZwMhmlurJ7SkGoEc=; h=Date:From:To:Subject:Reply-To:From:To:CC:Subject; b=VtughDuingwhoa7JlgjzwIcnCfoudAToPy0SJ31dAH/Brwj4VMM/QTSkP9tzKjptq 9DT0+WKIwTOBay7LyAYIu/XsdzWN0lJzR6fGCikp/e5tVlKne3+vFsvNObT8tt/aGO X22i0vVpdccappYCT/Psj7cTHEYzQEiwfajSCCQ6hbrp5woEN7321iVYNpUoKhWn8u /mtbjOvjXWg+amDL6jPDYWeLeCgyMyAYY9dVoLSViISeDIHdA2eiRJbqO7wd5vUq+o rVzJDjcNCf8lMrHPPJ/9HWsa2kq+kS443nTP95TJVS1ybEZRVK38xqL1nIodum3zN3 NUy/irMqeYR1g== X-Virus-Scanned: amavisd-new at boeck2.rrze.uni-erlangen.de (RRZE) X-RRZE-Flag: Not-Spam X-RRZE-Submit-IP: 131.188.11.37 MIME-Version: 1.0 Date: Mon, 04 May 2020 15:14:26 +0200 From: "Neder, Reinhard" To: cygwin AT cygwin DOT com Subject: mpi.mod of openmpi40 Version 3.1.5-1 cannot be used with gfortran5 9.3.0-2 Mail-Reply-To: reinhard DOT neder AT fau DOT de Message-ID: X-Sender: reinhard DOT neder AT fau DOT de User-Agent: Roundcube Webmail/1.2.9 X-Spam-Status: No, score=-0.4 required=5.0 tests=BAYES_40, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_NUMSUBJECT, RCVD_IN_DNSWL_LOW, SPF_HELO_PASS, SPF_PASS, UNPARSEABLE_RELAY autolearn=ham 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 AT cygwin DOT com X-Mailman-Version: 2.1.29 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: reinhard DOT neder AT fau DOT de Content-Type: text/plain; charset="utf-8"; Format="flowed" Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 044DF4KI011521 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 -- Prof. Dr. Reinhard Neder Kristallographie und Strukturphysik Universität Erlangen Staudtststr. 3; 91058 Erlangen tel. +49-9131-8525191 fax +49-9131-8525182 -- DISCUS Workshop 2016 http://www.lks.physik.uni-erlangen.de/DISCUS/index.html -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple