Yup. Its passed.

gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -Isrc/cpp
-I/nfs/01/osu5574/local/boost/include -I/nfs/01/osu5574/local/cuda/include
-I/nfs/01/osu5574/local/python/lib/python2.7/site-packages/numpy/core/include
-I/nfs/01/osu5574/softwares/virtualenv-1.4.9/../Python-2.7/include/python2.7
-c src/wrapper/mempool.cpp -o
build/temp.linux-x86_64-2.7/src/wrapper/mempool.o
-DBOOST_PYTHON_NO_PY_SIGNATURES

This is the final one at which it fails. Should I use the latest version? Or
do you suggest a specific version?

On Fri, Mar 18, 2011 at 12:18 AM, Andreas Kloeckner <[email protected]
> wrote:

> On Thu, 17 Mar 2011 23:33:53 -0400, "Raghuram.O.S." <
> [email protected]> wrote:
> > gcc --version
> > gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-48)
> >
> > I thought this was the compiler which other links I referred to had used
> > (and the default one on the red hat machine I'm using). Should I install
> a
> > newer version?
>
> Two things:
>
> - Is the '-DBOOST_PYTHON_NO_PY_SIGNATURES' option actually passed to the
>  compiler (i.e. can you see it during compilation)? If not, that needs
>  fixing.
>
> - If you can see it and the compiler still crashes with an ICE, a newer
>  compiler is likely your only option.
>
> Andreas
>
>


-- 
Regards,
Onti
_______________________________________________
PyCUDA mailing list
[email protected]
http://lists.tiker.net/listinfo/pycuda

Reply via email to