View on GitHub

ceteiep_pdc

Parallel and Distributed Computing

MPI

Παράδειγμα 1

Μεταγλώττιση

	$ mpicc mpi_example01.c -o mpi_example01

Εκτέλεση

	$ mpirun -n 5 ./mpi_example01
	This is  process 0 waiting for messages
	Process 1 of 5 says hello.
	Process 2 of 5 says hello.
	Process 3 of 5 says hello.
	Process 4 of 5 says hello.

Παράδειγμα 2

Παράδειγμα 3

Παράδειγμα 4

Παράδειγμα 5

Παράδειγμα 6

Παράδειγμα 7

Παράδειγμα 8