diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 16:07:56 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 18:21:16 -0700 |
commit | 784c3da11e48ff89639e604c00453be0cbe243e5 (patch) | |
tree | e25d703273d52c36dde90f20a54e7ec542bfb89e | |
parent | 6a16b8aa68d6ccb5b55566b78b39a8433f3a03db (diff) |
gnu: hdf5-parallel-openmpi: Fix typo "explicitly".
* gnu/packages/maths (hdf5-parallel-openmpi): Fix typo.
-rw-r--r-- | gnu/packages/maths.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 46b670f60f..b9057dfead 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -1116,7 +1116,7 @@ Swath).") (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. |