boinc/db
David Anderson 85a8e6a772 - scheduler: remove the config flag <have_cuda_apps>,
and add <cuda_multiplier>.
    The latter is used in calculating max jobs/day for a host;
    namely, it's host.max_results_day * (NCPUS + NCUDA*cuda_multiplier).
    Set it to 10 or so if you have CUDA apps.
- scheduler: don't overload effective_ncpus();
    instead, add two new functions,
    max_results_day_multiplier() and max_wus_in_progress_multiplier()
- scheduler: don't reduce max_results_day if we get an aborted job
    (it might have been aborted by the project;
    not appopriate to punish host in this case)

svn path=/trunk/boinc/; revision=16959
2009-01-20 00:54:16 +00:00
..
Makefile.am - Fix emacs mode line in Makefile.am's 2008-06-08 22:18:52 +00:00
boinc_db.cpp Added result userid and teamid to the column set in DB_VALIDATOR_ITEM_SET. 2008-12-12 17:54:01 +00:00
boinc_db.h - scheduler: remove the config flag <have_cuda_apps>, 2009-01-20 00:54:16 +00:00
bolt_constraints.sql - manager: fix unix build (new file) 2008-01-31 23:43:37 +00:00
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 Various preparation for handling multithreaded apps 2008-03-13 22:57:24 +00:00
db_base.cpp - back-end programs: set MySQL option to reconnect to server 2008-11-19 00:16:07 +00:00
db_base.h - scheduler: FCGI: use mysql_ping() to check that DB connection 2008-10-02 19:03:52 +00:00
init_db
schema.sql - forgot to add team.joinable to schema.sql 2008-10-17 18:08:26 +00:00