aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configuration.ccl5
1 files changed, 5 insertions, 0 deletions
diff --git a/configuration.ccl b/configuration.ccl
index 97116e1..54f8898 100644
--- a/configuration.ccl
+++ b/configuration.ccl
@@ -10,3 +10,8 @@ PROVIDES HDF5
REQUIRES HDF5
REQUIRES zlib
+
+# link after MPI in case a parallel-enabled HDF5 version is used
+OPTIONAL MPI
+{
+}