External References
From KratosWiki
(Difference between revisions)
Line 1: | Line 1: | ||
− | + | Links to external pages that can be useful to new Kratos users and developers | |
− | + | ||
+ | '''Python''' | ||
+ | |||
+ | * Python documentation http://docs.python.org/ Includes a tutorial that covers most features needed to work with Kratos. | ||
+ | |||
+ | '''C++''' | ||
+ | |||
+ | * An introduction to C++: http://newdata.box.sk/bx/c/index.htm | ||
* 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 | ||
− | * | + | * How to install the Intel compiler in Ubuntu Linux http://software.intel.com/en-us/articles/using-intel-compilers-for-linux-with-ubuntu/ |
− | + | ||
+ | '''OpenMP''' | ||
+ | |||
+ | * http://openmp.org/ Look for the "An overview of OpenMP" presentation. | ||
+ | |||
+ | * 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 | ||
[[Category: References]] | [[Category: References]] |
Revision as of 14:31, 31 March 2010
Links to external pages that can be useful to new Kratos users and developers
Python
- Python documentation http://docs.python.org/ Includes a tutorial that covers most features needed to work with Kratos.
C++
- An introduction to C++: http://newdata.box.sk/bx/c/index.htm
- C++ Reference. http://msdn.microsoft.com/en-us/library/8ztckdts(VS.80).aspx
- How to install the Intel compiler in Ubuntu Linux http://software.intel.com/en-us/articles/using-intel-compilers-for-linux-with-ubuntu/
OpenMP
- http://openmp.org/ Look for the "An overview of OpenMP" presentation.
- 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