|
From: Mohanram G. <mg...@co...> - 2008-07-16 19:35:41
|
Hi,
I'm trying to compile MummerGPU for my machine, and I have not been able
to get around the 255 error. My system config is as follows:
RHEL 5.1 - server config
GCC 4.1.2
NVidia Geforce 8800GTS (512 Mb)
NVidia driver ver 169.09
CUDA SDK + Toolkit ver 1.1
I would appreciate any help on this, since I am trying to work with SOLEXA
data, and wanted to see if I could use MummerGPU in my pipeline.
Thanks in advance!
best,
Mohan
The error message is as follows:
=====
/usr/local/cuda/bin/nvcc -o obj/release/mummergpu.cu_o -c mummergpu.cu
-Xcompiler "-m32" -Xcompiler "" -I. -I/usr/local/cuda/include -DUNIX -O3
"mummergpu.cu", line 96: warning: conversion from pointer to smaller integer
*timer = (unsigned int) ptr;
^
"/usr/local/cuda/bin/../include/texture_fetch_functions.h", line 616: error:
no suitable user-defined conversion from "uint4" to "ulong4" exists
return T(v);
^
detected during instantiation of "T tex2D(texture<T, 2, readMode>,
float, float) [with T=ulong4,
readMode=cudaReadModeElementType]" at line 122 of
"./mummergpu_kernel.cu"
1 error detected in the compilation of "/tmp/tmpxft_00007756_00000000-2.ii".
make: *** [obj/release/mummergpu.cu_o] Error 255
===
|