Changes between Version 2 and Version 3 of CreditOptions
- Timestamp:
- May 15, 2018, 11:48:46 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CreditOptions
v2 v3 36 36 == Pre-assigned credit == 37 37 38 You can use this if each job does the same computation. 38 You can use this if the amount of computation done by each job is known in advance, 39 e.g. if all jobs do the same computation. 39 40 Measure the runtime on a machine with known Whetstone benchmarks. 40 41 Pick a machine with enough RAM that you're not paging. … … 48 49 some job attribute (e.g. input file size) that's known in advance. 49 50 50 Currently specified with the --additional_xml flag or argument to create_work (cmdline or API). 51 This is ugly. 51 To specify: 52 * use the --credit argument to the create_work cmdline program 53 * if using the C++ API, assign wu.canonical_credit in the first argument. 52 54 53 Proposal: make it an official argument to both local and remote job-submission APIs.55 TODO: add to remote job submissions RPCs if anyone wants. 54 56 55 57 == Post-assigned credit ==