Changes between Version 2 and Version 3 of CreditOptions


Ignore:
Timestamp:
May 15, 2018, 11:48:46 AM (6 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CreditOptions

    v2 v3  
    3636== Pre-assigned credit ==
    3737
    38 You can use this if each job does the same computation.
     38You can use this if the amount of computation done by each job is known in advance,
     39e.g. if all jobs do the same computation.
    3940Measure the runtime on a machine with known Whetstone benchmarks.
    4041Pick a machine with enough RAM that you're not paging.
     
    4849some job attribute (e.g. input file size) that's known in advance.
    4950
    50 Currently specified with the --additional_xml flag or argument to create_work (cmdline or API).
    51 This is ugly.
     51To 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.
    5254
    53 Proposal: make it an official argument to both local and remote job-submission APIs.
     55TODO: add to remote job submissions RPCs if anyone wants.
    5456
    5557== Post-assigned credit ==