From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12967 invoked by alias); 24 May 2018 01:30:06 -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 12846 invoked by uid 89); 24 May 2018 01:30:03 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hey, HContent-Transfer-Encoding:8bit X-Spam-User: qpsmtpd, 2 recipients X-HELO: mtaout004-public.msg.strl.va.charter.net Received: from mtaout004-public.msg.strl.va.charter.net (HELO mtaout004-public.msg.strl.va.charter.net) (68.114.190.29) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 24 May 2018 01:30:02 +0000 Received: from impout006 ([68.114.189.21]) by mtaout004.msg.strl.va.charter.net (InterMail vM.9.00.023.01 201-2473-194) with ESMTP id <20180524013000.NCKZ3685.mtaout004.msg.strl.va.charter.net@impout006>; Wed, 23 May 2018 20:30:00 -0500 Received: from [192.168.1.6] ([96.41.213.35]) by impout006 with charter.net id q1Vy1x0020mPCJg011Vzbj; Wed, 23 May 2018 20:30:00 -0500 X-Authority-Analysis: v=2.2 cv=TP81cxta c=1 sm=1 tr=0 a=NNeuWy7OTYa7gJ+3pFFB5Q==:117 a=NNeuWy7OTYa7gJ+3pFFB5Q==:17 a=IkcTkHD0fZMA:10 a=x7bEGLp0ZPQA:10 a=rsnd_cphLCw3p01DGvMA:9 a=QEXdDO2ut3YA:10 X-Auth-id: anZkZWxpc2xlQGNoYXJ0ZXIubmV0 Subject: Re: [patch, rfc] Fortran async I/O support To: Nicolas Koenig , fortran@gcc.gnu.org, gcc-patches@gcc.gnu.org References: <0dd1ef87-e32e-7cb7-b7d9-2f48da360b56@koenigni.com> From: Jerry DeLisle Message-ID: Date: Thu, 24 May 2018 01:30:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <0dd1ef87-e32e-7cb7-b7d9-2f48da360b56@koenigni.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2018-05/txt/msg00089.txt.bz2 On 05/21/2018 09:05 AM, Nicolas Koenig wrote: > Hey everyone, > > Thomas and I have been working on adding asynchronous I/O to > libgfortran. The patch is almost done, the only thing still missing is > to link libgfortran against libpthread if it exists(which is for some > reason necessary despite using __gthread) and deactivating it if > libpthread doesn't exist (MinGW). At the moment it is still required to > explicitly link against libpthread with -pthread when a program is > compiled. Because of this we weren't able to run regression tests yet, > since every single test fails. > > It would be great if somebody else could try the patch and report their > experiences. Also, if anyone knows how to add the whole conditional > libpthread thing in the build script, a little help would be very welcome. > >     Nicolas > > P.S.: I have a new email address, the old one has some problems. > I will try to give this a run this weekend. Jerry