Tutorials¶
Here are some simple Tutorials
connectToMammouth¶
A short tutorial on how to connect to mammouth.
See connectToMammouth.pdf
.
onnectToMammouth_printable¶
It is better to save paper, but if you choose to print, use this version (consume less ink).
See connectToMammouth_printable.pdf:
.
pythonc_interface¶
A basic tutorial on how to compile your own c/c++ module to use it with python.
See pythonc_interface.tar.gz
.
hg_git¶
A basic tutorial on mercurial (hg) and/or git using command line.
See hg_git.pdf
.
matrixmultiplication_mkl¶
A benchmark of mkl performance with matrix multiplications.
See matrixmultiplication_mkl.tar.gz
.