Please enable JavaScript in your browser!
首頁
探索
說明
登入
exa2pro
/
starpu-max
關註
19
讚好
0
複刻
0
Files
問題管理
0
合併請求
0
Wiki
瀏覽代碼
examples/cholesky/cholesky_models.c: include cholesky.h to define FPRINTF
Nathalie Furmento
13 年之前
父節點
b98e434d3b
當前提交
2732132e82
共有
1 個文件被更改
,包括
1 次插入
和
0 次删除
分割檢視
顯示文件統計
1
0
examples/cholesky/cholesky_models.c
+ 1
- 0
examples/cholesky/cholesky_models.c
查看文件
@@ -26,6 +26,7 @@
*/
#include <starpu.h>
+#include "cholesky.h"
/* #define USE_PERTURBATION 1 */