gnu: hdf5-parallel-openmpi: Fix typo "explicitly".

* gnu/packages/maths (hdf5-parallel-openmpi): Fix typo.
This commit is contained in:
Vagrant Cascadian 2019-05-22 16:07:56 -07:00
parent 6a16b8aa68
commit 784c3da11e
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -1116,7 +1116,7 @@ (define-public hdf5-parallel-openmpi
(lambda _
;; OpenMPI's mpirun will exit with non-zero status if it
;; 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
;; H5C_flush_cache from being called, mpirun will always
;; complain, so turn this test off.