Changes between Version 14 and Version 15 of ResearchProjects
- Timestamp:
- Jan 17, 2011, 12:44:51 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ResearchProjects
v14 v15 41 41 42 42 Currently, most BOINC projects work as follows: 43 * Data arestored on the server44 * Pieces of data (input files)are sent to client, and jobs are run against them.43 * Data is stored on the server 44 * Input files are sent to client, and jobs are run against them. 45 45 When done, the files are deleted from the client. 46 46 * Output files are sent back to the server. … … 211 211 It computes while the app is open. 212 212 When the app exits, the library reports whatever computation has been done. 213 214 == Interfacing BOINC to Grid and Cloud systems == 215 216 At a high level, BOINC can be seen as a way to create and access pools of computing nodes 217 (albeit untrusted, sporadically available, etc.). 218 Research the issues in interfacing these resource pools to existing 219 Grid- and Cloud-based systems for distributed computing.