X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dd651178d17450b44826cf102813bd85db1f9cd2..dae1dd8653d74810b1dce5ea941f2e4d214827d9:/examples/smpi/MM/Summa.h diff --git a/examples/smpi/MM/Summa.h b/examples/smpi/MM/Summa.h index ef0dcccb40..03c9d577fb 100644 --- a/examples/smpi/MM/Summa.h +++ b/examples/smpi/MM/Summa.h @@ -1,12 +1,15 @@ +/* Copyright (c) 2012, 2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include -double Summa( - double *a, double *b, double *c, - size_t lda, size_t ldb, size_t ldc, +double Summa(double *a, double *b, double *c, size_t lda, size_t ldb, size_t ldc, size_t m, size_t k_a, size_t k_b, size_t n, size_t Block_size, size_t start, size_t end, size_t row, size_t col, size_t size_row, size_t size_col, double *a_local, double *b_local, - MPI_Datatype Block_a, MPI_Datatype Block_a_local, - MPI_Datatype Block_b, + MPI_Datatype Block_a, MPI_Datatype Block_a_local, MPI_Datatype Block_b, MPI_Comm row_comm, MPI_Comm col_comm, int subs);