#include #include main(int argc, char** argv) { int i, N, nproc, ich; float sum = 0, Gsum; MPI_Init(&argc, &argv); MPI_Comm_size(MPI_COMM_WORLD, &nproc); MPI_Comm_rank(MPI_COMM_WORLD, &ich); if (ich == 0){ printf("\nGeben Sie bitte die Anzahl Terme ein: N = "); scanf("%d",&N); } MPI_Bcast(&N,1,MPI_INT,0,MPI_COMM_WORLD); for (i=ich; i