Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Readme.md

Python Profiling and Simple Parallelization

John Parejko (@parejkoj), Lia Corrales (), Phil Marshall (@drphilmarshall) and Andrew Hearin (@aphearin)

Building with cython

cython -a scattering_utils.pyx
python setup.py build_ext --inplace
  • The file scattering_utils.html that gets produced is what lets you view the C- code that cython produced.