Changes between Version 87 and Version 88 of ProjectOptions


Ignore:
Timestamp:
Jun 1, 2009, 10:31:24 AM (15 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProjectOptions

    v87 v88  
    3535{{{
    3636<max_wus_in_progress> A </max_wus_in_progress>
    37 [ <max_wus_in_progress rsc="cpu"> B </max_wus_in_progress> ]
    38 [ <max_wus_in_progress rsc="gpu"> C </max_wus_in_progress> ]
    39 }}}
    40 The maximum jobs in progress on a given host is min (A, (B*#CPUs + C*#GPUS).
     37[ <max_wus_in_progress_cpu> B </max_wus_in_progress_cpu> ]
     38[ <max_wus_in_progress_gpu> C </max_wus_in_progress_gpu> ]
     39}}}
     40The maximum jobs in progress on a given host is '''min(A, (B*#CPUs + C*#GPUS)'''.
    4141Starting with 6.8, the BOINC client report the resources used by in-progress jobs;
    42 in this case, the max CPU jobs in progress is B*#CPUs,
    43 the max GPU jobs in progress is C*#GPUs,
     42in this case, the max CPU jobs in progress is '''B*#CPUs''',
     43the max GPU jobs in progress is '''C*#GPUs''',
    4444and the max total jobs in progress is A.
    4545{{{