From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) by sourceware.org (Postfix) with ESMTPS id 766FE388A421; Tue, 22 Dec 2020 20:20:12 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 766FE388A421 Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.16.1/8.16.1) with ESMTPS id 0BMKKBer097521 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Tue, 22 Dec 2020 12:20:11 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.16.1/8.16.1/Submit) id 0BMKKBTa097520; Tue, 22 Dec 2020 12:20:11 -0800 (PST) (envelope-from sgk) Date: Tue, 22 Dec 2020 12:20:11 -0800 From: Steve Kargl To: Thomas Koenig Cc: fortran@gcc.gnu.org, kargl@gcc.gnu.org Subject: Re: co-arrays and libgfortran Message-ID: <20201222202011.GB77441@troutmask.apl.washington.edu> References: <20201218155252.GB96460@troutmask.apl.washington.edu> <20201221151847.GA11406@troutmask.apl.washington.edu> <20201222001843.GA13290@troutmask.apl.washington.edu> <20201222014001.GA13574@troutmask.apl.washington.edu> <5999d08a-b6ba-16fc-b5b9-25cac9e9b013@netcologne.de> <20201222183236.GA16338@troutmask.apl.washington.edu> <20201222193325.GA16717@troutmask.apl.washington.edu> <20201222201202.GA77441@troutmask.apl.washington.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201222201202.GA77441@troutmask.apl.washington.edu> X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, SPF_HELO_NONE, SPF_NONE, 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: fortran@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Fortran mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2020 20:20:13 -0000 On Tue, Dec 22, 2020 at 12:12:02PM -0800, Steve Kargl wrote: > On Tue, Dec 22, 2020 at 11:33:25AM -0800, Steve Kargl wrote: > > > > I started the make check command. I'm see a few failures > > of the form > > > > WARNING: program timed out. > > FAIL: gfortran.dg/caf-shared/dummy_1.f90 -pthread -fcoarray=shared \ > > -O2 -lcaf_shared -lrt execution test > > > > I'll send more info once the checking completes. > > > > Poking around. > > % ps > 3491 3 I+ 0:00.91 gmake check-fortran RUNTESTFLAGS=cas.exp=*.f* > 3576 3 I+ 0:00.87 gmake TESTSUITEDIR=testsuite RUNTESTFLAGS=cas.exp=*.f* check_gfortran_pa > 3660 3 I+ 0:00.00 /bin/sh -c (rootme=`${PWDCMD-pwd}`; export rootme; \\\nsrcdir=`cd ../../ > 3670 3 I+ 0:01.04 expect -- /usr/local/share/dejagnu/runtest.exp --tool gfortran cas.exp=* > 3726 3 I+ 0:00.00 ./alloc_coarray_with_source_1.exe (alloc_coarray_with_) > 3727 3 I+ 0:00.00 ./alloc_coarray_with_source_1.exe (alloc_coarray_with_) > 3728 3 I+ 0:00.00 ./alloc_coarray_with_source_1.exe (alloc_coarray_with_) Apologies for the monologue. After killing the idle processes, I see === gfortran Summary === # of expected passes 44 # of unexpected failures 21 # of unsupported tests 2 /usr/home/kargl/gcc/obj_cas/gcc/gfortran version 11.0.0 20201025 (experimental) (GCC) -- Steve