Parallel programming in Python

PIRSA ID: 19100082
Event Type: Seminar
Scientific Area(s):
Other
End date:
Speaker(s):

Making use of modern multi-core computers (and multi-machine supercomputers) in Python can be achieved in a few different ways.  I will present the built-in Python “multiprocessing” module approach, which tends to work well and relatively painlessly for “naturally parallel” (aka “embarrassingly parallel”) problems. I’ll show what is required to use this approach, including how to submit jobs to the Slurm batch system on Symmetry.