Ruprecht-Karls-Universität Heidelberg

This is an archive of our old website and not updated anymore

The current website can be found at conan.iwr.uni-heidelberg.de

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 U013

Exam (New!)

The exam will be oral. I am offering two dates, which are
  • Thursday, September 17,
  • Monday, October 12.
Please write me an email (peter.bastian@iwr.uni-heidelberg.de) stating at which dates you have time and which one you prefer. Then we may iterate until all dates are set.

Lecture notes

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:

ssh -X psolv0XX@pool.iwr.uni-heidelberg.de

Instead of XX you need your account number. After login you should change the machine you are working on:

ssh -X psolv0XX@cipXX

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

bash build.sh

you are able to install DUNE library in version 2.3.1 and the dune-parsolve module. If you have any problems with the installation on MacOS or on Ubuntu/Debian for instance, please contact Marian Piatkowski.

Revision: 2128     Letzte Änderung: 2015-07-12 13