12345678910111213141516171819202122232425262728293031323334353637383940 |
- #include "mpi_cholesky.h"
- struct starpu_perfmodel chol_model_11 =
- {
- .type = STARPU_HISTORY_BASED,
- .symbol = "chol_model_11"
- };
- struct starpu_perfmodel chol_model_21 =
- {
- .type = STARPU_HISTORY_BASED,
- .symbol = "chol_model_21"
- };
- struct starpu_perfmodel chol_model_22 =
- {
- .type = STARPU_HISTORY_BASED,
- .symbol = "chol_model_22"
- };
|