From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailg210.ethz.ch (mailg210.ethz.ch [IPv6:2001:67c:10ec:5606::21]) by sourceware.org (Postfix) with ESMTPS id 36C883857838 for ; Tue, 13 Oct 2020 11:45:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 36C883857838 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=student.ethz.ch Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=koenigni@student.ethz.ch Received: from mailm211.d.ethz.ch (2001:67c:10ec:5603::25) by mailg210.ethz.ch (2001:67c:10ec:5606::21) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2044.4; Tue, 13 Oct 2020 13:45:09 +0200 Received: from [10.5.40.27] (10.5.40.27) by mailm211.d.ethz.ch (2001:67c:10ec:5603::25) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2044.4; Tue, 13 Oct 2020 13:45:25 +0200 Subject: Re: [RFC] Native Coarrays (finally!) [Review part 2] To: Andre Vehreschild References: <63411801-ad6e-15c3-8fe7-933841fd02e9@codesourcery.com> <7b0ebe4e-1f82-6988-b15d-85506e1c9d61@student.ethz.ch> <20201012154817.16d1a2a9@vepi2> From: =?UTF-8?Q?Nicolas_K=c3=b6nig?= CC: Message-ID: <638163f5-b508-2761-5e88-969e02909f13@student.ethz.ch> Date: Tue, 13 Oct 2020 14:42:33 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: <20201012154817.16d1a2a9@vepi2> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Originating-IP: [10.5.40.27] X-ClientProxiedBy: mailm217.d.ethz.ch (2001:67c:10ec:5603::31) To mailm211.d.ethz.ch (2001:67c:10ec:5603::25) X-TM-SNTS-SMTP: 04B7F8E88F11BC06A63E00ECED101F63EDA867D90F0B1EAA7D0AA2CFD4FA5D232000:8 X-Spam-Status: No, score=-0.7 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, LIKELY_SPAM_FROM, NICE_REPLY_A, SPF_HELO_NONE, SPF_PASS, 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, 13 Oct 2020 11:45:29 -0000 Hi Andre, Thanks for the reviews! I'll incorporate the comments this weekend (I'll also implement stat & errmsg then). Sorry about all of these #if 0, I completely forgot they were still in there :) Kind regards Nicolas König On 12/10/2020 15:48, Andre Vehreschild wrote: > Hi Nicolas, > > here is part two of the review of the compiler components. I will do the > testsuite and library parts another day, because now I am already completely > bonkers. (Yes, I know, that's normal for me :-) > > Regards, > Andre > > On Mon, 5 Oct 2020 15:23:27 +0200 > Nicolas König wrote: > >> Hello Tobias, >> >> On 05/10/2020 11:54, Tobias Burnus wrote: >>> Hi Nicolas, >>> >>> admittedly, I have not yet looked at your patch. However, I have to >>> admit that I do not like the name. I understand that "native" refers >>> to not needing an external library (libcaf.../libopencoarray...), >>> but I still wonder whether something like "-fcoarray=shared" (i.e. >>> working on a shared-memory system) would be better name from an end-user >>> point of view. >> >> I think the name has been the most critized point of the entire patch up >> till now. I'm going to change it to -fcoarray=shared, as you (and a few >> other people) suggested :) >> >>> >>> Tobias, >>> who likes that coarray can be used without extra libs and thinks >>> that this will help with users starting to use coarrays. >> >> That is the main reason I wrote the patch. >> >>> >>> ----------------- >>> Mentor Graphics (Deutschland) GmbH, Arnulfstraße 201, 80634 München / >>> Germany >>> Registergericht München HRB 106955, Geschäftsführer: Thomas Heurung, >>> Alexander Walter > >