commit 4dc240f2e294a0896a02921fe72c1838a775090c
parent 21369e854175069c3827b6843a8ffd59f023fffe
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date: Wed, 16 Mar 2022 14:27:34 +0100
Merge branch 'release_0.8_r2'
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
/*******************************************************************************