unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Rouby Pierre-Antoine <pierre-antoine.rouby@inria.fr>
To: 31080@debbugs.gnu.org
Cc: Rouby Pierre-Antoine <pierre-antoine.rouby@inria.fr>
Subject: [bug#31080] [PATCH 2/2] gnu: Add spindle.
Date: Tue, 10 Apr 2018 12:03:51 +0200	[thread overview]
Message-ID: <20180410100351.19894-2-pierre-antoine.rouby@inria.fr> (raw)
In-Reply-To: <20180410100351.19894-1-pierre-antoine.rouby@inria.fr>

* gnu/packages/admin.scm (spindle): New variable.
---
 gnu/packages/admin.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index bf50a51f4..512dcf59c 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2538,3 +2538,32 @@ parallel job.  Its API allows a tool to identify all the remote processes of a
 job and to scalably launch daemons into the relevant nodes.")
     (home-page "https://github.com/LLNL/LaunchMON")
     (license license:lgpl2.1)))
+
+(define-public spindle
+  (package
+    (name "spindle")
+    (version "0.10")
+    (source (origin
+              (file-name (git-file-name name version))
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/hpc/Spindle.git")
+                    (commit "ff922c1df167c28ab312d02217ed7be65ec0e831")))
+              (sha256
+               (base32
+                "15n3ay0qq81r5v7fif61q1vdjcq44pp2nynkh3fvbzc9fj3c39wd"))))
+    (build-system gnu-build-system)
+    (arguments '(#:configure-flags '("--enable-sec-launchmon"
+                                     "--enable-sec-munge"
+                                     "--enable-sec-none")))
+    (inputs `(("munge" ,munge)
+              ("openmpi" ,openmpi)
+              ("launchmon" ,launchmon)
+              ("libgcrypt" ,libgcrypt)))
+    (synopsis "Scalable dynamic library and Python loading in HPC
+environments")
+    (description
+     "Spindle is a tool for improving the performance of dynamic library and
+Python loading in HPC environments.")
+    (home-page "https://github.com/hpc/Spindle")
+    (license license:lgpl2.1)))
-- 
2.16.1

  reply	other threads:[~2018-04-10 10:05 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-06 16:02 [bug#31080] [PATCH 0/2] Add launchmon and spindle Rouby Pierre-Antoine
2018-04-09  6:58 ` [bug#31080] [PATCH 1/2] gnu: Add launchmon Rouby Pierre-Antoine
2018-04-09  6:59 ` [bug#31080] [PATCH 2/2] gnu: Add spindle Rouby Pierre-Antoine
2018-04-09 14:06   ` Jonathan Brielmaier
2018-04-09 20:34     ` Ludovic Courtès
2018-04-10 10:03     ` [bug#31080] [PATCH 1/2] gnu: Add launchmon Rouby Pierre-Antoine
2018-04-10 10:03       ` Rouby Pierre-Antoine [this message]
2018-04-09 13:50 ` [bug#31080] [PATCH 0/2] Add launchmon and spindle Ludovic Courtès
2018-04-10 15:20   ` Eric Bavier
2018-04-11 12:58     ` [bug#31080] [PATCH 1/2] gnu: Add launchmon Rouby Pierre-Antoine
2018-04-11 12:58       ` [bug#31080] [PATCH 2/2] gnu: Add spindle Rouby Pierre-Antoine
2018-04-11 15:31         ` Eric Bavier
2018-04-12  8:43           ` [bug#31080] [PATCH 1/2] gnu: Add launchmon Rouby Pierre-Antoine
2018-04-12  8:43             ` [bug#31080] [PATCH 2/2] gnu: Add spindle Rouby Pierre-Antoine
2018-04-18 15:07               ` Eric Bavier
2018-04-18 15:21                 ` Pierre-Antoine Rouby
2018-04-19  9:22                 ` bug#31080: " Ludovic Courtès
2018-04-11 15:28       ` [bug#31080] [PATCH 1/2] gnu: Add launchmon Eric Bavier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180410100351.19894-2-pierre-antoine.rouby@inria.fr \
    --to=pierre-antoine.rouby@inria.fr \
    --cc=31080@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).