Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sdlbio-courses
HPC Python
Commits
fcf71290
Commit
fcf71290
authored
Dec 16, 2021
by
Jan Meinke
Browse files
Add missing README.
parent
d7585fcd
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.rst
0 → 100644
View file @
fcf71290
============================================
High-Performance Computing with Python @ JSC
============================================
:Author: Jan H. Meinke
:Author: Olav Zimmermann
Python is being increasingly used in high-performance computing projects. It can be used either as
a high-level interface to existing HPC applications and libraries, as embedded interpreter, or
directly.
This course combines lectures and hands-on session. We will show how Python can be used on parallel
architectures and how performance critical parts of the kernel can be optimized using various tools.
For using Python productively for parallel computing, these topics will be covered:
* Interactive parallel programming with IPython
* Profiling and optimization
* High-performance NumPy and SciPy, numba
* Distributed-memory parallel programming with Python and MPI
* Bindings to other programming languages and HPC libraries
* Interfaces to GPUs
This course is aimed at scientists who wish to explore the productivity gains made possible by Python
for HPC.
This course is a PRACE Advanced Training Centres (PATC) course.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment