*** empty log message ***

svn path=/trunk/boinc/; revision=10532
This commit is contained in:
David Anderson 2006-06-28 03:10:49 +00:00
parent 3444ede9b4
commit 7fc6db685e
2 changed files with 8 additions and 1 deletions

View File

@ -6966,3 +6966,10 @@ Charlie 27 June 2006
mac_build/
boinc.xcodeproj/
project.pbxproj
David 27 June 2006
- CPU sched fix (minutes*60)
From John McLeod
client/
cpu_sched.C

View File

@ -585,7 +585,7 @@ bool CLIENT_STATE::enforce_schedule() {
atp = running_tasks[0];
bool running_beyond_sched_period =
gstate.now - atp->episode_start_wall_time
> gstate.global_prefs.cpu_scheduling_period_minutes;
> gstate.global_prefs.cpu_scheduling_period_minutes*60;
bool checkpointed_recently =
atp->checkpoint_wall_time > atp->episode_start_wall_time;
if (rp->project->deadlines_missed