Skip to content
This repository was archived by the owner on Jan 30, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (13 loc) · 745 Bytes

File metadata and controls

15 lines (13 loc) · 745 Bytes

This repository contains the material used for the course High-Performance Computing with Python, organized at CSCS on 23-25 June 2021

The course covers the following topics:

  • Vectorization with NumPy and the SciPy stack
  • Profiling python code
  • Extending python with cython, cffi and f2py
  • Just-in-time compilation with numba
  • Distributed-memory parallel programming with python
  • Interfaces to GPUs

Course Instructors:

  • Dr. Rafael Sarmiento (Computational Scientist, CSCS)
  • Dr. Tim Robinson (Computational Scientist, CSCS)
  • Dr. Theofilos Manitaras (Computational Scientist, CSCS)
  • Dr. Vasileios Karakasis (Group Lead, CSCS)