guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/14: gnu: intel-mpi-benchmarks: Update to 2021.3.


From: guix-commits
Subject: 11/14: gnu: intel-mpi-benchmarks: Update to 2021.3.
Date: Wed, 15 Nov 2023 05:38:02 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit f8cad886153f4c0fa96d50e497eec5f00279f0d5
Author: Ludovic Courtès <ludovic.courtes@inria.fr>
AuthorDate: Mon Oct 16 09:13:02 2023 +0200

    gnu: intel-mpi-benchmarks: Update to 2021.3.
    
    * gnu/packages/benchmark.scm (intel-mpi-benchmarks/openmpi): Update to
    2021.3.
---
 gnu/packages/benchmark.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/benchmark.scm b/gnu/packages/benchmark.scm
index 4d92457e59..08fece6e91 100644
--- a/gnu/packages/benchmark.scm
+++ b/gnu/packages/benchmark.scm
@@ -137,7 +137,7 @@ is to write a job file matching the I/O load one wants to 
simulate.")
 (define-public intel-mpi-benchmarks/openmpi
   (package
     (name "intel-mpi-benchmarks")
-    (version "2019.6")
+    (version "2021.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -146,7 +146,7 @@ is to write a job file matching the I/O load one wants to 
simulate.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "02hxbk9g9nl59bk5qcfl3djj7b58vsqys340m1xdbyqwcrbnahh9"))
+                "04kczch2hlfzbgk929vcxx480kc6raba8rbz246j7d26k1z1zh8h"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]