From b1260737f8fa5509d7f64be073451bd6927e8c2b Mon Sep 17 00:00:00 2001
From: Florent Pruvost <florent.pruvost@inria.fr>
Date: Wed, 9 Dec 2015 15:17:14 +0000
Subject: [PATCH] fix warning related to several main redefinition in the
 simgrid case

---
 include/morse_simulate.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/morse_simulate.h b/include/morse_simulate.h
index 50f512128..f66ce2318 100644
--- a/include/morse_simulate.h
+++ b/include/morse_simulate.h
@@ -29,7 +29,7 @@
 #if defined(CHAMELEON_SCHED_STARPU) && defined(CHAMELEON_SIMULATION)
 #include <starpu_simgrid_wrap.h>
 #if defined(CHAMELEON_USE_MPI)
-#define main smpi_simulated_main_
+#define starpu_main smpi_simulated_main_
 #endif
 #endif
 
-- 
GitLab