From 784c3da11e48ff89639e604c00453be0cbe243e5 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Wed, 22 May 2019 16:07:56 -0700 Subject: gnu: hdf5-parallel-openmpi: Fix typo "explicitly". * gnu/packages/maths (hdf5-parallel-openmpi): Fix typo. --- gnu/packages/maths.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/maths.scm') 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. -- cgit v1.2.3