Here's the patch:

Index: sched_send.cpp
===================================================================
--- sched_send.cpp      (revision 26111)
+++ sched_send.cpp      (working copy)
@@ -1950,7 +1950,7 @@

      // send non-CPU-intensive jobs if needed
      //
-    if (ssp->have_nci_app) {
+    if (ssp->have_nci_app && g_request->work_req_seconds > 0) {
          send_nci();
      }

(we're in the middle of SVN/Git transition; I'll check this in when done).
-- David

On 17-Sep-2012 4:45 AM, Łukasz Świerczewski wrote:
> It's a very big problem.
>
> You can do something about it?
>
>
>
> 2012/9/14, Łukasz Świerczewski <[email protected]>:
>> Option "No New Tasks" does not work for tasks non-CPU.
>>
>> Tasks are always downloaded.
>>
>> A lot of users wrote about the problems.
>>
>> http://oproject.goldbach.pl/forum_thread.php?id=25&postid=174#174
>>
>>
>>
>>
>> 2012/9/9, David Anderson <[email protected]>:
>>> I don't understand; what isn't working correctly?
>>> -- David
>>>
>>> On 08-Sep-2012 1:53 PM, Łukasz Świerczewski wrote:
>>>> App does not work as 'non-CPU'.
>>>>
>>>> You can see it on the screen.
>>>> http://i47.tinypic.com/10mscuq.jpg
>>>>
>>>> Client calculated 3x WCG (CPU intensive). It is a quad-core computer.
>>>> The fourth core reserves ALX (theoretically 'non-CPU').
>>> _______________________________________________
>>> 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.
>>>
>>
>>
>> --
>> Best Regards
>> Lukasz Swierczewski
>>
>> Tel: (+48) 664 297 198
>> Site: goldbach.pl/~lswierczewski
>> Email: [email protected]
>>
>
>
_______________________________________________
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.

Reply via email to