*** empty log message ***

svn path=/trunk/boinc/; revision=2708
This commit is contained in:
Karl Chen 2003-11-28 23:17:44 +00:00
parent 2d4552e42d
commit f1960219d1
2 changed files with 8 additions and 2 deletions

View File

@ -7930,3 +7930,9 @@ David 28 Nov 2003
edit_user_info_form.php
index.php
util.inc
Karl 2003-11-28
- fixed testbase.py not working due to change in client default benchmark
test/
testbase.py

View File

@ -559,8 +559,8 @@ class Host:
class Work:
def __init__(self, redundancy, **kwargs):
self.input_files = []
self.rsc_fpops_est = 1e13
self.rsc_fpops_bound = 4e13
self.rsc_fpops_est = 1e10
self.rsc_fpops_bound = 4e10
self.rsc_memory_bound = 1e7
self.rsc_disk_bound = 1e7
self.delay_bound = 86400