Changes between Version 8 and Version 9 of JobIn


Ignore:
Timestamp:
Mar 7, 2008, 11:20:24 AM (16 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JobIn

    v8 v9  
    2727 '''rsc_disk_bound'''::
    2828        A bound on the maximum disk space used by the application, including all input, temporary, and output files. The workunit will only be sent to hosts with at least this much available disk space. If this bound is exceeded, the application will be aborted.
     29 '''rsc_bandwidth_bound'''::
     30  If nonzero, this job will be sent only to hosts with at least this much download bandwidth.  Use for applications with very large input files.
    2931
    3032It's important that you supply accurate values for these parameters. To get initial estimates, run your application on your own machines, and monitor the memory and disk usage. To view the distribution of FLOPs, use the script html/ops/job_times.php (the '''FLOP count statistics''' link on your project's [HtmlOps administrative web interface]).