------------------
- Distutils setup.py: got multithreaded summation compiling with OpenMP
- Removed all code to manually compile executable
- CC and CXX environment variables set to avoid clang (and other non-openmp compilers) use
- Replaced executable code with parallelized function in the actual extension
- Rewrote primes_sum and primes_nth Python functions in C++ and removed Python script completely