Changes between Version 8 and Version 9 of JobIn
- Timestamp:
- Mar 7, 2008, 11:20:24 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JobIn
v8 v9 27 27 '''rsc_disk_bound''':: 28 28 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. 29 31 30 32 It'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]).