Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
exa2pro
/
starpu-max
Watch
19
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
add missing include for pthread functions
Samuel Thibault
15 years ago
parent
94d9756774
commit
6936ef9370
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
tests/core/subgraph_repeat.c
+ 1
- 0
tests/core/subgraph_repeat.c
View File
@@ -15,6 +15,7 @@
*/
#include <starpu.h>
+#include <pthread.h>
static unsigned niter = 16384;