boinc/db
David Anderson 11a6e85632 - scheduler: support for projects with some non-CPU-intensive apps
(but not all) wasn't finished.
    New logic: if the project has an NCI app then:
    - make a list of NCI apps for which the client doesn't have
        a job in progress.
    - try to send one job for each of these apps
    - do this even if no work is being requested.
    - don't send jobs for NCI apps by other mechanisms

NOTE: the client logic isn't quite right for mixed NCI projects.
    If there's no job for a given NCI app,
    the client should do a scheduler RPC.
    This isn't critical so we won't do this now.


svn path=/trunk/boinc/; revision=26068
2012-09-01 04:58:12 +00:00
..
Makefile.am - Unix: include db/boinc_db_types.h in installed headers 2012-07-10 17:28:04 +00:00
boinc_db.cpp - fix typo 2012-08-28 06:33:53 +00:00
boinc_db.h - client: remove "device" entry from CUDA_DEVICE_PROP, 2012-07-05 20:24:17 +00:00
boinc_db_types.h - scheduler: support for projects with some non-CPU-intensive apps 2012-09-01 04:58:12 +00:00
bolt_constraints.sql
bolt_schema.sql Bolt stuff 2008-10-30 22:58:33 +00:00
bossa_constraints.sql - scheduler: in matchmaker scheduler, if find a "locked" array slot, 2008-07-18 20:59:59 +00:00
bossa_schema.sql - lib: fix typo 2008-08-20 16:49:37 +00:00
constraints.sql - server: revamp the "assigned job" mechanism. 2012-01-30 22:39:13 +00:00
db_base.cpp - web: after post to a thread, show thread in user's chosen order 2012-08-01 17:57:56 +00:00
db_base.h - web: after post to a thread, show thread in user's chosen order 2012-08-01 17:57:56 +00:00
init_db
schema.sql - scheduler: add support for limited locality scheduling 2012-08-27 17:00:43 +00:00
schema_locality.sql - GUI RPC: more replacement of std::string 2010-03-13 04:40:37 +00:00
schema_vda.sql - file upload handler: add an #ifdef for disabling locking of files 2012-08-15 21:27:38 +00:00