Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
New actions for the time independent trace replay framework:
[simgrid.git] / examples / smpi / MM / 2.5D_MM.h
1 #include <mpi.h>
2 double two_dot_five(
3                     size_t m, size_t k, size_t n,
4                     size_t Block_size, size_t group, size_t key,
5                     size_t size_row, size_t size_col, size_t NB_groups );
6