Personal tools

Fortran implementation of the Actor Model using MPI

From MohidWiki

Revision as of 18:13, 30 November 2014 by Miranda ricardo (talk | contribs)
Jump to: navigation, search

A very simple ping-pong program is shown here. There are 2 programs, ping and pong, that shoot messages among them, starting each with a random number of plays. The first program reaching 0 will send a message for the other program to stop and stops itself.