External References
From KratosWiki
(Difference between revisions)
(New page: * OpenMP Reference. OpenMP in Visual C++ http://msdn.microsoft.com/en-us/library/tt15eb9t%28VS.80%29.aspx ** for example: '''atomic''' ''Specifies that a memory location that will be upd...) |
|||
Line 1: | Line 1: | ||
− | * OpenMP Reference. OpenMP in Visual C++ | + | * OpenMP Reference. '''OpenMP in Visual C++''' http://msdn.microsoft.com/en-us/library/tt15eb9t%28VS.80%29.aspx |
** for example: '''atomic''' ''Specifies that a memory location that will be updated atomically.'' http://msdn.microsoft.com/en-us/library/8ztckdts%28VS.80%29.aspx | ** for example: '''atomic''' ''Specifies that a memory location that will be updated atomically.'' http://msdn.microsoft.com/en-us/library/8ztckdts%28VS.80%29.aspx | ||
[[Category: References]] | [[Category: References]] |
Revision as of 16:18, 8 January 2010
- OpenMP Reference. OpenMP in Visual C++ http://msdn.microsoft.com/en-us/library/tt15eb9t%28VS.80%29.aspx
- for example: atomic Specifies that a memory location that will be updated atomically. http://msdn.microsoft.com/en-us/library/8ztckdts%28VS.80%29.aspx