Browse Source

drop spurious change

Samuel Thibault 10 years ago
parent
commit
f87145ef94
1 changed files with 0 additions and 1 deletions
  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);