From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 41428 invoked by alias); 15 Jul 2018 17:37:31 -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 41406 invoked by uid 89); 15 Jul 2018 17:37:30 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_NUMSUBJECT,KAM_SHORT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=H*RU:sk:2018071, Hx-spam-relays-external:sk:2018071, Hx-languages-length:743, improvement X-HELO: mtaout005-public.msg.strl.va.charter.net Received: from mtaout005-public.msg.strl.va.charter.net (HELO mtaout005-public.msg.strl.va.charter.net) (68.114.190.30) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 15 Jul 2018 17:37:29 +0000 Received: from impout003 ([68.114.189.18]) by mtaout005.msg.strl.va.charter.net (InterMail vM.9.00.023.01 201-2473-194) with ESMTP id <20180715173727.PTUH7356.mtaout005.msg.strl.va.charter.net@impout003>; Sun, 15 Jul 2018 12:37:27 -0500 Received: from [192.168.1.6] ([96.41.213.35]) by impout003 with charter.net id B5dS1y0040mPCJg015dS6e; Sun, 15 Jul 2018 12:37:27 -0500 X-Auth-id: anZkZWxpc2xlQGNoYXJ0ZXIubmV0 Subject: Re: [patch, fortran] Asynchronous I/O, take 3 To: Thomas Koenig , =?UTF-8?Q?Dominique_d'Humi=c3=a8res?= , Nicolas Koenig Cc: gfortran , gcc-patches References: From: Jerry DeLisle Message-ID: Date: Sun, 15 Jul 2018 17:37:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-07/txt/msg00036.txt.bz2 On 07/15/2018 04:19 AM, Thomas Koenig wrote: > Hi everybody, > >> I am currently testing the patch at >> https://gcc.gnu.org/ml/fortran/2018-07/msg00008.html >> >> so far, so good! > >> IMO the tests should go to gfortran.dg (they pass my tests). > > I put the asycn_io_*.f90 tests into libgomp.fortran because, > under Linux, gfortran.dg does not link in pthreads, so the > tests would not be executed in parallel, and some of them > would fail. > > So, here is the final version. I would really like to get this > into trunk, and out of the way, so Nicolas and I can focus on > other things. > > So, OK? OK, Go for it. Jerry PS and big kudos for all the effort. This is a major improvement!