1234567891011121314151617181920212223242526272829303132333435363738394041 |
- #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"
- };
|