boinc/sched
David Anderson 526aff6e0d scheduler: fix msg typo.
Note: the "reliable" mechanism isn't yet implemented for
score-based scheduling, and it's not real clear how to do this.
2014-09-23 12:37:50 -07:00
..
Makefile.am server: shuffle code so that the file upload handler doesn't need MySQL 2014-06-17 18:07:45 -07:00
adjust_user_priority.cpp
antique_file_deleter.cpp antique file deleter: skip no_delete WUs in finding oldest WU 2014-07-16 19:25:15 -07:00
assimilate_handler.h
assimilator.cpp remove dependency of boinc_api.h on str_replace.h (and hence config.h) 2013-06-06 17:31:46 -07:00
assimilator.py
census.cpp
credit.cpp validator: initialize per-app avg credit update times to now rather than 0 2014-08-18 20:10:08 -07:00
credit.h server/web: add support for per-application credit 2014-08-15 14:01:32 -07:00
credit_test.cpp
db_dump.cpp db_dump: split host.serialnum into client version/vbox version/coprocs parts 2014-09-11 18:06:05 -07:00
db_dump_spec.xml
db_purge.cpp db_purge: allow fractional values of min_age_days 2014-07-02 23:23:45 -07:00
delete_file.cpp remove dependency of boinc_api.h on str_replace.h (and hence config.h) 2013-06-06 17:31:46 -07:00
edf_sim.cpp
edf_sim.h remove dependency of boinc_api.h on str_replace.h (and hence config.h) 2013-06-06 17:31:46 -07:00
feeder.cpp feeder: 2014-05-26 14:13:34 +02:00
file_deleter.cpp scheduler: support OpenCL/CPU apps in the XML plan class spec mechanism 2014-06-04 23:39:10 -07:00
file_upload_handler.cpp file upload handler: message tweak 2014-06-03 13:59:39 -07:00
get_file.cpp server: fix compile error on systems that don't define MAXPATHLEN 2013-08-22 17:01:45 -07:00
handle_request.cpp scheduler: changes to allow the code signing key to be changed. 2014-08-29 13:35:51 -07:00
handle_request.h
hr.cpp
hr.h
hr_info.cpp
hr_info.h
make_work.cpp make_work: fix bug that prevented --max_wus from working 2014-04-30 15:35:04 -07:00
makefile_plan_class_spec
makefile_validator_test
message_handler.cpp remove dependency of boinc_api.h on str_replace.h (and hence config.h) 2013-06-06 17:31:46 -07:00
plan_class_spec.cpp Plan class XML spec: let you exclude particular Vbox versions 2014-09-23 10:58:29 -07:00
plan_class_spec.h Plan class XML spec: let you exclude particular Vbox versions 2014-09-23 10:58:29 -07:00
plan_class_spec.xml.sample scheduler: sample code for the SSE3 plan class must check for "pni" rather than "sse3"; clients report "pni" 2013-08-08 11:00:29 -07:00
pshelper Remote server management: 2014-05-26 14:13:58 +02:00
put_file.cpp remove dependency of boinc_api.h on str_replace.h (and hence config.h) 2013-06-06 17:31:46 -07:00
pymw_assimilator.py
sample_assimilator.cpp
sample_bitwise_validator.cpp validator: fixes and features 2014-03-20 12:38:29 -07:00
sample_db_dump_spec.xml
sample_dummy_assimilator.cpp
sample_hr_info.txt
sample_substr_validator.cpp server: add sample validator that checks for string in stderr 2014-03-18 19:12:13 -07:00
sample_trivial_validator.cpp server: add sample validator that checks for string in stderr 2014-03-18 19:12:13 -07:00
sample_work_generator.cpp sample work generator: wait until transitioner has processed jobs before creating any more 2013-12-14 16:36:18 -08:00
sched_array.cpp scheduler: don't send spurious "no tasks available" msgs w/ score scheduling 2014-06-16 16:53:49 -07:00
sched_array.h scheduler: fix bugs in sending non-compute-intensive jobs 2014-05-26 21:07:07 -07:00
sched_assign.cpp scheduler: finish implementation of targeted jobs 2014-05-27 10:44:50 -07:00
sched_assign.h scheduler: assigned jobs should respect user app preferences 2013-10-06 21:23:28 -07:00
sched_check.cpp scheduler: preliminary support for generic coprocessors 2014-07-25 12:40:35 -07:00
sched_check.h scheduler: fix bugs in sending non-compute-intensive jobs 2014-05-26 21:07:07 -07:00
sched_config.cpp server/web: add support for per-application credit 2014-08-15 14:01:32 -07:00
sched_config.h server/web: add support for per-application credit 2014-08-15 14:01:32 -07:00
sched_customize.cpp scheduler: fix S@h compile error 2014-08-07 14:47:17 -07:00
sched_customize.h - Double include protection added to sched_customize.h 2013-03-07 11:31:38 +01:00
sched_driver.cpp remove dependency of boinc_api.h on str_replace.h (and hence config.h) 2013-06-06 17:31:46 -07:00
sched_files.cpp server: fix compile warnings and file descriptor leaks 2014-01-08 22:00:13 -08:00
sched_files.h
sched_hr.cpp
sched_hr.h
sched_limit.cpp scheduler: enforce GPU job limits separately for each GPU type 2014-03-08 11:17:16 -08:00
sched_limit.h scheduler: fix bug that caused no jobs to be sent 2014-03-12 15:31:12 -07:00
sched_locality.cpp tweaks (fix comments, compile warnings) 2014-06-20 17:15:04 -07:00
sched_locality.h
sched_main.cpp scheduler: use config.maintenance_delay instead of 3600 for client backoff 2014-07-28 09:00:14 -07:00
sched_main.h
sched_msgs.cpp
sched_msgs.h
sched_nci.cpp scheduler: clean up job dispatch logging 2014-06-12 11:33:11 -07:00
sched_nci.h scheduler: fix bugs in sending non-compute-intensive jobs 2014-05-26 21:07:07 -07:00
sched_resend.cpp scheduler: don't resent job if app is deprecated or user has de-selected it 2014-06-08 20:20:25 -07:00
sched_resend.h
sched_result.cpp scheduler: if client reports zero elapsed time, set ET to CPU time 2014-09-03 10:35:52 -07:00
sched_result.h
sched_score.cpp scheduler: add support for miner_asic coprocessor type 2014-09-21 21:08:09 -07:00
sched_score.h example app: print "starting" message after boinc_init, so that it appears in stdferr file 2013-12-10 14:00:31 -08:00
sched_send.cpp scheduler: fix msg typo. 2014-09-23 12:37:50 -07:00
sched_send.h scheduler: fix bugs in sending non-compute-intensive jobs 2014-05-26 21:07:07 -07:00
sched_shmem.cpp scheduler: add support for miner_asic coprocessor type 2014-09-21 21:08:09 -07:00
sched_shmem.h - Moved definitions of some scheduler paramerters from .cpp file to 2013-03-07 11:28:43 +01:00
sched_timezone.cpp server: fix compile error on systems that don't define MAXPATHLEN 2013-08-22 17:01:45 -07:00
sched_timezone.h
sched_types.cpp scheduler: add support for miner_asic coprocessor type 2014-09-21 21:08:09 -07:00
sched_types.h scheduler: fix bug that caused no jobs to be sent to pre-6.7 clients 2014-09-03 15:35:36 -07:00
sched_util.cpp server: shuffle code so that the file upload handler doesn't need MySQL 2014-06-17 18:07:45 -07:00
sched_util.h server: shuffle code so that the file upload handler doesn't need MySQL 2014-06-17 18:07:45 -07:00
sched_util_basic.cpp scheduler: add support for miner_asic coprocessor type 2014-09-21 21:08:09 -07:00
sched_util_basic.h server: shuffle code so that the file upload handler doesn't need MySQL 2014-06-17 18:07:45 -07:00
sched_version.cpp scheduler: preliminary support for generic coprocessors 2014-07-25 12:40:35 -07:00
sched_version.h
show_shmem.cpp
single_job_assimilator.cpp server: fix compile error on systems that don't define MAXPATHLEN 2013-08-22 17:01:45 -07:00
size_regulator.cpp Add support for multi-size apps 2013-04-25 00:27:35 -07:00
start server: 2014-06-03 09:25:13 +02:00
target_batch.cpp server: fix some compile warnings 2014-03-19 14:55:16 -07:00
testasm.py
time_stats_log.cpp
time_stats_log.h
transitioner.cpp transitioner: don't exit if fail to find expected host_app_version record. 2014-07-10 20:51:46 -07:00
transitioner_catchup.php tweaks (fix comments, compile warnings) 2014-06-20 17:15:04 -07:00
trickle_credit.cpp
trickle_deadline.cpp deadline-extension trickle handler: message tweaks 2013-11-11 13:24:09 -08:00
trickle_echo.cpp remove dependency of boinc_api.h on str_replace.h (and hence config.h) 2013-06-06 17:31:46 -07:00
trickle_handler.cpp trickle handler daemon: mark message as handled even if handler returns error. 2014-03-29 09:25:01 -07:00
trickle_handler.h
update_stats.cpp server/web: add support for per-application credit 2014-08-15 14:01:32 -07:00
validate_util.cpp server: fix compile error on systems that don't define MAXPATHLEN 2013-08-22 17:01:45 -07:00
validate_util.h
validate_util2.cpp SCHED: modified scheduled log output to use unsigned format for WU and RESULT 2013-06-19 10:15:08 -07:00
validate_util2.h
validator.cpp server/web: add support for per-application credit 2014-08-15 14:01:32 -07:00
validator.h server: add sample validator that checks for string in stderr 2014-03-18 19:12:13 -07:00
validator_test.cpp
wu_check.cpp server: fix compile error on systems that don't define MAXPATHLEN 2013-08-22 17:01:45 -07:00