Webinar 2015 Parallel Design Patterns

From SHARCNETHelp
Revision as of 11:28, 14 December 2015 by imported>Syam (Created page with "Design patterns is a term in software engineering which refers to a reusable solution to recurring programming problems. They are not code and they are typically language inde...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Design patterns is a term in software engineering which refers to a reusable solution to recurring programming problems. They are not code and they are typically language independent. In this seminar we will examine a number models and designs that apply to parallel programming. We will also examine some concepts that a programmer must consider when deciding how to approach a particular parallel implementation.