From: Rouby Pierre-Antoine <pierre-antoine.rouby@inria.fr>
To: 31080@debbugs.gnu.org
Cc: bavier@cray.com, ludovic.courtes@inria.fr,
Rouby Pierre-Antoine <pierre-antoine.rouby@inria.fr>
Subject: [bug#31080] [PATCH 1/2] gnu: Add launchmon.
Date: Wed, 11 Apr 2018 14:58:09 +0200 [thread overview]
Message-ID: <20180411125810.1315-1-pierre-antoine.rouby@inria.fr> (raw)
In-Reply-To: <20180410152040.GX105827@pe06.us.cray.com>
* gnu/packages/admin.scm (launchmon): New variable.
---
gnu/packages/admin.scm | 36 +++++++++++++++++++++++++++++++++++-
1 file changed, 35 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 6a7bed389..71899d98c 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -20,6 +20,7 @@
;;; Copyright © 2017 Christopher Allan Webber <cwebber@dustycloud.org>
;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2018 Arun Isaac <arunisaac@systemreboot.net>
+;;; Copyright © 2018 Pierre-Antoine Rouby <pierre-antoine.rouby@inria.fr>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -90,7 +91,10 @@
#:use-module (gnu packages gnome)
#:use-module (gnu packages kerberos)
#:use-module (gnu packages gtk)
- #:use-module (gnu packages xml))
+ #:use-module (gnu packages xml)
+ #:use-module (gnu packages boost)
+ #:use-module (gnu packages elf)
+ #:use-module (gnu packages mpi))
(define-public aide
(package
@@ -2505,3 +2509,33 @@ printed instead of after the entire file has been read, which is often too
late.")
(home-page "https://jwilk.net/software/hungrycat")
(license license:expat)))
+
+(define-public launchmon
+ (package
+ (name "launchmon")
+ (version "1.0.2")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://github.com/LLNL/LaunchMON/releases/download/v"
+ version "/" name "-v" version ".tar.gz"))
+ (sha256
+ (base32
+ "0fm3nd9mydm9v2bf7bh01dbgrfnpwkapxa3dsvy3x1z0rz61qc0x"))))
+ (build-system gnu-build-system)
+ (inputs
+ `(("mpi" ,openmpi)
+ ("munge" ,munge)
+ ("boost" ,boost)
+ ("libelf" ,libelf)
+ ("libgcrypt" ,libgcrypt)
+ ("libgpg-error" ,libgpg-error)))
+ (synopsis "An infrastructue for large scale tool daemon launching")
+ (description
+ "LaunchMON is a software infrastructure that enables HPC run-time
+tools to co-locate tool daemons with a 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")
+ (supported-systems '("i686-linux" "x86_64-linux"))
+ (license license:lgpl2.1)))
--
2.16.1
next prev parent reply other threads:[~2018-04-11 13:03 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 ` [bug#31080] [PATCH 2/2] gnu: Add spindle Rouby Pierre-Antoine
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 ` Rouby Pierre-Antoine [this message]
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180411125810.1315-1-pierre-antoine.rouby@inria.fr \
--to=pierre-antoine.rouby@inria.fr \
--cc=31080@debbugs.gnu.org \
--cc=bavier@cray.com \
--cc=ludovic.courtes@inria.fr \
/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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.