Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NIH-HPC/python-in-hpc
Materials for a Python in HPC class
https://github.com/NIH-HPC/python-in-hpc
Last synced: 14 days ago
JSON representation
Materials for a Python in HPC class
- Host: GitHub
- URL: https://github.com/NIH-HPC/python-in-hpc
- Owner: NIH-HPC
- License: other
- Created: 2017-11-29T12:57:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-20T14:50:14.000Z (over 4 years ago)
- Last Synced: 2024-08-01T16:47:02.095Z (3 months ago)
- Language: Jupyter Notebook
- Size: 4 MB
- Stars: 32
- Watchers: 9
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python in HPC
Materials for teaching a 'Python in HPC' class. Includes python notebooks,
scripts, and slides.
- profiling_and_optimizing
- Notebook showing how to profile and improve performance
of a simple minded Mandelbrot set implementation. Includes
numba, numpy, cython, f2py, numba.vectorize, and multiprocessing. - parallel_code_examples
- Python example code for cross-machine parallization