Re: Moo: Need app_info.xml w/ 7.x
Re: Moo: Need app_info.xml w/ 7.x
So, where is it posted what the minimum BOINC version is that Moo will run with? I've got one system at 6.10.18 that Moo says I need a newer version of BOINC to run. But after all this, I'm not so sure I want to upgrade to 7.x.x. :)
Re: Moo: Need app_info.xml w/ 7.x
Quote:
Originally Posted by
Mumps
So, where is it posted what the minimum BOINC version is that Moo will run with? I've got one system at 6.10.18 that Moo says I need a newer version of BOINC to run. But after all this, I'm not so sure I want to upgrade to 7.x.x. :)
I have been running Moo on 6.10.58 with my 5830s for many months.
Re: Moo: Need app_info.xml w/ 7.x
Quote:
Originally Posted by
zombie67
Thx Z. I read through the first two and the third just referenced the the Number Crunching sub-forum. But I did go through a couple of interesting threads listed there. One post in the thread about one wu per GPU I copied and made into a sticky.
Re: Moo: Need app_info.xml w/ 7.x
Ah. The problem with any 7xxx on Moo is that the app is CAL. But 7xxx is opencl only, no cal support.
Re: Moo: Need app_info.xml w/ 7.x
Quote:
Originally Posted by
zombie67
Ah. The problem with any 7xxx on Moo is that the app is CAL. But 7xxx is opencl only, no cal support.
Then why the heck is Moo even sending it work? Oh well, at least you have an answer.
Edit: Err ummm... Come to think of it, I now seem to recall Bryan or Ste\/e mentioning something along that line.
Re: Moo: Need app_info.xml w/ 7.x
Quote:
Originally Posted by
Fire$torm
Then why the heck is Moo even sending it work? Oh well, at least you have an answer.
Edit: Err ummm... Come to think of it, I now seem to recall Bryan or Ste\/e mentioning something along that line.
The older BOINC server code just checked for the version of the driver and not whether CAL and/or OpenCL is supported. For some reason (probably because they could implement it faster), DA decided to make OpenCL a sub-class of ATI rather than a separate coprocessor type. So, if the server sees you have ATI (and you do because the OpenCL has to be reported as an ATI coprocessor) then it sends out ATI work.
The only fix is for Moo to add a check for OpenCL and CAL and figure out which app to send depending on whether the GPU supports one or the other or both.