[web2py] Re: numba jit fails in web2py environment

2015-01-16 Thread Leopold Haimberger
nd who knows what goes on. Anyway, your function would be re-compiled at > every iteration. > > I wrote this (https://github.com/mdipierro/ocl) works like numba (less > powerful probably) and it would have the same problem. > > Massimo > > On Thursday, 15 January 2015 05:1

[web2py] numba jit fails in web2py environment

2015-01-15 Thread Leopold Haimberger
Hi I am using the numba just in time compiler (version 0.16) for speeding up numerical calculations under python. For testing it I have slightly modified the standard web2py welcome application such that the index controller function calls a tiny function numba_add which adds 2 numbers. fr