unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Efraim Flashner <efraim@flashner.co.il>
To: Ricardo Wurmus <rekado@elephly.net>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Add slurm-drmaa.
Date: Sat, 21 May 2016 23:24:39 +0300	[thread overview]
Message-ID: <20160521202439.GA7198@debian-netbook> (raw)
In-Reply-To: <1463648288-30799-1-git-send-email-rekado@elephly.net>

[-- Attachment #1: Type: text/plain, Size: 2819 bytes --]

On Thu, May 19, 2016 at 10:58:08AM +0200, Ricardo Wurmus wrote:
> From: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
> 
> * gnu/packages/parallel.scm (slurm-drmaa): New variable.
> ---
>  gnu/packages/parallel.scm | 29 +++++++++++++++++++++++++++++
>  1 file changed, 29 insertions(+)
> 
> diff --git a/gnu/packages/parallel.scm b/gnu/packages/parallel.scm
> index 828bd26..b0984a8 100644
> --- a/gnu/packages/parallel.scm
> +++ b/gnu/packages/parallel.scm
> @@ -4,6 +4,7 @@
>  ;;; Copyright © 2015 Efraim Flashner <efraim@flashner.co.il>
>  ;;; Copyright © 2016 Pjotr Prins <pjotr.guix@thebird.nl>
>  ;;; Copyright © 2016 Andreas Enge <andreas@enge.fr>
> +;;; Copyright © 2016 Ricardo Wurmus <rekado@elephly.net>
>  ;;;
>  ;;; This file is part of GNU Guix.
>  ;;;
> @@ -28,6 +29,7 @@
>    #:use-module (gnu packages)
>    #:use-module (gnu packages admin)
>    #:use-module (gnu packages autotools)
> +  #:use-module (gnu packages base)
>    #:use-module (gnu packages freeipmi)
>    #:use-module (gnu packages linux)
>    #:use-module (gnu packages mpi)
> @@ -121,3 +123,30 @@ framework for starting, executing, and monitoring work (typically a parallel
>  job) on a set of allocated nodes, and arbitrates contention for resources
>  by managing a queue of pending work.")
>     (license license:gpl2+)))
> +
> +(define-public slurm-drmaa
> +  (package
> +    (name "slurm-drmaa")
> +    (version "1.0.7")
> +    (source (origin
> +              (method url-fetch)
> +              (uri "http://apps.man.poznan.pl/trac/slurm-drmaa/downloads/9")
> +              (file-name (string-append name "-" version ".tar.gz"))
> +              (sha256
> +               (base32
> +                "0grw55hmny2mc4nc0y1arnvxd2k0dcdfn476kzs180fibjxgfw14"))))
> +    (build-system gnu-build-system)
> +    (inputs
> +     `(("slurm" ,slurm)))
> +    (native-inputs
> +     `(("which" ,which)))
> +    (home-page "http://apps.man.poznan.pl/trac/slurm-drmaa")
> +    (synopsis "Distributed resource management application API for SLURM")
> +    (description
> +     "PSNC DRMAA for Simple Linux Utility for Resource Management (SLURM) is
> +an implementation of Open Grid Forum DRMAA 1.0 (Distributed Resource
> +Management Application API) specification for submission and control of jobs
> +to SLURM.  Using DRMAA, grid applications builders, portal developers and ISVs
> +can use the same high-level API to link their software with different
> +cluster/resource management systems.")
> +    (license license:gpl3+)))
> -- 
> 2.7.3
> 

Looks good.

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

      reply	other threads:[~2016-05-21 20:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-19  8:58 [PATCH] gnu: Add slurm-drmaa Ricardo Wurmus
2016-05-21 20:24 ` Efraim Flashner [this message]

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=20160521202439.GA7198@debian-netbook \
    --to=efraim@flashner.co.il \
    --cc=guix-devel@gnu.org \
    --cc=rekado@elephly.net \
    /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).