From: Thomas S. <to...@fe...> - 2011-09-22 10:49:54
|
On Wed, 21 Sep 2011 15:10:48 -0700 Kevin Karplus wrote: > > The problem could be with Vpython requiring a 32-bit python and the > CUDA code requiring a 64-bit python. > > I still don't understand why Vpython requires 32-bit python. It works on 64-bit python, but I don't know how ubuntu handles that... Here, we have 64 bit apps/libs in /usr/lib64 and 32 bit apps/libs in /usr/lib/ so when building on a 64 bit machine, this works as expected... Don't know, how ubuntu users could solve that... Tom |