[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/04: gnu: dealii-openmpi: Add hdf5-parallel-openmpi input.
From: |
guix-commits |
Subject: |
04/04: gnu: dealii-openmpi: Add hdf5-parallel-openmpi input. |
Date: |
Fri, 31 May 2019 20:45:25 -0400 (EDT) |
bavier pushed a commit to branch master
in repository guix.
commit 4d44bcad56c0a15c023aab08640e75b9896b0ab0
Author: Eric Bavier <address@hidden>
Date: Fri May 31 19:35:56 2019 -0500
gnu: dealii-openmpi: Add hdf5-parallel-openmpi input.
* gnu/packages/maths.scm (dealii-openmpi)[inputs]: Add
hdf5-parallel-openmpi.
---
gnu/packages/maths.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 99fa5b6..4741a0d 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3561,6 +3561,7 @@ in finite element programs.")
(inputs
`(("mpi" ,openmpi)
;;Supported only with MPI:
+ ("hdf5" ,hdf5-parallel-openmpi) ;TODO: have petsc-openmpi propagate?
("p4est" ,p4est-openmpi)
("petsc" ,petsc-openmpi)
("slepc" ,slepc-openmpi)