Bladeren bron

note why we don't use MSG_process_join yet

Samuel Thibault 9 jaren geleden
bovenliggende
commit
ec1f34dea4
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen
  1. 1 0
      src/common/thread.c

+ 1 - 0
src/common/thread.c

@@ -63,6 +63,7 @@ int starpu_pthread_create(starpu_pthread_t *thread, const starpu_pthread_attr_t
 int starpu_pthread_join(starpu_pthread_t thread STARPU_ATTRIBUTE_UNUSED, void **retval STARPU_ATTRIBUTE_UNUSED)
 {
 #if 0 //def HAVE_MSG_PROCESS_JOIN
+	/* https://gforge.inria.fr/tracker/index.php?func=detail&aid=13601&group_id=12&atid=165 */
 	MSG_process_join(thread, 100);
 #else
 	MSG_process_sleep(1);