X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ea74f5d95928a521a588737e81f1de94eef25d19..f16ce13525c4b4e00ef8e1f578dc92794fa10506:/docs/source/tuto_smpi/gemm_mpi.cpp?ds=sidebyside diff --git a/docs/source/tuto_smpi/gemm_mpi.cpp b/docs/source/tuto_smpi/gemm_mpi.cpp index c9966ac944..ab9920b6c8 100644 --- a/docs/source/tuto_smpi/gemm_mpi.cpp +++ b/docs/source/tuto_smpi/gemm_mpi.cpp @@ -1,10 +1,10 @@ -/* Copyright (c) 2019-2022. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2019-2023. 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 "stdio.h" -#include "mpi.h" +#include +#include const int size = 3000; @@ -27,7 +27,7 @@ int main(int argc, char* argv[]) { int rank, nproc; int istart, iend; - double start, end; + // double start, end; MPI_Init(&argc, &argv); MPI_Comm_size(MPI_COMM_WORLD, &nproc);