From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Zelphir Kaltstahl Newsgroups: gmane.lisp.guile.user Subject: Re: [ANN] Guile-Parallel 1.0.0 released Date: Sun, 8 Jan 2023 13:30:59 +0000 Message-ID: References: <87wn68p6qi.fsf@laura> <87pmbzpb6h.fsf@laura> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="11205"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Guile User To: Olivier Dion Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Sun Jan 08 14:31:56 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 1pEVmG-0002gz-HT for guile-user@m.gmane-mx.org; Sun, 08 Jan 2023 14:31:56 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pEVla-0000cP-Hd; Sun, 08 Jan 2023 08:31:14 -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 1pEVlW-0000YX-6K for guile-user@gnu.org; Sun, 08 Jan 2023 08:31:11 -0500 Original-Received: from mout02.posteo.de ([185.67.36.66]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pEVlS-0002NA-V7 for guile-user@gnu.org; Sun, 08 Jan 2023 08:31:09 -0500 Original-Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id A9351240183 for ; Sun, 8 Jan 2023 14:31:02 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1673184662; bh=/ootP6yDbPLvx4aMwGeqRy7ay7v6hFZ9Mi1rUMYRRpg=; h=Date:Subject:To:Cc:From:From; b=hRUyzCJYiFRHwnKsXB6V2yE62wftnEzF6SzjhAG/uHGBkeaXPTXU5nek31uUIkG/Z waigEZwzr/qom+m3yRinUfeJrEvYgsu+XyH5f63EnLxOW7nVwFOYTYbBJ/g0WLegBz MP96mNwAuFZoqkIND0t33kE8Q1BMWI1+L/hOtClfgQnj9q+zOuHjdiKVvftjtjkqzs jkrm5om+SmX1NHFtoGNzYNA5ji9sInDD6H1pKi2f8cF5oZDGO2D0wOzZmHZF4IbmhT 8e/b5MscfEpXBVug6iAOVihSgSD7bhUFj9LwgnmXC3Qb32VB7SgeIVmW+yTOQgWTTy Oxte1v8QFZvJA== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4NqdJ46C1mz9rxG; Sun, 8 Jan 2023 14:31:00 +0100 (CET) Content-Language: en-US In-Reply-To: <87pmbzpb6h.fsf@laura> Received-SPF: pass client-ip=185.67.36.66; envelope-from=zelphirkaltstahl@posteo.de; helo=mout02.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Content-Filtered-By: Mailman/MimeDel 2.1.29 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:18852 Archived-At: On 12/31/22 21:31, Olivier Dion wrote: > On Sat, 31 Dec 2022, Zelphir Kaltstahl wrote: > >> Maybe I can already make use of it in coming AoC puzzles. > Any sort of feeback is welcome! Hello Olivier! May I ask how to make use of the library? I cloned the project onto my local machine in a subfolder of a project, in which I want to use it. There are some guix files in the guile-parallel repository, but I am unsure how to make use of it as a guix package. I think there was a possibility to use local code as a package in a guix shell, but I cannot find the info how to do it, so I tried the following: ~~~~ # from the main dir of my project # guile-parallel is cloned into the subfolder guile-parallel # so basically: git clone git-repo-url, nothing more guix shell -L guile-parallel guile -- guile -L . %%%% Starting test (parallel atomic) (Writing full log to "(parallel atomic).log") ~~~~ At that step it hangs. Doesn't do anything. Does not put load on my CPU, just hangs. Maybe I am doing it wrong. Best regards, Zelphir -- repositories:https://notabug.org/ZelphirKaltstahl