Add omp parallelization for bessel function

This commit is contained in:
Guilhem Lavaux 2020-10-26 08:49:12 +01:00
parent 67c609a422
commit 84a1d3bf47
4 changed files with 16 additions and 4 deletions

View file

@ -218,7 +218,7 @@ class BuildCMakeExt(build_ext):
CosmoTool_extension = CMakeExtension(name="cosmotool")
setup(name='cosmotool',
version='1.1.0',
version='1.1.1',
packages=["cosmotool"],
package_dir={'cosmotool': 'python/cosmotool'},
install_requires=['numpy','cffi','numexpr','pyfftw','h5py'],