boinc/sched
David Anderson f5d94818dd - added "census", a program that counts up how much RAC
there is for each HR class, and writes it to a file.
    This will be used soon for HR support in the feeder.
- split the HR code into hr.C,h (stuff used by both census and scheduler)
    and sched_hr.C (stuff used only by the scheduler)
- database: change DB_CREDITED_JOB to treat workunitid
    as a double (which it is) rather than a long.
    BTW, long == int.
- fixed lots of compile warnings in the server code

db/
    boinc_db.C,h
lib/
    boinc_cmd.C
    miofile.C
    util.C
sched/
    Makefile.am
    census.C (new)
    feeder.C
    file_deleter.C
    file_upload_handler.C
    handle_request.C
    hr.C,h (new)
    main.C
    sample_assimilator.C
    sample_work_generator.C
    sched_array.C
    sched_hr.C,h
    sched_send.C
    server_types.C
    transitioner.C
    validator.C

svn path=/trunk/boinc/; revision=12970
2007-06-20 22:34:06 +00:00
..
.cvsignore Added two items for executables 2004-11-29 10:48:10 +00:00
Makefile.am - added "census", a program that counts up how much RAC 2007-06-20 22:34:06 +00:00
assimilate_handler.h *** empty log message *** 2004-12-20 20:47:25 +00:00
assimilator.C - translation.inc: backed out change of 7 May; 2007-05-11 16:30:13 +00:00
assimilator.py *** empty log message *** 2004-01-01 04:12:08 +00:00
census.C - added "census", a program that counts up how much RAC 2007-06-20 22:34:06 +00:00
db_dump.C - translation.inc: backed out change of 7 May; 2007-05-11 16:30:13 +00:00
db_dump_spec.xml *** empty log message *** 2006-03-06 21:40:07 +00:00
db_purge.C svn path=/trunk/boinc/; revision=12414 2007-04-18 20:49:58 +00:00
delete_file.C - translation.inc: backed out change of 7 May; 2007-05-11 16:30:13 +00:00
edf_sim.C - scheduler: add <workload_sim> config option. 2007-05-10 21:50:52 +00:00
edf_sim.h - client: add constructor/destructor for APP_VERSION, WORKUNIT, RESULT 2007-05-10 16:23:10 +00:00
fcgi_stdio.h jeffc - added #defines for FCGI_feof and FCGI_ferror at the bottom of this file 2007-03-21 19:56:45 +00:00
fcgiapp.h *** empty log message *** 2004-08-03 21:46:01 +00:00
feeder.C - added "census", a program that counts up how much RAC 2007-06-20 22:34:06 +00:00
file_deleter.C - added "census", a program that counts up how much RAC 2007-06-20 22:34:06 +00:00
file_upload_handler.C - added "census", a program that counts up how much RAC 2007-06-20 22:34:06 +00:00
get_file.C - translation.inc: backed out change of 7 May; 2007-05-11 16:30:13 +00:00
handle_request.C - added "census", a program that counts up how much RAC 2007-06-20 22:34:06 +00:00
handle_request.h *** empty log message *** 2005-01-20 23:22:22 +00:00
hr.C - added "census", a program that counts up how much RAC 2007-06-20 22:34:06 +00:00
hr.h - added "census", a program that counts up how much RAC 2007-06-20 22:34:06 +00:00
main.C - added "census", a program that counts up how much RAC 2007-06-20 22:34:06 +00:00
main.h - scheduler: add max_wus_in_progress option. 2007-05-14 15:21:38 +00:00
make_work.C - back end: make it possible to run multiple instances of make_work, 2007-06-20 16:27:27 +00:00
message_handler.C - translation.inc: backed out change of 7 May; 2007-05-11 16:30:13 +00:00
request_file_list.C - translation.inc: backed out change of 7 May; 2007-05-11 16:30:13 +00:00
sample_assimilator.C - added "census", a program that counts up how much RAC 2007-06-20 22:34:06 +00:00
sample_bitwise_validator.C *** empty log message *** 2007-01-30 18:19:30 +00:00
sample_db_dump_spec.xml *** empty log message *** 2004-06-21 05:03:56 +00:00
sample_dummy_assimilator.C Added explicit includes of "config.h" in many files to enable use of compilers 2005-11-21 18:34:44 +00:00
sample_trivial_validator.C *** empty log message *** 2007-01-30 18:19:30 +00:00
sample_work_generator.C - added "census", a program that counts up how much RAC 2007-06-20 22:34:06 +00:00
sched_array.C - added "census", a program that counts up how much RAC 2007-06-20 22:34:06 +00:00
sched_array.h - scheduler: added (correct this time!) support for 2007-04-30 21:19:24 +00:00
sched_config.C - Scheduler: changed the <homogeneous_redundancy> option 2007-06-14 15:05:20 +00:00
sched_config.h - Scheduler: changed the <homogeneous_redundancy> option 2007-06-14 15:05:20 +00:00
sched_hr.C - added "census", a program that counts up how much RAC 2007-06-20 22:34:06 +00:00
sched_hr.h - added "census", a program that counts up how much RAC 2007-06-20 22:34:06 +00:00
sched_locality.C - scheduler: move HR check to wu_is_infeasible() 2007-05-31 18:14:45 +00:00
sched_locality.h - scheduler: added (correct this time!) support for 2007-04-30 21:19:24 +00:00
sched_msgs.C Added explicit includes of "config.h" in many files to enable use of compilers 2005-11-21 18:34:44 +00:00
sched_msgs.h David 24 Apr 2007 2007-04-24 23:21:42 +00:00
sched_resend.C - scheduler: add max_wus_in_progress option. 2007-05-14 15:21:38 +00:00
sched_resend.h - scheduler: added (correct this time!) support for 2007-04-30 21:19:24 +00:00
sched_send.C - added "census", a program that counts up how much RAC 2007-06-20 22:34:06 +00:00
sched_send.h - scheduler: support per-app HR type, specified in the DB; 2007-06-14 18:02:00 +00:00
sched_shmem.C - client: add cmdline options --exit_before_start and --exit_after_finish. 2007-05-29 21:45:01 +00:00
sched_shmem.h - client: add cmdline options --exit_before_start and --exit_after_finish. 2007-05-29 21:45:01 +00:00
sched_timezone.C Added explicit includes of "config.h" in many files to enable use of compilers 2005-11-21 18:34:44 +00:00
sched_timezone.h *** empty log message *** 2005-02-10 20:31:11 +00:00
sched_util.C - back end: make it possible to run multiple instances of make_work, 2007-06-20 16:27:27 +00:00
sched_util.h - back end: make it possible to run multiple instances of make_work, 2007-06-20 16:27:27 +00:00
send_file.C - translation.inc: backed out change of 7 May; 2007-05-11 16:30:13 +00:00
server_types.C - added "census", a program that counts up how much RAC 2007-06-20 22:34:06 +00:00
server_types.h - scheduler: add max_wus_in_progress option. 2007-05-14 15:21:38 +00:00
show_shmem.C - client: add cmdline options --exit_before_start and --exit_after_finish. 2007-05-29 21:45:01 +00:00
start - client: allow suspension of non-CPU-intensive project or app 2007-06-03 19:37:45 +00:00
transitioner.C - added "census", a program that counts up how much RAC 2007-06-20 22:34:06 +00:00
trickle_handler.C - translation.inc: backed out change of 7 May; 2007-05-11 16:30:13 +00:00
update_stats.C - translation.inc: backed out change of 7 May; 2007-05-11 16:30:13 +00:00
validate_util.C *** empty log message *** 2007-02-06 21:50:48 +00:00
validate_util.h - scheduler: in send_result_abort(), distinguish between 2007-05-04 17:59:50 +00:00
validate_util2.C *** empty log message *** 2007-01-30 18:19:30 +00:00
validate_util2.h *** empty log message *** 2007-01-30 18:19:30 +00:00
validator.C - added "census", a program that counts up how much RAC 2007-06-20 22:34:06 +00:00
validator.h *** empty log message *** 2006-11-28 03:27:13 +00:00
wu_check.C Added explicit includes of "config.h" in many files to enable use of compilers 2005-11-21 18:34:44 +00:00