commit 6c6559c83459e1f2c488e1adae0230cc104b5bc0
parent 1c61073853bf5a2be9a01ab735a9ffd2cde68aad
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date: Wed, 16 Mar 2022 14:16:58 +0100
Merge branch 'release_0.8_r2' into develop
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/stardis-app.h b/src/stardis-app.h
@@ -31,7 +31,7 @@
#include <sdis.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
@@ -39,7 +39,7 @@
#endif
#ifdef STARDIS_ENABLE_MPI
-#include <mpi/mpi.h>
+#include <mpi.h>
#endif
/*******************************************************************************