SMACK 12 - Do it faster! Simple ways to use all those cores (and GPUs) efficiently.

Authors
Dr.
Carlos Allende
Date and time
16 Nov 2021 - 11:30 Europe/London
Address

Aula

Talk language
English
Slides language
English
Serie number
1
Description

We will introduce several ways in which trivially embarrassingly parallel tasks can be run in laptops and desktops. We will introduce command-line tools such as GNU parallel and Kiko. We will then focus on simple techniques for optimisation of scientific computations in python. We will cover parallel computing with multiprocessing, acceleration of functions via numba, and GPU computing with cupy. The goal is to provide an easy roadmap for python code optimisation methods that can applied on already existing code, without writing a single line of C or FORTRAN.