From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E5FEA3858C52; Thu, 2 Feb 2023 15:27:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E5FEA3858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675351641; bh=tEdsklzjqLlU8DFIKfKx0taR5rkgT8++uBNMpa7Kihc=; h=From:To:Subject:Date:From; b=HEsfMqIe3pFGqcYvg05AQaBuv0ITFE/o46rU8/KthFZRb9REFJjouU1/Vv91jscXs oVm/3/Qr4LPKboZJPW/lrXROMlc5BVZ9FIUyHeCtUs1ME9CyPK4GfeF7LjgLLRAqdw dtfkAFOJSRCyqlNY7gDwcYLzHg6S1c8T7eOD2eUE= From: "weilongzhang0538 at foxmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug debug/108641] New: Hooking MS-MPI system into the NONMEM installation failed Date: Thu, 02 Feb 2023 15:27:21 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: debug X-Bugzilla-Version: 4.6.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: weilongzhang0538 at foxmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D108641 Bug ID: 108641 Summary: Hooking MS-MPI system into the NONMEM installation failed Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: debug Assignee: unassigned at gcc dot gnu.org Reporter: weilongzhang0538 at foxmail dot com Target Milestone: --- About install MS-mpi and Hooking MS-MPI system into the NONMEM I want=E2=80=94=E2=80=94 "From a command window, cd to the ..\mpi\mpi_wing(i) directory, and recomp= ile. Make sure your command window has the proper environment variables defined, that it points to the proper gfortran compiler system for your NONMEM Installation. In the case of =E2=80=9Ceasy install=E2=80=9D nm74g64 or nm73= g64, best to click on your desktop window icons provided for these, so that the special command window is opened with its particular environment variables set: Call msmpi_buildg.bat (gfortran) =E2=80=9D but =E2=80=9CC:\nm75g64\mpi\mpi_wing>Call msmpi_buildg.bat C:\nm75g64\mpi\mpi_wing>gfortran -c -D_WIN64 -D INPTR_KIND()=3D8 -fno-range= -check mpi.f90 C:\nm75g64\mpi\mpi_wing>copy mpi.mod ..\..\resource =E5=B7=B2=E5=A4=8D=E5=88=B6 1 =E4=B8=AA=E6=96=87=E4=BB=B6=E3=80=82 C:\nm75g64\mpi\mpi_wing>gfortran -c pnm_mpi.f90 -I..\..\resource pnm_mpi.f90:45.28: USE SIZES, ONLY: ISIZE 1 Fatal Error: Wrong module version '6' (expected '5') for file 'sizes.mod' opened at (1) gfortran: internal compiler error: Aborted (program f951) Please submit a full bug report, with preprocessed source if appropriate. See for instructions. C:\nm75g64\mpi\mpi_wing>=E2=80=9D I got a fatal error maybe because of gfortran version =E3=80=82=E3=80=82= =E3=80=82 who know that what vision gfortran is right for MS-MPI 10.012498.5=EF=BC= =9F=EF=BC=9F I feel so bad=EF=BC=9B Hope for your help=