Changes between Version 17 and Version 18 of WorkShop11/HackFest


Ignore:
Timestamp:
Jul 28, 2011, 2:21:16 PM (13 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkShop11/HackFest

    v17 v18  
    2525this is completely flexible.
    2626
    27 === Multi-user projects, bags of task, and remote job submission ===
     27=== Multi-user projects: Interface ===
    2828
    29 Goal: complete the design of BOINC's proposed features for
    30 remote job submission and multi-user projects.
    31 Review existing systems, possibly incorporating their features.
    32 Implement something if time permits.
     29Goals:
     30 * Use BOINC's new features for remote job submission and multi-user projects.
     31 * Discuss the design of these features; compare with analogous system,
     32   both BOINC- and Grid-based.
     33   Improve and extend the design.
     34 * Implement and document some of the improved design.
    3335
    3436Coordinator: David Anderson
     
    3638Participants:
    3739 * David Coss
    38  * Arnaud Legrand
    3940 * Evgeny Ivashko
    4041 * Natalia Nikitina
    41  * Derrick Kondo
    4242 * Alejandro Rivero
    4343 * Francisco Sanz
     
    4848
    4949Advance preparation:
    50  * Review RemoteJobs and PortalFeatures
    51  * Review the source code: http://boinc.berkeley.edu/trac/browser/trunk/boinc/html/user/submit.php
     50 * Research analogous existing systems
     51 * Test-drive BOINX's remote job submission system:
     52   http://isaac.ssl.berkeley.edu/test/submit_example.php
     53   (log in as guest@nowhere.com, password "guest").
     54 * Read the documentation: RemoteJobs and PortalFeatures
     55 * Review the source code:
     56  * http://boinc.berkeley.edu/trac/browser/trunk/boinc/html/inc/submit.inc
     57  * http://boinc.berkeley.edu/trac/browser/trunk/boinc/html/user/submit.php
     58  * http://boinc.berkeley.edu/trac/browser/trunk/boinc/html/user/submit_example.php
     59
     60=== Multi-user projects: Scheduling ===
     61
     62Goals:
     63 * Review and discuss BOINC's new proposed features for user quotas and batch scheduling
     64 * Compare these features with those of analogous Grid-based systems
     65 * Design an implementation of these features
     66 * Implement some part of this
     67
     68Advance preparation:
     69 * Read the design doc: http://boinc.berkeley.edu/trac/wiki/PortalFeatures
     70
     71Coordinator: David Anderson?  Kevin Reed?
     72
     73Participants:
     74 * Arnaud Legrand
     75 * Derrick Kondo
    5276
    5377=== BOINC on Ubuntu ===