Stage Jean-Baptiste Cayrou
08/31/2012
100%
Updated over 12 years ago by Knödlseder Jürgen
Stage Jean-Baptiste Cayrou¶
This pages summarizes the work done during the summer project of Jean-Bapsiste Cayrou.
Documentation¶
Pthread
https://computing.llnl.gov/tutorials/pthreads¶
http://franckh.developpez.com/tutoriels/posix/pthreads/
Pointer to a member function and pthread_create¶
http://www.scsc.no/blog/2010/09-03-creating-pthreads-in-c++-using-pointers-to-member-functions.html
Some documentation on Python and threading¶
http://jessenoller.com/2009/02/01/python-threads-and-the-global-interpreter-lock/
(just to recall that the GIL exists, but if we use the UNIX pthread mechanism we may be able to circumvent this).
OpenMP¶
http://openmp.org/mp-documents/ntu-vanderpas.pdf
http://software.intel.com/en-us/articles/getting-started-with-openmp/