Size: 572
Comment:
|
Size: 1211
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
This is for non-experts. | All participants at the MSRI Parallel Computation Workshop will be assumed to have a basic background in parallel computation already -- there will be no basic background tutorials or lectures. Fortunately, anybody can get such a background in a day by reading the documents listed below under ''required reading''. |
Line 5: | Line 5: |
== Reading List == | == Required Reading List == |
Line 13: | Line 13: |
3. [http://www.llnl.gov/computing/tutorials/openMP/ OpenMP tutorial] == Optional Reading List == 1. [http://mail.python.org/pipermail/python-list/2006-May/382955.html List post about OpenMp and Python] 2. [http://aspn.activestate.com/ASPN/search?query=parallel&x=0&y=0§ion=PYTHONCKBK&type=Subsection Python Parallel Recipes] |
Preworkshop Reading Materials
All participants at the MSRI Parallel Computation Workshop will be assumed to have a basic background in parallel computation already -- there will be no basic background tutorials or lectures. Fortunately, anybody can get such a background in a day by reading the documents listed below under required reading.
Required Reading List
At a minimum, make sure you are completely familiar with the following before the workshop, in order:
1. [http://www.llnl.gov/computing/tutorials/parallel_comp/ Introduction to Parallel Computing]
2. [http://www.llnl.gov/computing/tutorials/pthreads/ POSIX Threads Programming]
3. [http://www.llnl.gov/computing/tutorials/openMP/ OpenMP tutorial]
Optional Reading List
1. [http://mail.python.org/pipermail/python-list/2006-May/382955.html List post about OpenMp and Python] 2. [http://aspn.activestate.com/ASPN/search?query=parallel&x=0&y=0§ion=PYTHONCKBK&type=Subsection Python Parallel Recipes]
Other Relevant Documents
Skim or read these as time permits:
* [http://ocw.mit.edu/OcwWeb/Mathematics/18-337JSpring-2005/LectureNotes/index.htm Applied Parallel Computing Lectures]