From mboxrd@z Thu Jan 1 00:00:00 1970 From: zimoun Subject: MPI cluster and container Date: Mon, 11 Feb 2019 20:06:44 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:60398) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gtGv7-0003JX-4E for help-guix@gnu.org; Mon, 11 Feb 2019 14:07:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gtGuy-0001y4-O7 for help-guix@gnu.org; Mon, 11 Feb 2019 14:07:02 -0500 Received: from mail-qt1-x829.google.com ([2607:f8b0:4864:20::829]:34275) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gtGuw-0001sD-9Y for help-guix@gnu.org; Mon, 11 Feb 2019 14:06:59 -0500 Received: by mail-qt1-x829.google.com with SMTP id w4so19386qtc.1 for ; Mon, 11 Feb 2019 11:06:56 -0800 (PST) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix Hi Guix, (maybe the right place is guix-hpc@gnu.org?) I have to two questions: :-) 1- Does someone run Guix on a MPI cluster? 2- Does someone fake a MPI cluster with Guix container? Concerning the 1-, I mean the package manager part of Guix on a cluster with MPI configured. Concerning the 2-, I mean that some people compose Docker images to fake a MPI cluster on a "desktop" machine (shared memory). The aim is not about performance but about tests. A distributed memory environment is faked and sometimes it is useful to debug MPI program. I do not remember the tools about that... zut! Well, the idea is to create a fake MPI cluster with controlled containers. Does someone play around? Thank you for any comments and/or pointer. All the best, simon