Geek Articles

Categories

 

Subscribe

Daily Updates Subscribe geekarticles update via email Subscribe geekarticles update via RSS

 
GeekArticles Concepts Data Structure

Designing and Building Parallel Programs

Author: www-unix.mcs.anl.gov | Published: 12th Aug 2005 | Visited: 542 times | Add Comment
Filed in: Data Structure

This book is to provide a practitioner's guide for students, programmers, engineers, and scientists who wish to design and build efficient and cost-effective programs for parallel and distributed computer systems. I cover both the techniques used to design parallel programs and the tools used to implement these programs. I assume familiarity with sequential programming, but no prior exposure to parallel computing.

Read Article
 

Sponsored Links

 


Related Articles

 Article :: The Official Ubuntu Book, 2e: Ubuntu Equivalents to Windows Programs This appendix lists common Windows applications and their Ubuntu counterpa ...

 .NET Building Blocks: Custom User Control Fundamentals Find out the gritty details required to create, test, use, inherit, install, and distribute .NET User Controls of all ty ...

 Taming Trees: Building Branching Structures Learn tree nomenclature and how to build binary trees that can recursively traverse and draw their own no ...

 Building Interactive User Interfaces with Microsoft ASP.NET AJAX: Providing Visual Feedback with the...  Microsoft's ASP.NET AJAX Framework helps page developers design more interactive web pages by streamlining the postback mechanism. In traditional web pages, a full postback involves the browser re-requesting the page, which is then re-rendered. This re-rendered page markup is returned, in its ...

 Building a .NET Console Application for Scheduled Tasks This article walks you through the process of building a simple .NET command-line application that is designed to be scheduled to execute. The sample application will send an HTTP request to a web server and send the returned HTML as the body of an email message. Once the application is complete, ...

 Building a Visual Studio DebuggerVisualizer with a Custom Serializer For most any Serializeable object, making a DebuggerVisualizer is exceeding simple and examples abound. However, if you are trying to build a DebuggerVisualizer for an object which is not Serializable or takes too long to Serialize and Deserialize, things are not quite so simp ...

 Building ASP.NET Web Pages Dynamically in the Code-Behind - Part 2: A Form Example This article shows a technique for building ASP.NET Web pages where the entire page contents are created dynamically in code-be ...

 A Textured Triangle Control for Silverlight 2 - the Basic Building Block for 3D This article is all about implementing a triangle primitive as custom control in Silverlight 2.0 that can be used for 3D effects in Silveri ...

 Designing Application Using Test Driven Development In this article we will take a look at designing application using test driven developm ...

 Building a Simple Blog Engine with ASP.NET MVC and LINQ - Part 4 In the fourth part of this series, Keyvan talks about the unit testing concepts related to the MVC pattern and how Microsoft has adapted these concepts for its ASP.NET MVC framework. He shows these principles and the process that should be followed to unit test an ASP.NET MVC applicat ...



Next: Object-Oriented Software Composition



Post Comment

Name:


Email:
 (Optional. Used for Notification)

Title:

 
Comment:


Validation Code:
 <=>  (Enter this code in text box)





Latest Articles

 

Popular Articles

Sponsored Links