Strangely NumPy 1.4dev seems to have problems when built 32/64 and run as 32 at least for certain circumstances:
http://projects.scipy.org/numpy/ticket/1221
That issue is totally unrelated to PyOpenCL, but I've mentioned it here in case anyone else runs into trouble with running a 32/64-bit binary in 32-bit mode.
-jsnyder On Sep 15, 2009, at 5:38 PM, James Snyder wrote:
Quick correction for this from the previous message. That should be line 378 where the line is replaced with the longer insertion.(serves me right for not just making a diff :-)Change should look something like this: tools/build/v2/tools/gcc.jam:378 - option = -m64 ; + if $(model) = 32_64 + { + } + else + { + option = -m64 ; + }-- James Snyder Biomedical Engineering Northwestern University [email protected] http://fanplastic.org/key.txt ph: 847.448.0386 _______________________________________________ PyOpenCL mailing list [email protected] http://tiker.net/mailman/listinfo/pyopencl_tiker.net
-- James Snyder Biomedical Engineering Northwestern University [email protected] http://fanplastic.org/key.txt ph: 847.448.0386
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ PyOpenCL mailing list [email protected] http://tiker.net/mailman/listinfo/pyopencl_tiker.net
