Please enable JavaScript in your browser!
Accueil
Explorer
Aide
Connexion
exa2pro
/
starpu-max
Suivre
19
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Parcourir la source
add missing include for pthread functions
Samuel Thibault
il y a 15 ans
Parent
94d9756774
commit
6936ef9370
1 fichiers modifiés
avec
1 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
1
0
tests/core/subgraph_repeat.c
+ 1
- 0
tests/core/subgraph_repeat.c
Voir le fichier
@@ -15,6 +15,7 @@
*/
#include <starpu.h>
+#include <pthread.h>
static unsigned niter = 16384;