diff --git a/include/morse_simulate.h b/include/morse_simulate.h index 50f512128ff7dff3877e3500b14e22f7be8e7692..f66ce2318974a10e6429a8b925c803f28233c21a 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