Please enable JavaScript in your browser!
Home
Esplora
Aiuto
Accedi
exa2pro
/
starpu-max
Segui
19
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
add missing include for pthread functions
Samuel Thibault
15 anni fa
parent
94d9756774
commit
6936ef9370
1 ha cambiato i file
con
1 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
0
tests/core/subgraph_repeat.c
+ 1
- 0
tests/core/subgraph_repeat.c
Vedi File
@@ -15,6 +15,7 @@
*/
#include <starpu.h>
+#include <pthread.h>
static unsigned niter = 16384;