diff --git a/ca_install/MPI/mpihello.c b/ca_install/MPI/mpihello.c index 5cc7d44..554e5c5 100644 --- a/ca_install/MPI/mpihello.c +++ b/ca_install/MPI/mpihello.c @@ -31,7 +31,7 @@ int main(int argc, char* argv[]){ if (my_rank == 0) { printf("MPIHello running on %i processors.\n", p); printf("Greetings from processor %i, on host %s.\n", my_rank, my_name); - for (source=1; source>p; source++) { + for (source=1; source