[SciPy-user] scipy and blitz

Robert Kern robert.kern at gmail.com
Tue Apr 1 15:54:43 EDT 2008


On Tue, Apr 1, 2008 at 2:38 PM, nicky van foreest <vanforeest at gmail.com> wrote:
> Hi,
>
>  Thanks for your answer.
>
> >
>  > The first time the weave.blitz and weave.inline codes are called, they
>  >  have to compile, link, and load a C++ Python extension module. Run the
>  >  benchmark a second time.
>
>  Sure. I did this a couple of times, but each time I get more or less
>  the same result.

Hmm, okay. Then I'm not sure what's up here.

>  I also do not see any new files appearing after
>  running laplace.py. Does blitz store any of its compiled files in the
>  directory (or subdirectories) that contains laplace.py?

No, they go into ~/.python2x_compiled where x is the minor version
number of your Python interpreter.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless
enigma that is made terrible by our own mad attempt to interpret it as
though it had an underlying truth."
 -- Umberto Eco



More information about the SciPy-User mailing list