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
6936ef9370
commit
a67fe2f4d1
1 changed files
with
1 additions
and
0 deletions
Unified View
Show Diff Stats
1
0
tests/core/subgraph_repeat_regenerate.c
+ 1
- 0
tests/core/subgraph_repeat_regenerate.c
View File
@@
-15
,
6
+
15
,
7
@@
*/
*/
#
include
<starpu.h>
#
include
<starpu.h>
+
#
include
<pthread.h>
static
unsigned
niter =
16384
;
static
unsigned
niter =
16384
;