Changes between Version 2 and Version 3 of CondorBoinc


Ignore:
Timestamp:
Jul 28, 2012, 9:52:47 AM (12 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CondorBoinc

    v2 v3  
     1[[PageOutline]]
     2
    13= CondorV: BOINC/Condor integration =
    24
     
    2628   In Condor, a job is associated with a single executable, and can run
    2729   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).
    2931   In BOINC, there may be many app versions for a single application:
    3032   e.g. versions for different platforms, GPU types, etc.
     
    122124}}}
    123125
     126=== Atomicity ===
     127
     128(We need to decide about this).
     129
     130=== Authentication ===
     131
     132All the above APIs will take a "credentials" argument,
     133which may be either a BOINC authenticator or x.509 certificate;
     134we'll need to decide this.
     135Two 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
    124143== File management mechanism ==
    125144