boinc/sched
David Anderson 13400c9516 Changes for multithread app support:
- update_versions: use __ (not :) as separator for plan class
- client: add plan_class to APP_VERSION;
    an app version is now identified by platform/version/plan_class
- client CPU scheduler: don't assume apps use 1 CPU
- client: add avg_ncpus, max_cpus, flops, cmdline to RESULT
- scheduler: implement app planning scheme

Other changes:

- client: if symlink() fails, make a XML soft link instead
    (for Unix running off a FAT32 FS)
- client: don't accept nonpositive resource share from AMS
- daemons and DB: check for error returns from enumerations,
    and exit if so.  Thus, if the MySQL server goes down,
    all the daemons will soon exit.
    The cron script will restart them every 5 min,
    so when the DB server comes back up so will the project.
- web: show empty max CPU % as ---
- API: get rid of all_threads_cpu_time option (always the case now)


svn path=/trunk/boinc/; revision=14966
2008-03-27 18:25:29 +00:00
..
Makefile.am - admin web: touch reread_db in manage_app_versions.php 2008-03-18 21:22:44 +00:00
assimilate_handler.h - removed boinc_ncpus_available() and boinc_nthreads() calls. 2008-03-07 21:13:01 +00:00
assimilator.C Changes for multithread app support: 2008-03-27 18:25:29 +00:00
assimilator.py
census.C - scheduler: add a general method for excluding hosts from job distribution. 2008-02-25 18:05:04 +00:00
db_dump.C - scheduler: add a general method for excluding hosts from job distribution. 2008-02-25 18:05:04 +00:00
db_dump_spec.xml
db_purge.C Changes for multithread app support: 2008-03-27 18:25:29 +00:00
delete_file.C - changes to many files to fix gcc4.3 compile 2008-02-27 23:26:38 +00:00
edf_sim.C - changes to many files to fix gcc4.3 compile 2008-02-27 23:26:38 +00:00
edf_sim.h - compile fixes for gcc 4.3 (from Frank Thomas) 2007-12-21 21:09:40 +00:00
fcgi_stdio.h Added a #define fseek FCGI_fseek 2008-03-05 20:21:58 +00:00
fcgiapp.h Added note to sched/fcgi*.h that the file LICENSE.TERMS, on which is referred 2007-10-17 09:14:33 +00:00
feeder.C Changes for multithread app support: 2008-03-27 18:25:29 +00:00
file_deleter.C Changes for multithread app support: 2008-03-27 18:25:29 +00:00
file_upload_handler.C - scheduler: add a general method for excluding hosts from job distribution. 2008-02-25 18:05:04 +00:00
get_file.C - changes to many files to fix gcc4.3 compile 2008-02-27 23:26:38 +00:00
handle_request.C - Validator framework: remove some consts, and other changes, 2008-03-13 23:35:13 +00:00
handle_request.h - scheduler: code cleanup: use global var for SCHED_SHMEM 2008-02-22 22:21:00 +00:00
hr.C Updated the postal address of the Free Software Foundation in all license headers. See http://lists.ssl.berkeley.edu/pipermail/boinc_dev/2007-October/008939.html for reference. 2007-10-09 11:35:47 +00:00
hr.h Updated the postal address of the Free Software Foundation in all license headers. See http://lists.ssl.berkeley.edu/pipermail/boinc_dev/2007-October/008939.html for reference. 2007-10-09 11:35:47 +00:00
hr_info.C - scheduler: code cleanup, remove "SCHED_MSG_LOG::" from a zillion places 2008-02-21 21:00:58 +00:00
hr_info.h - feeder: add debugging feature: 2007-07-05 23:06:18 +00:00
main.C - changes to many files to fix gcc4.3 compile 2008-02-27 23:26:38 +00:00
main.h - make_project: initialize send_result_abort=1 in config file 2008-02-28 21:22:50 +00:00
make_work.C Changes for multithread app support: 2008-03-27 18:25:29 +00:00
message_handler.C Changes for multithread app support: 2008-03-27 18:25:29 +00:00
request_file_list.C - changes to many files to fix gcc4.3 compile 2008-02-27 23:26:38 +00:00
sample_assimilator.C - changes to many files to fix gcc4.3 compile 2008-02-27 23:26:38 +00:00
sample_bitwise_validator.C - Validator framework: remove some consts, and other changes, 2008-03-13 23:35:13 +00:00
sample_db_dump_spec.xml
sample_dummy_assimilator.C - changes to many files to fix gcc4.3 compile 2008-02-27 23:26:38 +00:00
sample_hr_info.txt - added sample host-distribution file for HR 2007-07-06 18:19:10 +00:00
sample_trivial_validator.C - Validator framework: remove some consts, and other changes, 2008-03-13 23:35:13 +00:00
sample_work_generator.C - changes to many files to fix gcc4.3 compile 2008-02-27 23:26:38 +00:00
sched_array.C Changes for multithread app support: 2008-03-27 18:25:29 +00:00
sched_array.h - scheduler: code cleanup: use global var for SCHED_SHMEM 2008-02-22 22:21:00 +00:00
sched_assign.C Changes for multithread app support: 2008-03-27 18:25:29 +00:00
sched_assign.h - Server: add "job assignment" feature. 2008-02-21 00:47:50 +00:00
sched_config.C - admin web: touch reread_db in manage_app_versions.php 2008-03-18 21:22:44 +00:00
sched_config.h - admin web: touch reread_db in manage_app_versions.php 2008-03-18 21:22:44 +00:00
sched_driver.C Updated the postal address of the Free Software Foundation in all license headers. See http://lists.ssl.berkeley.edu/pipermail/boinc_dev/2007-October/008939.html for reference. 2007-10-09 11:35:47 +00:00
sched_hr.C - changes to many files to fix gcc4.3 compile 2008-02-27 23:26:38 +00:00
sched_hr.h Updated the postal address of the Free Software Foundation in all license headers. See http://lists.ssl.berkeley.edu/pipermail/boinc_dev/2007-October/008939.html for reference. 2007-10-09 11:35:47 +00:00
sched_locality.C Changes for multithread app support: 2008-03-27 18:25:29 +00:00
sched_locality.h - scheduler: code cleanup: use global var for SCHED_SHMEM 2008-02-22 22:21:00 +00:00
sched_msgs.C - Scheduler: fix bugs in work assignment feature 2008-02-27 22:26:37 +00:00
sched_msgs.h Fix for projects that have SHED_MSG_LOG::MSG_* in their project specific code. 2008-03-13 18:27:23 +00:00
sched_plan.C Changes for multithread app support: 2008-03-27 18:25:29 +00:00
sched_plan.h Changes for multithread app support: 2008-03-27 18:25:29 +00:00
sched_resend.C Changes for multithread app support: 2008-03-27 18:25:29 +00:00
sched_resend.h - scheduler: code cleanup: use global var for SCHED_SHMEM 2008-02-22 22:21:00 +00:00
sched_result.C - scheduler: code cleanup, remove "SCHED_MSG_LOG::" from a zillion places 2008-02-21 21:00:58 +00:00
sched_result.h - Server: add "job assignment" feature. 2008-02-21 00:47:50 +00:00
sched_send.C Changes for multithread app support: 2008-03-27 18:25:29 +00:00
sched_send.h Changes for multithread app support: 2008-03-27 18:25:29 +00:00
sched_shmem.C Various preparation for handling multithreaded apps 2008-03-13 22:57:24 +00:00
sched_shmem.h Various preparation for handling multithreaded apps 2008-03-13 22:57:24 +00:00
sched_timezone.C - changes to many files to fix gcc4.3 compile 2008-02-27 23:26:38 +00:00
sched_timezone.h
sched_util.C - scheduler: code cleanup, remove "SCHED_MSG_LOG::" from a zillion places 2008-02-21 21:00:58 +00:00
sched_util.h - scheduler: simplified Carl's checkin (avoid virtual destructors) 2008-02-05 21:26:43 +00:00
send_file.C - changes to many files to fix gcc4.3 compile 2008-02-27 23:26:38 +00:00
server_types.C Changes for multithread app support: 2008-03-27 18:25:29 +00:00
server_types.h Changes for multithread app support: 2008-03-27 18:25:29 +00:00
show_shmem.C - changes to many files to fix gcc4.3 compile 2008-02-27 23:26:38 +00:00
single_job_assimilator.C - server: debugged single-job submission feature. 2008-03-05 20:16:10 +00:00
start - client: allow suspension of non-CPU-intensive project or app 2007-06-03 19:37:45 +00:00
time_stats_log.C - scheduler: code cleanup, remove "SCHED_MSG_LOG::" from a zillion places 2008-02-21 21:00:58 +00:00
time_stats_log.h - scheduler: forgot to add a couple of files 2008-01-14 17:17:44 +00:00
transitioner.C - Validator framework: remove some consts, and other changes, 2008-03-13 23:35:13 +00:00
trickle_handler.C - scheduler: add a general method for excluding hosts from job distribution. 2008-02-25 18:05:04 +00:00
update_stats.C - changes to many files to fix gcc4.3 compile 2008-02-27 23:26:38 +00:00
validate_util.C - removed boinc_ncpus_available() and boinc_nthreads() calls. 2008-03-07 21:13:01 +00:00
validate_util.h - removed boinc_ncpus_available() and boinc_nthreads() calls. 2008-03-07 21:13:01 +00:00
validate_util2.C - Validator framework: remove some consts, and other changes, 2008-03-13 23:35:13 +00:00
validate_util2.h - Validator framework: remove some consts, and other changes, 2008-03-13 23:35:13 +00:00
validator.C Changes for multithread app support: 2008-03-27 18:25:29 +00:00
validator.h *** empty log message *** 2006-11-28 03:27:13 +00:00
wu_check.C - changes to many files to fix gcc4.3 compile 2008-02-27 23:26:38 +00:00