Hi Andreas,
Thanks for the update. I tested it out and hit this issue:

icc -pthread -m64 -fPIC -O3 -DNDEBUG (...) -o build/temp.linux-x86_64-2.6/src/wrapper/wrap_cl.o /opt/apps/cuda_SDK/4.0//OpenCL/common/inc/CL/cl_platform.h(340): warning #1224: #warning directive: Need to implement some method to align data here
     #warning  Need to implement some method to align data here
      ^

bpl-subset/bpl_subset/boost/typeof/modifiers.hpp(11): catastrophic error: could not open source file "pyopenclboost/typeof/incr_registration_group.hpp"
  #include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
                                                      ^

compilation aborted for src/wrapper/wrap_cl.cpp (code 4)
error: command 'icc' failed with exit status 4

Also, I checked & I am using icc 11.1 as well.

-Cyrus


On 01/30/12 16:19, Andreas Kloeckner wrote:
Hi Cyrus,

On Fri, 27 Jan 2012 14:18:13 -0800, Cyrus Harrison<[email protected]>  wrote:
I have been very happy using pyopencl built with gcc&  I am trying to
get pyopencl up + running on another platform using:
    icc
    NVIDIA Cuda 4.0 SDK
    python 2.6.4
    numpy from github
I think I fixed up PyOpenCL and bpl-subset (in git) far enough that you
should at least see some progress. It built for me on some NYU cluster
where they had

intel-c/cce/11.1.046

Let me know how things work out. The compile is very verbose (thanks to
-Wall), but it did work out for me in the end.

Let me know how that does.

Andreas

_______________________________________________
PyOpenCL mailing list
[email protected]
http://lists.tiker.net/listinfo/pyopencl

Reply via email to