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
examples/cholesky/cholesky_models.c: include cholesky.h to define FPRINTF
Nathalie Furmento
13 years ago
parent
b98e434d3b
commit
2732132e82
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
examples/cholesky/cholesky_models.c
+ 1
- 0
examples/cholesky/cholesky_models.c
View File
@@ -26,6 +26,7 @@
*/
#include <starpu.h>
+#include "cholesky.h"
/* #define USE_PERTURBATION 1 */