TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Introduction to Parallel Computing

41 pointsby r11tover 14 years ago

4 comments

elibenover 14 years ago
This is an excellent resource for learning parallel programming, on several levels. Don't miss these related tutorials from the same source:<p>* Pthreads: <a href="https://computing.llnl.gov/tutorials/pthreads/" rel="nofollow">https://computing.llnl.gov/tutorials/pthreads/</a><p>* OpenMP: <a href="https://computing.llnl.gov/tutorials/openMP/" rel="nofollow">https://computing.llnl.gov/tutorials/openMP/</a><p>* MPI: <a href="https://computing.llnl.gov/tutorials/mpi/" rel="nofollow">https://computing.llnl.gov/tutorials/mpi/</a>
l0nwlfover 14 years ago
I liked the way the content is presented. I had Parallel Computing as one of my elective this semester, and the subject isn't kool any more when you dive into it. Parallel Computing is tough IMHO and it takes some brainstorming to solve even the basic problems like computing prime numbers or sparse matrix multiplication. Also we use OpenCL, which itself is quite a complicated deal. ( TBB, OpenMP are simpler ). The tutorial makes the basics clear as well as the post have an aesthetic feel to it. All in all - a nice read.
评论 #1914230 未加载
评论 #1914441 未加载
_corbettover 14 years ago
the website is a little hokey but I found the tutorials/mini courses on MPI and OpenMP on <a href="http://ci-tutor.ncsa.illinois.edu/browse.php" rel="nofollow">http://ci-tutor.ncsa.illinois.edu/browse.php</a> very useful
phamiltonover 14 years ago
here's a link to the current course I'm taking, in case anyone is interested in working through some assignments. <a href="http://dna.cs.byu.edu/CS484/schedule/schedule-winter2010" rel="nofollow">http://dna.cs.byu.edu/CS484/schedule/schedule-winter2010</a><p>It uses the llnl tutorials for most of the reading.