Re: [pypy-dev] pypy, vmprof and mpmath

2018-11-20 Thread Kris Kuhlman
Thank you for the suggestion. Using the —no-native option, both the test script and my original numerical integration script run under vmprof on pypy. Kris On Mon, Nov 19, 2018 at 1:12 PM Ronan Lamy wrote: > Le 17/11/18 à 15:39, Kris Kuhlman a écrit : > > I am using pypy to run numerical integ

Re: [pypy-dev] pypy, vmprof and mpmath

2018-11-19 Thread Ronan Lamy
Le 17/11/18 à 15:39, Kris Kuhlman a écrit : I am using pypy to run numerical integration calculations with the arbitrary precision library mpmath (http://mpmath.org). I am using pypy2-v6.0.0-osx64 and version 1.0 of mpmath (from github). I install mpmath with pypy and use the native (python on

[pypy-dev] pypy, vmprof and mpmath

2018-11-17 Thread Kris Kuhlman
I am using pypy to run numerical integration calculations with the arbitrary precision library mpmath (http://mpmath.org). I am using pypy2-v6.0.0-osx64 and version 1.0 of mpmath (from github). I install mpmath with pypy and use the native (python only) version; I am not using the gmp backend. I