Please enable JavaScript in your browser!
Inicio
Explorar
Ayuda
Iniciar sesión
exa2pro
/
starpu-max
Seguir
19
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
examples/cholesky/cholesky_models.c: include cholesky.h to define FPRINTF
Nathalie Furmento
hace 14 años
padre
b98e434d3b
commit
2732132e82
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
examples/cholesky/cholesky_models.c
+ 1
- 0
examples/cholesky/cholesky_models.c
Ver fichero
@@ -26,6 +26,7 @@
*/
#include <starpu.h>
+#include "cholesky.h"
/* #define USE_PERTURBATION 1 */