Cg GPU Problem with memory

Hello,

I was very interessed by Sparse Matrix Vector Product on GPU, I had found an interessing software developped by Brendan Cox (http://cml.me.berkeley.edu/~bcox/) using Cg. But, when compiling this code on Linux ( it was made for Windows at the first time ), I had the following problem at execution

I understund that it was a memory allocation problem, using valgind to debug the program I found that some ones come from the libGL, but I’am not an expert of valgrind.

The code was developped for a 6800, and I use a 8800GTX 768Mo.

Is there some ones who can tests this code? :)

Thanks.

For windows the code is in :
[url=“http://cml.me.berkeley.edu/~bcox/CGGPU.zip”]http://cml.me.berkeley.edu/~bcox/CGGPU.zip[/url]

For Linux see the attached file.