Greetings,
I am having issues running boinc on Scientific Linux 6.2. The
downloadable installer 7.0.28 won't run the manager and the only
available rpm is v 6.10.45 which is a bit odd using my GPUs (GTX 560ti
and GTX 550ti on the system running SL6).
So I thought I'd try building from sources. I downloaded them from the
svn repository loaded a bunch of packages but make fails with a compile
error on plan_class_spec.cpp :
1012 plan_class_spec.cpp: In member function ‘bool
PLAN_CLASS_SPEC::check(SCHEDULER_REQUEST&, HOST_USAGE&)’:
1013 plan_class_spec.cpp:212: error: ‘struct CUDA_DEVICE_PROP’ has no
member named ‘dtotalGlobalMem’
1014 plan_class_spec.cpp:216: error: ‘struct CUDA_DEVICE_PROP’ has no
member named ‘dtotalGlobalMem’
1015 plan_class_spec.cpp:293: error: ‘struct CUDA_DEVICE_PROP’ has no
member named ‘dtotalGlobalMem’
1016 plan_class_spec.cpp:294: error: ‘struct CUDA_DEVICE_PROP’ has no
member named ‘dtotalGlobalMem’
1017 make[2]: *** [plan_class_spec.o] Error 1
that structure seems to be defined in lib/coproc.h but it seems to want
that variable name totalGlobalMem:
263 struct CUDA_DEVICE_PROP {
264 char name[256];
265 int deviceHandle;
266 double totalGlobalMem;
267 int sharedMemPerBlock;
268 int regsPerBlock;
269 int warpSize;
270 int memPitch;
271 int maxThreadsPerBlock;
272 int maxThreadsDim[3];
273 int maxGridSize[3];
274 int clockRate;
275 int totalConstMem;
276 int major; // compute capability
277 int minor;
278 int textureAlignment;
279 int deviceOverlap;
280 int multiProcessorCount;
281 };
At this time I really don't need the server side although may in the future.
Any suggestions on how to fix this? Or better yet anybody have an rpm of
a fairly current version that works on SL6?
Thanks
Joe
_______________________________________________
boinc_dev mailing list
[email protected]
http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
To unsubscribe, visit the above URL and
(near bottom of page) enter your email address.