EuroPython2011_HighPerformanceComputing icon indicating copy to clipboard operation
EuroPython2011_HighPerformanceComputing copied to clipboard

Code for High Performance Computing tutorial for EuroPython 2011

Results 2 EuroPython2011_HighPerformanceComputing issues
Sort by recently updated
recently updated
newest added

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...