Difference between revisions of "MPI"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
| Line 10: | Line 10: | ||
=Send and Receive=  | =Send and Receive=  | ||
| + | |||
| + | triple (address, count, type)  | ||
==A Common Bug==  | ==A Common Bug==  | ||
Revision as of 12:24, 19 July 2010
MPI: Message passing for distributed memory computing
Introduction
Hello World
These programs assume that all processes can write to the screen. This is not a safe assumption.
Send and Receive
triple (address, count, type)