From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 022843858C5E; Fri, 3 Feb 2023 02:16:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 022843858C5E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675390599; bh=V+Vghpm1rrKf33foeAMdH/TQhPNwuvV1zTG8TqF9Hyg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=KDnBG0IIXwCspCdZJ0cBHtEaZQG9xWLNUvr7wcZqFQfry0qVTH4kpztksxetTtMGO rrmvHk29S3udaM9eXG4+sVx3gb8S0qMhgnSvReGM9RRu9SwDLc6FFJsH71eMUVxfXL 00fugW83N97+f5uMTuEbAQjZgGXqJsnRZGLq1RMw= From: "weilongzhang0538 at foxmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/108641] Hooking MS-MPI system into the NONMEM installation failed Date: Fri, 03 Feb 2023 02:16:38 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Version: 4.6.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: weilongzhang0538 at foxmail dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: INVALID 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: Message-ID: In-Reply-To: References: 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 --- Comment #2 from weilomg --- (In reply to Andrew Pinski from comment #1) > >Fatal Error: Wrong module version '6' (expected '5') for file 'sizes.mod= ' opened at (1) >=20 >=20 > This means the modules you are using was compiled with a newer version of > Gfortran. > I think you should ask where you got the module from what exact version of > GCC/gfortran is for their library. THANKS=EF=BC=81 according the message from MPI=E2=80=94=E2=80=94=E2=80=94" MODULE MPI_SIZEO= FS ! This module contains the definitions for MPI_SIZEOF for the ! predefined, named types in Fortran 90. This is provided ! as a separate module to allow MPI_SIZEOF to supply the ! basic size information even when we do not provide the ! arbitrary choice types IMPLICIT NONE" =E3=80=82 AND my MY Fortran is 95 =E3=80=82maybe is reason=EF=BC=8Cit is just my gues= s=E3=80=82 Thank you for your advice, but is there a difference between the 95 and 90 versions of fortran? I would like to check again (In reply to Andrew Pinski from comment #1) > >Fatal Error: Wrong module version '6' (expected '5') for file 'sizes.mod= ' opened at (1) >=20 >=20 > This means the modules you are using was compiled with a newer version of > Gfortran. > I think you should ask where you got the module from what exact version of > GCC/gfortran is for their library. THANKS=EF=BC=81 according the message from MPI=E2=80=94=E2=80=94=E2=80=94" MODULE MPI_SIZEO= FS ! This module contains the definitions for MPI_SIZEOF for the ! predefined, named types in Fortran 90. This is provided ! as a separate module to allow MPI_SIZEOF to supply the ! basic size information even when we do not provide the ! arbitrary choice types IMPLICIT NONE" =E3=80=82 AND my MY Fortran is 95 =E3=80=82maybe is reason=EF=BC=8Cit is just my gues= s=E3=80=82 Thank you for your advice, but is there a difference between the 95 and 90 versions of fortran? I would like to check again=