]> AND Public Git Repository - simgrid.git/blobdiff - docs/source/tuto_smpi/gemm_mpi.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Default is not to use sleep-set to agree with existing tests
[simgrid.git] / docs / source / tuto_smpi / gemm_mpi.cpp
index 92a14d60a84fde2c9e5ddd896560ba0c8fd37415..6b28638446dd31afa7f4ae3005c482eaba367b27 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2019-2021. 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. */
@@ -78,7 +78,7 @@ int main(int argc, char* argv[])
             multiply((size/nproc)*nproc, size-1);
         }
     }
-    
+
     // MPI_Barrier(MPI_COMM_WORLD);
     // end = MPI_Wtime();
 
@@ -97,7 +97,6 @@ int main(int argc, char* argv[])
     //         msec_per_matrix_mul,
     //         flops_per_matrix_mul);
     // }
-   
 
     return 0;
 }