From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 73838 invoked by alias); 21 Feb 2018 20:19:32 -0000 Mailing-List: contact fortran-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: fortran-owner@gcc.gnu.org Received: (qmail 73691 invoked by uid 89); 21 Feb 2018 20:19:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=employment, requisite, H*Ad:D*ucar.edu, his X-HELO: mail-pl0-f52.google.com Received: from mail-pl0-f52.google.com (HELO mail-pl0-f52.google.com) (209.85.160.52) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 21 Feb 2018 20:19:28 +0000 Received: by mail-pl0-f52.google.com with SMTP id p5so1544370plo.12 for ; Wed, 21 Feb 2018 12:19:28 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:message-id:in-reply-to :references:subject:mime-version:content-transfer-encoding :content-disposition; bh=WEQePfu5ksmJLhMIye2VqLI07Ib6ex048TUjaQXORmY=; b=eSn1+SLCdz2unBYy2YUDO2ehjsh25rugcVuSp/CutF7KzjTZuwR4BSKom3xdJVQo8y owbeqX+9A/RaZyc5BfGxeIhUZ3UrJqhFJmVyf+iVV9CDsm9TLYsmVwAOgGp9Z5ooSm8+ qcnfhtGAktQFrtzeN+hQFfikLsN/UY9YuBTWt5LxVOpsS9r1HN6C7j+s3Pr1Xsamr0Y6 l3GFnKJnOwGrbPwZy9BRzD3m74/WRNzReQvIGfueLXioCeN0bLcQN0m3F71yN2xGxWQ+ 1qE6P8sCWrzLgLiOcA7DwdeE/DevNih+YOHam+eo7hb1sKlv2hK4TQRqKGQlCmm3L3Zy 4Vqg== X-Gm-Message-State: APf1xPDIN4hbPIbO2D0ARU6AyHdAC7fjGn3ok2BR73YJzFHN8crVuVsu k6MDo8oSryJjazcnSW+aeaelrw== X-Google-Smtp-Source: AH8x224VwO0YheCpKE3XXOQSG6VJQpGlTwrRerKA+pS359H+6VDm0+Kqei4G+SwLwtO7MfMfHqg7fQ== X-Received: by 2002:a17:902:5a1:: with SMTP id f30-v6mr4221598plf.124.1519244366947; Wed, 21 Feb 2018 12:19:26 -0800 (PST) Received: from localhost.mail ([2600:1010:b014:59c:17d:a308:54ba:6b06]) by smtp.gmail.com with ESMTPSA id 184sm7975695pfu.129.2018.02.21.12.19.25 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 21 Feb 2018 12:19:26 -0800 (PST) Date: Wed, 21 Feb 2018 20:19:00 -0000 From: Damian Rouson To: Janne Blomqvist Cc: Fortran List , GCC Patches , "=?utf-8?Q?Izaak=40izaakbeekman.com?=" , Alessandro Fanfarillo , Andre Vehreschild Message-ID: In-Reply-To: References: <1518192646-9702-1-git-send-email-blomqvist.janne@gmail.com> Subject: Re: [PATCH] Character length cleanup for Coarray Fortran library MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-IsSubscribed: yes X-SW-Source: 2018-02/txt/msg00147.txt.bz2 =C2=A0 On February 21, 2018 at 11:35:47 AM, Janne Blomqvist (blomqvist.janne@gmail= .com(mailto:blomqvist.janne@gmail.com)) wrote: > PING=20=20 >=20=20 > Is anybody planning to work on this on the opencoarrays side? Or do=20=20 > you prefer that this is just committed and you can sort it out on your=20= =20 > own schedule?=20=20 Hi Janne, The trunk didn=E2=80=99t build for me the first time I tried soon after you= r initial email and it took me until yesterday to find time to try again. = =C2=A0Once I succeeded, the patch created three new test failures. =C2=A0I= =E2=80=99m wondering if Andre=E2=80=99s recent patch (r257813) helped reduc= e the number. =C2=A0All new failures involve the failed-images features dev= eloped by Alessandro and Andre, both of whom now have new employment or con= tracts that prevent making significant contributions to OpenCoarrays (altho= ugh I hope that will change and am working with Alessandro=E2=80=99s organi= zation to attempt to get some of his time allocated to gfortran/OpenCoarray= s development). I think the most sustainable path forward is for me to assist any intereste= d gfortran developer in building OpenCoarrays on your local system and runn= ing the test suite. =C2=A0At least that eliminates the reliance on OpenCoar= rays developers to run the tests every time a patch impacts OpenCoarrays. = =C2=A0If we can work together on building OpenCoarrays on your system, we c= an also look together at the requisite changes to see if we can eliminate t= he failures. Oxford University Ph.D. student Daniel Garza visit Sourcery Institute March= 17 - June 2 to integrate the building of OpenCoarrays into the GCC build s= ystem so I hope this will all be easier sooner. Damian=C2=A0