From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Olivier Dion via General Guile related discussions Newsgroups: gmane.lisp.guile.user Subject: Re: guile-fibers timerfd_create bug (was: Re: [ANN] Guile-Parallel 1.0.0 released) Date: Tue, 03 Jan 2023 20:28:23 -0500 Message-ID: <87y1qj3x6w.fsf@laura> References: <87wn68p6qi.fsf@laura> <87pmbzpb6h.fsf@laura> <87h6x8pr2s.fsf@laura> <87edscpk24.fsf@laura> <648df1e4-a371-ec87-7655-502c4df5aaa2@telenet.be> Reply-To: Olivier Dion Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="4194"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Greg Troxel , Olivier Dion via General Guile related discussions , Zelphir Kaltstahl To: Damien Mattei , Maxime Devos Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Wed Jan 04 02:29:05 2023 Return-path: Envelope-to: guile-user@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pCsaW-0000x2-VE for guile-user@m.gmane-mx.org; Wed, 04 Jan 2023 02:29:04 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pCsa3-0006fi-1M; Tue, 03 Jan 2023 20:28:37 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pCsa1-0006fW-6l for guile-user@gnu.org; Tue, 03 Jan 2023 20:28:33 -0500 Original-Received: from smtp.polymtl.ca ([132.207.4.11]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pCsZz-000234-AI for guile-user@gnu.org; Tue, 03 Jan 2023 20:28:32 -0500 Original-Received: from localhost (modemcable094.169-200-24.mc.videotron.ca [24.200.169.94]) by smtp.polymtl.ca (8.14.7/8.14.7) with ESMTP id 3041SNqp031081; Tue, 3 Jan 2023 20:28:28 -0500 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp.polymtl.ca 3041SNqp031081 In-Reply-To: X-Poly-FromMTA: (modemcable094.169-200-24.mc.videotron.ca [24.200.169.94]) at Wed, 4 Jan 2023 01:28:23 +0000 Received-SPF: pass client-ip=132.207.4.11; envelope-from=olivier.dion@polymtl.ca; helo=smtp.polymtl.ca X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.lisp.guile.user:18835 Archived-At: On Tue, 03 Jan 2023, Damien Mattei wrote: > no i did not test fibers ,just look at it, but perhaps it is necessary for > parallel ? i saw the configure file (of parallel) claim about fibers? > i Only for running a certain benchmark against fibers. > will download fibers and test on Mac again and hope to finish reinstalling > the recent Linux tomorrow (complicated because triple boot,MacOS, Linux > kicked Windows......) I can not compare parallel and openMP because of > missing timerfd_create on mac os . > If i do a : > man timerfd_create on linux i got the doc in the manual,but nothing on Mac > os,timerfd_create seems to be part of Gnu C library.But you should know > that better than me. timerfd is Linux only as far I as I know. -- Olivier Dion oldiob.dev