Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge commit '78f0dd861a9bb479f33b9494a2b4ed7b977288a4' into v3_10_x
[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