Starting with 6.12, the client can support projects with a mixture of CPU-intensive and non-CPU-intensive apps. However, we never added server-side support for this.
I just added this server-side support. Apps can now be marked as non-CPU-intensive, either when you create them with xadd, or using the admin web interface: http://boinc.berkeley.edu/trac/wiki/NonCpuIntensive The involved a DB change (a new flag in the app table). Use upgrade to install it. Because this only works with 6.12+ clients, you should put <min_core_client_version>61200</min_core_client_version> in your config.xml. -- David On 24-Aug-2012 1:20 PM, Łukasz Świerczewski wrote: > Does in one project can be both applications non-CPU-intensive/nci and > CPU-intensive? > > I have some problems with the addition of nci applications. App always > takes the core. > _______________________________________________ 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.
