Course Parallel Solution of Large Sparse Linear Systems
Contents
- Parallelization of classical linear iterative methods
- Overlapping domain decomposition methods, Schwarz methods
- Multigrid methods
- Non-overlapping domain decomposition methods
Location and time
Lectures: Wed 11-13, Fr 9-11 in INF 350 / OMZ R U013Exam (New!)
The exam will be oral. I am offering two dates, which are- Thursday, September 17,
- Monday, October 12.
Lecture notes
- Lecture notes from the Numerics 2 course held in SS 2014
- Complete Version of the lecture notes (July 12, 2015)
Exercises
No exercise in the week from 27th April till 1st May.
From Monday 4th May on, the location and time of the exercises changes to:
Mo 16-18 in INF 350 / OMZ R U012
Registration via the MÜSLI system
Exercise sheets
The practical exercises have to be submitted to Marian Piatkowski. Please pack the folder of the current exercise in the directory "dune-parsolve/uebungen/" as an archive send it via e-mail.Exercise 1
Exercise 2
Exercise 3
Exercise 4
Exercise 5
Exercise 6
Remote work in computer pool
You can log into the computers in pool in graphics mode using ssh:
XX you need your account number. After login you should change the machine you are working on:
|
Installation on your computer with linux
In Ubuntu or Debian you will need to install with sudo apt-get install following packages:
build-essential g++ paraview git cmake libopenmpi-dev openmpi-bin
libsuperlu3-dev libx11-dev
At first download the installation script from the pool:
scp psolv0XX@pool.iwr.uni-heidelberg.de:dune-parsolve-ss15/build.sh .
Running the Bash-script build.sh with the command
|