Please enable JavaScript in your browser!
Strona główna
Odkrywaj
Pomoc
Zaloguj się
exa2pro
/
starpu-max
Obserwuj
19
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Przeglądaj źródła
add missing include for pthread functions
Samuel Thibault
15 lat temu
rodzic
6936ef9370
commit
a67fe2f4d1
1 zmienionych plików
z
1 dodań
i
0 usunięć
Widok podzielony
Pokaż statystyki zmian
1
0
tests/core/subgraph_repeat_regenerate.c
+ 1
- 0
tests/core/subgraph_repeat_regenerate.c
Wyświetl plik
@@ -15,6 +15,7 @@
*/
#include <starpu.h>
+#include <pthread.h>
static unsigned niter = 16384;