Changes between Version 7 and Version 8 of AppCoprocessor
- Timestamp:
- Mar 12, 2008, 1:30:20 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppCoprocessor
v7 v8 1 = Usingcoprocessors =1 = Applications that use coprocessors = 2 2 3 3 This document describes BOINC's support for applications that use coprocessors such as … … 38 38 }; 39 39 }}} 40 This function returns true if the host's resources are sufficient for the app version. 40 The HOST argument describes the host's CPU(s), 41 and includes a field 'coprocs' listing its coprocessors. 42 43 The function returns true if the host's resources are sufficient for the app version. 41 44 If true, it populates the HOST_USAGE structure. 42 45