Andreas,

On Aug 2, 2010, at 9:31 PM, Andreas Kloeckner wrote:

> On Tue, 29 Jun 2010 15:42:14 -0600, Art <grenan...@gmail.com> wrote:
>> =============================================================================
>>  test session starts 
>> ==============================================================================
>> platform darwin -- Python 2.6.5 -- pytest-1.3.1
>> test object 1: ./test_driver.py
>>
>> test_driver.py F.FFFFFFFFFFFFFFFF
>
> This might actually have been a bug in test_driver (unaligned access,
> which is an issue on Fermi) that I fixed on July 16. Can one of you
> (Paul, Art, Fabrizio) try again?
>
> Thanks,
> Andreas

Not sure if I know enough to help. I just checked out from git, used
the shipped boost and,

CXXFLAGS = ['-arch', 'x86_64', '-m64', '-isysroot',
'/Developer/SDKs/MacOSX10.6.sdk']
LDFLAGS = ['-arch', 'x86_64', '-m64', '-isysroot',
'/Developer/SDKs/MacOSX10.6.sdk']

and I get the same errors with 'python test_driver.py'. I have tried
running some of the examples and some work and others don't.

Same procedure on the same machine but with a 32-bit python works and
test_driver returns no errors. I do get the 'Setuptools conflict
detected' warning in both cases.

Paul

_______________________________________________
PyCUDA mailing list
PyCUDA@tiker.net
http://lists.tiker.net/listinfo/pycuda

Reply via email to