Difference between pages "Sync" and "File:2gb.jpg"

From Mesham
(Difference between pages)
Jump to navigationJump to search
m
 
(Fast Fourier Transformation with 2GB of data)
 
Line 1: Line 1:
== Syntax ==
+
Fast Fourier Transformation with 2GB of data
 
 
sync name;
 
 
 
Where the optional ''name'' is a variable.
 
 
 
== Semantics ==
 
 
 
Will synchronise processes and acts as a blocking call involving all processes. This keyword is linked with default shared memory communication and other types. Omitting the variable name will result in synchronisation for all appropriate constructs. This can be thought of as a barrier, and the value of a variable can only be guaranteed after the appropriate barrier has completed.
 
 
 
''Since: Version 0.5''
 
 
 
[[Category:Parallel]]
 

Revision as of 17:52, 11 January 2010

Fast Fourier Transformation with 2GB of data