Mentions légales du service

Skip to content
Snippets Groups Projects
Commit a1b0abf5 authored by THIBAULT Samuel's avatar THIBAULT Samuel
Browse files

starpu: Call starpu_fxt_autostart_profiling in non-MPI case too

parent 92be77ad
No related branches found
No related tags found
1 merge request!209starpu: Call starpu_fxt_autostart_profiling in non-MPI case too
...@@ -32,6 +32,10 @@ static int chameleon_starpu_init( starpu_conf_t *conf ) ...@@ -32,6 +32,10 @@ static int chameleon_starpu_init( starpu_conf_t *conf )
{ {
int hres; int hres;
#if defined(STARPU_USE_FXT)
starpu_fxt_autostart_profiling(0);
#endif
#if defined(CHAMELEON_USE_MPI) #if defined(CHAMELEON_USE_MPI)
{ {
...@@ -40,10 +44,6 @@ static int chameleon_starpu_init( starpu_conf_t *conf ) ...@@ -40,10 +44,6 @@ static int chameleon_starpu_init( starpu_conf_t *conf )
MPI_Initialized( &flag ); MPI_Initialized( &flag );
# endif # endif
#if defined(STARPU_USE_FXT)
starpu_fxt_autostart_profiling(0);
#endif
# if defined(HAVE_STARPU_MPI_INIT_CONF) # if defined(HAVE_STARPU_MPI_INIT_CONF)
hres = starpu_mpi_init_conf(NULL, NULL, !flag, MPI_COMM_WORLD, conf); hres = starpu_mpi_init_conf(NULL, NULL, !flag, MPI_COMM_WORLD, conf);
# else # else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment