External References
From KratosWiki
(Difference between revisions)
Line 3: | Line 3: | ||
* C++ Reference. http://msdn.microsoft.com/en-us/library/8ztckdts(VS.80).aspx | * C++ Reference. http://msdn.microsoft.com/en-us/library/8ztckdts(VS.80).aspx | ||
+ | |||
+ | * Requirements for compiling with intel | ||
+ | http://software.intel.com/en-us/articles/using-intel-compilers-for-linux-with-ubuntu/ | ||
[[Category: References]] | [[Category: References]] |
Revision as of 13:28, 12 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
- C++ Reference. http://msdn.microsoft.com/en-us/library/8ztckdts(VS.80).aspx
- Requirements for compiling with intel
http://software.intel.com/en-us/articles/using-intel-compilers-for-linux-with-ubuntu/