From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4FE753858D32; Mon, 8 Apr 2024 07:49:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4FE753858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712562581; bh=//wDcXhapwSkq4/V8U47hqMDNJD8vAWhMmkCABW7tR4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=HekWg3EtYqJFBIkREsAQS3TtzUNCxgh4EMNdjGVqMALCAC6bxtgZlExZYZsHjezan 60u62MjAd5dfiSdCuSaBuB9/xwLIffxbWdp32ZO5O0jiiUWC2hzyTmrtAd0J3UW9BN erwm3W4moUqT3X1/D/GnYw+J664VLf8pEBj64ePY= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: =?UTF-8?B?W0J1ZyBsaWJmb3J0cmFuLzExNDMwNF0gWzEzLzE0IFJlZ3Jlc3Np?= =?UTF-8?B?b25dIGxpYmdmb3J0cmFuIEkvTyDigJMgYm9ndXMgIlNlbWljb2xvbiBub3Qg?= =?UTF-8?B?YWxsb3dlZCBhcyBzZXBhcmF0b3Igd2l0aCBERUNJTUFMPSdwb2ludCci?= Date: Mon, 08 Apr 2024 07:49:40 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libfortran X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P4 X-Bugzilla-Assigned-To: jvdelisle at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 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=3D114304 --- Comment #25 from Richard Biener --- (t_initf) Read in prof_inparm namelist from: drv_in (shr_sys_abort) ERROR: (T_INITF) :: namelist read returns an error conditi= on for prof_inparm (shr_sys_abort) WARNING: calling mpi_abort() and stopping MPI_Abort: error code =3D 0 There's code appearantly matching logical profile_disable logical profile_barrier logical profile_single_file logical profile_global_stats integer profile_depth_limit integer profile_detail_limit integer profile_outpe_num integer profile_outpe_stride integer profile_timer logical profile_papi_enable=20 namelist /prof_inparm/ profile_disable, profile_barrier, & profile_single_file, profile_global_stats, & profile_depth_limit, & profile_detail_limit, profile_outpe_num, & profile_outpe_stride, profile_timer, & profile_papi_enable ... write(p_logunit,*) '(t_initf) Read in prof_inparm namelist from: '//trim(NLFilename) unitn =3D shr_file_getUnit() ierr =3D 1 open( unitn, file=3Dtrim(NLFilename), status=3D'old', iostat=3Dierr ) if (ierr .eq. 0) then ! Look for prof_inparm group name in the input file.=20=20 ! If found, leave the file positioned at that namelist group. call find_group_name(unitn, 'prof_inparm', status=3Dierr) if (ierr =3D=3D 0) then ! found prof_inparm read(unitn, nml=3Dprof_inparm, iostat=3Dierr) if (ierr /=3D 0) then call shr_sys_abort( subname//':: namelist read returns an'/= / & ' error condition for prof_inparm' )=20 and the input file has &prof_inparm profile_single_file =3D .true. / &pio_inparm /=