commit f3c4046c8ccebb91e0eed5acd1f08ae69d90f3ce
parent 21369e854175069c3827b6843a8ffd59f023fffe
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date: Wed, 16 Mar 2022 14:14:46 +0100
Fix MPI include
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/stardis-app.h b/src/stardis-app.h
@@ -39,7 +39,7 @@
#include <stdarg.h>
#ifdef STARDIS_ENABLE_MPI
-#include <mpi/mpi.h>
+#include <mpi.h>
#endif
/* Forward declarations */
diff --git a/src/stardis-args.c b/src/stardis-args.c
@@ -38,7 +38,7 @@
#endif
#ifdef STARDIS_ENABLE_MPI
-#include <mpi/mpi.h>
+#include <mpi.h>
#endif
/*******************************************************************************