mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=2708
This commit is contained in:
parent
2d4552e42d
commit
f1960219d1
|
@ -7930,3 +7930,9 @@ David 28 Nov 2003
|
||||||
edit_user_info_form.php
|
edit_user_info_form.php
|
||||||
index.php
|
index.php
|
||||||
util.inc
|
util.inc
|
||||||
|
|
||||||
|
Karl 2003-11-28
|
||||||
|
- fixed testbase.py not working due to change in client default benchmark
|
||||||
|
|
||||||
|
test/
|
||||||
|
testbase.py
|
||||||
|
|
|
@ -559,8 +559,8 @@ class Host:
|
||||||
class Work:
|
class Work:
|
||||||
def __init__(self, redundancy, **kwargs):
|
def __init__(self, redundancy, **kwargs):
|
||||||
self.input_files = []
|
self.input_files = []
|
||||||
self.rsc_fpops_est = 1e13
|
self.rsc_fpops_est = 1e10
|
||||||
self.rsc_fpops_bound = 4e13
|
self.rsc_fpops_bound = 4e10
|
||||||
self.rsc_memory_bound = 1e7
|
self.rsc_memory_bound = 1e7
|
||||||
self.rsc_disk_bound = 1e7
|
self.rsc_disk_bound = 1e7
|
||||||
self.delay_bound = 86400
|
self.delay_bound = 86400
|
||||||
|
|
Loading…
Reference in New Issue