Changes between Version 2 and Version 3 of CondorBoinc
- Timestamp:
- Jul 28, 2012, 9:52:47 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CondorBoinc
v2 v3 1 [[PageOutline]] 2 1 3 = CondorV: BOINC/Condor integration = 2 4 … … 26 28 In Condor, a job is associated with a single executable, and can run 27 29 only on hosts of the appropriate platform (and possibly other attributes, 28 as specified by the job's ClassAd).30 as specified by the job's !ClassAd). 29 31 In BOINC, there may be many app versions for a single application: 30 32 e.g. versions for different platforms, GPU types, etc. … … 122 124 }}} 123 125 126 === Atomicity === 127 128 (We need to decide about this). 129 130 === Authentication === 131 132 All the above APIs will take a "credentials" argument, 133 which may be either a BOINC authenticator or x.509 certificate; 134 we'll need to decide this. 135 Two general approaches: 136 137 * Each job submitter has a separate account on the BOINC project 138 (created ahead of time in a way TBD). 139 This is preferred because it allows BOINC to enforce quotas. 140 * All jobs belong to a single BOINC account. 141 142 124 143 == File management mechanism == 125 144