EuroPython2011_HighPerformanceComputing
EuroPython2011_HighPerformanceComputing copied to clipboard
Code for High Performance Computing tutorial for EuroPython 2011
There are small typos in: - docs/conf.py - docs/index.rst - mandelbrot/multiprocessing/multi.py - mandelbrot/parallelpython_cython_pure_python/parallelpython_cython_pure_python.py - mandelbrot/parallelpython_pure_python/parallelpython_pure_python.py - mandelbrot/parallelpython_pure_python/parallelpython_pure_python_using_ppserver.py Fixes: - Should read `contiguous` rather than `continguous`. - Should read `that` rather...
Quick hack to use array rather than numpy for outputting pixel data. Concerned that it might be a bit endian/architecture dependent, but it sounds like it was before. Only way...