From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 69808 invoked by alias); 10 Feb 2018 21:21:00 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 69770 invoked by uid 89); 10 Feb 2018 21:21:00 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Several, emails, our X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-yw0-f173.google.com Received: from mail-yw0-f173.google.com (HELO mail-yw0-f173.google.com) (209.85.161.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 10 Feb 2018 21:20:57 +0000 Received: by mail-yw0-f173.google.com with SMTP id c78so7532024ywb.13; Sat, 10 Feb 2018 13:20:57 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=/izQaqjaWaK+dKNVXcB6xOEODm7/ZhRr43GGXsVC+Pg=; b=G4uQbYTejjF1k02jwv29ZYgQYBrVQx+LxF7waBxDqKiTe2gbr1Em5jgY8jPV0WZA8M 9DcbJPjiBtJvgo7SW7qdfvlbgmlaxSOJyn9wd2OKbz0qD1B0trd5/lOYbRla5mim7rSd GblJY3GlQOX35KGvCdK1rc0nAnWTSCpayfIE6QKThAG19Uc4O55kiAFbWsMuLFLd99w1 HyeNa7kbhErsXXruqr0vl0IBdfKzvjcHNvlqOeTt4p5qAIbNd/6HIL3ze/QvOzfQwQSh aRXMw3Am3I0SmC/DDKxXzK0HNqFHBAokfJdeTSpLQo5ylIe8GHl1RnooqhAI9RNVLnZZ jzaA== X-Gm-Message-State: APf1xPCDREwk2bH/lO3wJgm6TOGNpJ9ivKVHtPPKFCM18TtnLelGnRQH 5x2641QF/ydmrhMpBw/GV16zZxC7W/WL7Os8vds= X-Google-Smtp-Source: AH8x22757yeNO1E82M3axLvddnYtd4swbo8jSRqtpYaUHoImSumyDL4U33ULOrj0k0jOQnF9r4ag2glBE6joDbQAzEI= X-Received: by 10.37.201.66 with SMTP id z63mr1794847ybf.250.1518297655893; Sat, 10 Feb 2018 13:20:55 -0800 (PST) MIME-Version: 1.0 Received: by 10.129.241.4 with HTTP; Sat, 10 Feb 2018 13:20:55 -0800 (PST) In-Reply-To: References: <1518192646-9702-1-git-send-email-blomqvist.janne@gmail.com> From: Janne Blomqvist Date: Sat, 10 Feb 2018 21:21:00 -0000 Message-ID: Subject: Re: [PATCH] Character length cleanup for Coarray Fortran library To: Damian Rouson Cc: Fortran List , GCC Patches , "Izaak@izaakbeekman.com" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-SW-Source: 2018-02/txt/msg00593.txt.bz2 On Sat, Feb 10, 2018 at 9:34 PM, Damian Rouson wrote: > > I=E2=80=99ll try applying the patch and testing it. As such, I'm sure that will fail as the patch changes the coarray API and thus needs corresponding changes on the OpenCoarrays side as well. > I have about a 50% success rate with getting patches to apply cleanly. = Is this available on an svn or git branch that I can just checkout rather t= han attempting to apply the patch? I find that process to be much more rel= iable. > > Going forward, please submit OpenCoarrays questions or issues via our iss= ues page: > > https://github.com/sourceryinstitute/OpenCoarrays/issues Ok, I just filed https://github.com/sourceryinstitute/OpenCoarrays/issues/4= 97 > Most OpenCoarrays contributors don=E2=80=99t monitor the gfortran mailing= list closely so we=E2=80=99re unlikely to see emails to the list in a time= ly manner. > > Also, when making changes that impact OpenCoarrays, please build OpenCoar= rays and run our test suite. We recently made several changes to our insta= llation documentation and installer script based on feedback received from = Steve Kargl. One result is a set of instructions written by Zaak with GCC = developers as an intended audience: > > https://github.com/sourceryinstitute/OpenCoarrays/blob/master/INSTALL > > Several other installation changes inspired by Steve=E2=80=99s feedback a= re listed here: > > https://github.com/sourceryinstitute/OpenCoarrays/issues/478 > > and these will make it into a release shortly, but are already all availa= ble via git clone. I=E2=80=99m looking forward to hosting Oxford University= Ph.D. student Daniel Garza, from March 17 to June 2, to work on finishing = the integration of OpenCoarrays into the GCC autotools scripts so that Open= Coarrays will be built anytime gfortran is built so hopefully it will be ev= en easier for everyone to build and test with OpenCoarrays soon. Thanks; I should look into building opencoarrays at some point. For this patch I was hoping that someone familiar with the OpenCoarrays code base could do the equivalent fix there and test it, as it rather mechanical and simple. --=20 Janne Blomqvist