diff --git a/main.cpp b/main.cpp index 3d534ec..e8bd35e 100644 --- a/main.cpp +++ b/main.cpp @@ -2,11 +2,8 @@ #include int main(int argc, char **argv) { - (void) argc; - (void) argv; - // Initialize the MPI environment - MPI_Init(NULL, NULL); + MPI_Init(&argc, &argv); // Get the number of processes int world_size;