Changes between Version 14 and Version 15 of BasicApi
- Timestamp:
- Dec 22, 2007, 8:54:41 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BasicApi
v14 v15 127 127 MFILE buffers data in memory and writes to disk only on `flush()` or `close()`. This lets you write output files and state files more or less atomically. 128 128 129 == Credit reporting == 129 == Credit reporting == #credit 130 130 131 131 By default, the claimed credit of a result is based on the product of its total CPU time and the benchmark values obtained by the core client. This can produce results that are too low if the application uses processor-specific optimizations not present in the core client, is compiled with different compiler settings, or uses a GPU or other non-CPU computing resource. To handle such cases, the following functions can be used.