From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Smart To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Date: Wed, 31 Mar 2010 10:32:50 -0600 Message-ID: <1270053170.3130.11.camel@andrew-desktop> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [9fans] MPI Topicbox-Message-UUID: fa88c312-ead5-11e9-9d60-3106f5b1d025 On Wed, 2010-03-31 at 16:57 +0200, hugo rivera wrote: > I'm about to start a course that goes by the title of "Computational > Physics", and as I was having a look at the items that we are going to > cover, and saw that there's an "Introduction to parallel computing and > parallel programming with Message Passing Interface (MPI)". Some of > you 9fans may be familiar with this protocol, any comments on it? can > you recommend a book on this topic (not MPI, but concurrent stuff in > general)? Don't know of any books. Read the book the instructor recommends. Here are a couple good sites with interesting articles on parallel programming in general: http://www.devx.com/SpecialReports/Door/40893 http://www.drdobbs.com/high-performance-computing/ Having access to an operational cluster to test things on while you are learning helps. In your class you will likely be given access to a cluster. Happy coding! -Andrew Smart