Re: [Numpy-discussion] numpy for 64 bits machine

2009-03-20 Thread Nils Wagner
On Fri, 20 Mar 2009 11:09:49 +0100 Vincent Thierion wrote: > Hello, > > Is there an "easy way" to build numpy on remote 64 bits >machines on which I > don't have any roots privilege ? python setup.py install --prefix=$HOME/local Nils ___ Nump

Re: [Numpy-discussion] numpy for 64 bits machine

2009-03-20 Thread Vincent Thierion
Hello, Is there an "easy way" to build numpy on remote 64 bits machines on which I don't have any roots privilege ? The shared problem seems related to 64 bits / 32 bits building. Vincent 2009/3/20 David Cournapeau > 2009/3/20 Vincent Thierion : > > Hello, > > > > I built the numpy module for

Re: [Numpy-discussion] numpy for 64 bits machine

2009-03-19 Thread David Cournapeau
2009/3/20 Vincent Thierion : > Hello, > > I built the numpy module for 32 bits architecture (it seems the default > building). However, my programs using this module have to be launched on > remote worker nodes whose architecture can be 32 bits as well 64 bits (grid > computing). First experimentat

[Numpy-discussion] numpy for 64 bits machine

2009-03-19 Thread Vincent Thierion
Hello, I built the numpy module for 32 bits architecture (it seems the default building). However, my programs using this module have to be launched on remote worker nodes whose architecture can be 32 bits as well 64 bits (grid computing). First experimentations on 64 bits machines is bad, my prog