Samuel Thibault пре 10 година
родитељ
комит
f87145ef94
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      src/core/workers.c

+ 0 - 1
src/core/workers.c

@@ -1095,7 +1095,6 @@ int starpu_initialize(struct starpu_conf *user_conf, int *argc, char ***argv)
 #endif
 
 	STARPU_PTHREAD_MUTEX_LOCK(&init_mutex);
-	fprintf(stderr,"initialized is %d in %d\n", initialized, starpu_mpi_world_rank());
 	while (initialized == CHANGING)
 		/* Wait for the other one changing it */
 		STARPU_PTHREAD_COND_WAIT(&init_cond, &init_mutex);