From df2be384283cc43650355647f0d6bb9dbb00728f Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 8 Nov 2018 16:42:03 +0100 Subject: [PATCH] examples/H5Part/write_setview.c - include of "mpi.h" removed. There is no need for it and this breaks the serial case --- examples/H5Part/write_setview.c | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/H5Part/write_setview.c b/examples/H5Part/write_setview.c index b28055b..ca5e5c2 100644 --- a/examples/H5Part/write_setview.c +++ b/examples/H5Part/write_setview.c @@ -8,7 +8,6 @@ */ #include -#include #include "H5hut.h" #include "examples.h"