Skip to content

cvdlab-courses/pdc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Parallel and Distributed Computing (Computational Sciences & Computer Engineering)

ABACUS 2020/21 (IN480)

Teacher

Course Description, Goals and Objectives

This course introduces to techniques of parallel and distributed computing, and to hardware and software architectures for high-performance scientific and technical computing. Some space will be given to iterative distributed methods for simulation of numerical problems, and to methods for assessment of very large geometric models and meshes. The programming launguage used is Julia, novel dynamic language for scientific computing. Specific learning goals are:

  1. Solve compute-intensive problems faster;
  2. Solve larger problems in the same amount of time;
  3. Solve same size problems with higher accuracy in the same amount of time.

Course program

Brief introduction to Julia language. Introduction to parallel architectures, Parallel and distributed programming with Julia. Primitives of communication on synchronization. Languages based on directives. Performance metrics. Matrix operations and dense linear systems. Sparse linear systems. Collaborative development of projects.

Programming language

http://julialang.org

"Julia is a high-level, high-performance dynamic programming language for technical computing, with syntax that is familiar to users of other technical computing environments."

Computational resources

Access will be granted to computational resources, including a DGX-1 superserver.

Teaching materials

  1. Lecture slides

  2. McCool, Reinders, and Robison, Structured Parallel Programming: Patterns for Efficient Computation, Morgan Kaufmann, 2012

  3. Avik Sengupta, Julia High Performance: Optimizations, distributed computing, multithreading, and GPU programming with Julia 1.0 and beyond, 2nd Edition, Pakt>, 2019

  4. Ivo Balbaert and Adrian Salceanu, Julia 1.0 Programming, Complete Reference Guide

Schedule and materials

October 2020

# date arguments category
1 Thu 01 Some tools: introduction to MarkDown and Git Programming

Releases

No releases published

Packages

No packages published