Changes between Version 74 and Version 75 of ProjectOptions


Ignore:
Timestamp:
Oct 21, 2008, 4:12:14 PM (16 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProjectOptions

    v74 v75  
    2929<max_wus_in_progress> N </max_wus_in_progress>
    3030}}}
    31 Maximum results in progress per CPU. Setting this to something (like 2 for instance) will limit the number of results a given host can simultaneously have registered as 'in progress'.
     31The maximum results in progress is N times NCPUS (NCPUS is typically the number of CPUs on the host; see below). Setting this to something (like 2 for instance) will limit the number of results a given host can simultaneously have registered as 'in progress'.
    3232{{{
    3333<min_sendwork_interval> N </min_sendwork_interval>
     
    3737<daily_result_quota> N </daily_result_quota>
    3838}}}
    39 Maximum number of results (per CPU) sent to a given host in a 24-hour period. Helps prevent hosts with download or application problems from returning lots of error results. Be sure to set it large enough that a host does not go idle in a 24-hour period, and can download enough work to keep it busy if disconnected from the net for a few days. The maximum number of CPUS is bounded at four.
     39The maximum number of results sent to a given host in a 24-hour period is N times NCPUS. Helps prevent hosts with download or application problems from returning lots of error results. Be sure to set it large enough that a host does not go idle in a 24-hour period, and can download enough work to keep it busy if disconnected from the net for a few days.
    4040{{{
    4141<ignore_delay_bound/>
     
    7575If set, the scheduler will skip a check that tries to locate the host
    7676based on its IP address.
     77{{{
     78<max_ncpus>N</max_ncpus>
     79}}}
     80An upper bound on NCPUS (default: 8)
     81{{{
     82<have_cuda_apps>0|1</have_cuda_apps>
     83}}}
     84If true, NCPUS is max'd with the number of CUDA processors.
    7785
    7886== Scheduling: job-cache scheduling ==
     
    213221<verify_files_on_app_start/>
    214222
     223
    215224}}}
    216225Before starting or restarting an app, check contents of input files and app version files by either MD5 or digital signature check. Detects user tampering with file (but doesn't really increase security, since user could also change MD5s or signatures in client state file).