Mentions légales du service

Skip to content
Snippets Groups Projects
Commit a68dbedc authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

Merge branch 'master' into 'master'

starpu: Call starpu_fxt_autostart_profiling in non-MPI case too

See merge request !209
parents 92be77ad a1b0abf5
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 )
{
int hres;
#if defined(STARPU_USE_FXT)
starpu_fxt_autostart_profiling(0);
#endif
#if defined(CHAMELEON_USE_MPI)
{
......@@ -40,10 +44,6 @@ static int chameleon_starpu_init( starpu_conf_t *conf )
MPI_Initialized( &flag );
# endif
#if defined(STARPU_USE_FXT)
starpu_fxt_autostart_profiling(0);
#endif
# if defined(HAVE_STARPU_MPI_INIT_CONF)
hres = starpu_mpi_init_conf(NULL, NULL, !flag, MPI_COMM_WORLD, conf);
# 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