boinc/sched
David Anderson 436415cfe1 - scheduler, back end: add "homogeneous app version" feature.
Lets you specify, on a per-app basis,
    that all instances should be done using the same app version.
    This is for validation in the presence of GPUs.
- scheduler: code cleanup
    - Instead of adding a bunch of non-DB fields to RESULT,
        used a derived class SCHED_DB_RESULT.
    - Instead of storing a pointer to BEST_APP_VERSION in RESULT,
        store the structure itself.
        This simplifies the memory allocation situation.
- client: condition "Got server request to delete file" messages
    on <file_xfer_debug>


svn path=/trunk/boinc/; revision=23636
2011-06-06 03:40:42 +00:00
..
Makefile.am - client: simplify the semantics of sticky files: 2011-04-24 21:33:51 +00:00
assimilate_handler.h Einstein@home extensions: 2011-03-18 08:20:11 +00:00
assimilator.cpp Einstein@home extensions: 2011-03-18 08:20:11 +00:00
assimilator.py - python assimilator fix 2009-06-16 19:38:35 +00:00
census.cpp - server: change the following from per-host to per-(host, app version): 2010-04-15 03:13:56 +00:00
credit.cpp - back end: add two example trickle handlers: 2011-02-27 00:10:14 +00:00
credit.h - back end: add two example trickle handlers: 2011-02-27 00:10:14 +00:00
credit_test.cpp - transitioner: the format string for a DB query had %.15d instead of %.15e. 2010-06-25 18:54:37 +00:00
db_dump.cpp - back end: allow the specification of a read-only DB replica 2011-01-28 22:03:46 +00:00
db_dump_spec.xml *** empty log message *** 2006-03-06 21:40:07 +00:00
db_purge.cpp - admin: add script for deleting results with no workunit. 2010-08-11 18:52:11 +00:00
delete_file.cpp - server programs: print error message instead of numeric retval 2010-11-08 17:51:57 +00:00
edf_sim.cpp - make the Manager build on FC11 2011-01-15 08:11:21 +00:00
edf_sim.h - changed some comments for Doxygen 2008-10-04 23:44:24 +00:00
feeder.cpp - boinccmd: --get_cc_status now prints its result 2010-11-10 18:17:20 +00:00
file_deleter.cpp - server programs: print error message instead of numeric retval 2010-11-08 17:51:57 +00:00
file_upload_handler.cpp - file upload handler: fix faulty bug fix of 2/15 2011-02-18 01:06:00 +00:00
get_file.cpp - server: rename send_file to put_file. 2011-04-24 02:00:27 +00:00
handle_request.cpp - scheduler: compile fixes 2011-03-25 22:47:49 +00:00
handle_request.h - code shuffling 2009-08-10 04:56:46 +00:00
hr.cpp - validator: -d 4 means -d 3 plus print all DB queries 2010-04-05 18:59:16 +00:00
hr.h - validator: -d 4 means -d 3 plus print all DB queries 2010-04-05 18:59:16 +00:00
hr_info.cpp Einstein@home extensions: 2011-03-18 08:20:11 +00:00
hr_info.h - added copyright and license info to .C, .cpp, .h files 2008-08-06 18:36:30 +00:00
make_work.cpp - server programs: print error message instead of numeric retval 2010-11-08 17:51:57 +00:00
message_handler.cpp - server programs: print error message instead of numeric retval 2010-11-08 17:51:57 +00:00
put_file.cpp - server: rename send_file to put_file. 2011-04-24 02:00:27 +00:00
pymw_assimilator.py - PyMW assimilator fixes from Jeremy 2009-07-01 23:58:04 +00:00
sample_assimilator.cpp - client: don't print error message if output file with <copy_file> 2009-09-17 21:06:11 +00:00
sample_bitwise_validator.cpp - server: delete old credit stuff 2010-06-12 22:08:15 +00:00
sample_db_dump_spec.xml *** empty log message *** 2004-06-21 05:03:56 +00:00
sample_dummy_assimilator.cpp - rename .C files to .cpp so that Doxygen will work 2008-09-26 18:20:24 +00:00
sample_hr_info.txt - added sample host-distribution file for HR 2007-07-06 18:19:10 +00:00
sample_trivial_validator.cpp - server: delete old credit stuff 2010-06-12 22:08:15 +00:00
sample_work_generator.cpp - server: add scripts to submit jobs for demo application 2010-11-10 22:54:56 +00:00
sched_array.cpp - scheduler, back end: add "homogeneous app version" feature. 2011-06-06 03:40:42 +00:00
sched_array.h - scheduler: add new config option <max_wus_in_progress_gpus>. 2009-06-01 22:15:14 +00:00
sched_assign.cpp - scheduler, back end: add "homogeneous app version" feature. 2011-06-06 03:40:42 +00:00
sched_assign.h - API: remove BOINC_OPTIONS::worker_thread_stack_size 2008-12-19 18:14:02 +00:00
sched_config.cpp - scheduler: add <user_filter> config option. 2011-05-17 21:11:39 +00:00
sched_config.h - scheduler: add <user_filter> config option. 2011-05-17 21:11:39 +00:00
sched_customize.cpp - scheduler: compile fixes 2011-03-25 22:47:49 +00:00
sched_customize.h - scheduler: fix structural problems with sending user messages. 2010-06-16 22:07:19 +00:00
sched_driver.cpp - server: compile warning fixes 2010-07-22 18:22:14 +00:00
sched_hr.cpp - server programs: print error message instead of numeric retval 2010-11-08 17:51:57 +00:00
sched_hr.h - scheduler: move app-version selection and score-based scheduling 2009-03-19 16:35:35 +00:00
sched_limit.cpp - scheduler: if an in-progress limit is given in config_aux.xml, 2011-05-17 19:11:44 +00:00
sched_limit.h - scheduler: per-processor limits should be based on 2011-05-13 22:04:10 +00:00
sched_locality.cpp - scheduler, back end: add "homogeneous app version" feature. 2011-06-06 03:40:42 +00:00
sched_locality.h - API: remove BOINC_OPTIONS::worker_thread_stack_size 2008-12-19 18:14:02 +00:00
sched_main.cpp - scheduler: if an in-progress limit is given in config_aux.xml, 2011-05-17 19:11:44 +00:00
sched_main.h - code shuffling 2009-08-10 04:56:46 +00:00
sched_msgs.cpp - simulator work 2011-01-07 20:23:22 +00:00
sched_msgs.h - client: when selecting the "best" ATI GPU, factors are: 2010-06-23 18:16:19 +00:00
sched_resend.cpp - scheduler, back end: add "homogeneous app version" feature. 2011-06-06 03:40:42 +00:00
sched_resend.h - API: remove BOINC_OPTIONS::worker_thread_stack_size 2008-12-19 18:14:02 +00:00
sched_result.cpp - back end: add two example trickle handlers: 2011-02-27 00:10:14 +00:00
sched_result.h - API: remove BOINC_OPTIONS::worker_thread_stack_size 2008-12-19 18:14:02 +00:00
sched_score.cpp - scheduler, back end: add "homogeneous app version" feature. 2011-06-06 03:40:42 +00:00
sched_score.h - scheduler: add fine-grained "max jobs in progress" control. 2010-06-01 23:41:07 +00:00
sched_send.cpp - scheduler, back end: add "homogeneous app version" feature. 2011-06-06 03:40:42 +00:00
sched_send.h - scheduler, back end: add "homogeneous app version" feature. 2011-06-06 03:40:42 +00:00
sched_shmem.cpp - transitioner: the format string for a DB query had %.15d instead of %.15e. 2010-06-25 18:54:37 +00:00
sched_shmem.h - simulator work 2011-01-07 20:23:22 +00:00
sched_timezone.cpp - simulator work 2011-01-07 20:23:22 +00:00
sched_timezone.h - API: remove BOINC_OPTIONS::worker_thread_stack_size 2008-12-19 18:14:02 +00:00
sched_types.cpp - scheduler, back end: add "homogeneous app version" feature. 2011-06-06 03:40:42 +00:00
sched_types.h - scheduler, back end: add "homogeneous app version" feature. 2011-06-06 03:40:42 +00:00
sched_util.cpp - server: fix for EmBOINC 2011-01-20 21:32:00 +00:00
sched_util.h - simulator work 2011-01-07 20:23:22 +00:00
sched_version.cpp - scheduler, back end: add "homogeneous app version" feature. 2011-06-06 03:40:42 +00:00
sched_version.h - server: change the following from per-host to per-(host, app version): 2010-04-15 03:13:56 +00:00
show_shmem.cpp - server: change the following from per-host to per-(host, app version): 2010-04-15 03:13:56 +00:00
single_job_assimilator.cpp - server programs: print error message instead of numeric retval 2010-11-08 17:51:57 +00:00
start - start script: don't write error message if period task is already 2010-11-19 18:42:44 +00:00
testasm.py - server: improve the Python assimilator framework; 2009-06-12 03:06:01 +00:00
time_stats_log.cpp - server programs: print error message instead of numeric retval 2010-11-08 17:51:57 +00:00
time_stats_log.h - code shuffling 2009-08-10 04:56:46 +00:00
transitioner.cpp - scheduler, back end: add "homogeneous app version" feature. 2011-06-06 03:40:42 +00:00
transitioner_catchup.php - new script sched/transitioner_catchup.php: transitions all WUs 2011-01-29 06:28:10 +00:00
trickle_credit.cpp - back end: add two example trickle handlers: 2011-02-27 00:10:14 +00:00
trickle_echo.cpp - back end: add two example trickle handlers: 2011-02-27 00:10:14 +00:00
trickle_handler.cpp - back end: add two example trickle handlers: 2011-02-27 00:10:14 +00:00
trickle_handler.h - back end: add two example trickle handlers: 2011-02-27 00:10:14 +00:00
update_stats.cpp - wrapper: tell the client when we checkpoint 2011-05-06 12:33:12 +00:00
validate_util.cpp - validator: fix another bug with --credit_from_wu 2010-11-05 17:15:27 +00:00
validate_util.h - server: delete old credit stuff 2010-06-12 22:08:15 +00:00
validate_util2.cpp - server programs: print error message instead of numeric retval 2010-11-08 17:51:57 +00:00
validate_util2.h - validator: remove app and app_versions arguments from check_set(). 2010-07-12 21:35:05 +00:00
validator.cpp - web: don't error out on old-style notice URL 2011-05-05 14:56:32 +00:00
validator.h - validator: -d 4 means -d 3 plus print all DB queries 2010-04-05 18:59:16 +00:00
wu_check.cpp - server programs: print error message instead of numeric retval 2010-11-08 17:51:57 +00:00