Please enable JavaScript in your browser!
Accueil
Explorer
Aide
Connexion
exa2pro
/
starpu-max
Suivre
19
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Parcourir la source
examples/cholesky/cholesky_models.c: include cholesky.h to define FPRINTF
Nathalie Furmento
il y a 14 ans
Parent
b98e434d3b
commit
2732132e82
1 fichiers modifiés
avec
1 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
1
0
examples/cholesky/cholesky_models.c
+ 1
- 0
examples/cholesky/cholesky_models.c
Voir le fichier
@@ -26,6 +26,7 @@
*/
#include <starpu.h>
+#include "cholesky.h"
/* #define USE_PERTURBATION 1 */