From 132a35c38afb4908ae58a9ee558beca2ee3d04c3 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 9 Apr 2010 03:45:25 +0000 Subject: [PATCH] typo svn path=/trunk/boinc/; revision=21154 --- sched/sched_customize.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sched/sched_customize.cpp b/sched/sched_customize.cpp index df0f691ad9..5eed640e9b 100644 --- a/sched/sched_customize.cpp +++ b/sched/sched_customize.cpp @@ -403,7 +403,7 @@ bool app_plan(SCHEDULER_REQUEST& sreq, char* plan_class, HOST_USAGE& hu) { //cpu_frac = .75; // for SETI@home Astropulse double p = sreq.host.p_fpops; - double c = hu.natis*cp->peak_flops(); + double c = hu.ncudas*cp->peak_flops(); double x = (c*cpu_frac)/sreq.host.p_fpops; hu.avg_ncpus = x; hu.max_ncpus = x;