mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: hdf5-parallel-openmpi: Fix typo "explicitly".
* gnu/packages/maths (hdf5-parallel-openmpi): Fix typo.
This commit is contained in:
parent
6a16b8aa68
commit
784c3da11e
1 changed files with 1 additions and 1 deletions
|
@ -1116,7 +1116,7 @@ (define-public hdf5-parallel-openmpi
|
||||||
(lambda _
|
(lambda _
|
||||||
;; OpenMPI's mpirun will exit with non-zero status if it
|
;; OpenMPI's mpirun will exit with non-zero status if it
|
||||||
;; detects an "abnormal termination", i.e. any process not
|
;; detects an "abnormal termination", i.e. any process not
|
||||||
;; calling MPI_Finalize(). Since the test is explicitely
|
;; calling MPI_Finalize(). Since the test is explicitly
|
||||||
;; avoiding MPI_Finalize so as not to have at_exit and thus
|
;; avoiding MPI_Finalize so as not to have at_exit and thus
|
||||||
;; H5C_flush_cache from being called, mpirun will always
|
;; H5C_flush_cache from being called, mpirun will always
|
||||||
;; complain, so turn this test off.
|
;; complain, so turn this test off.
|
||||||
|
|
Loading…
Reference in a new issue