Changes between Version 4 and Version 5 of WorkShop07/BoincGrid


Ignore:
Timestamp:
Oct 4, 2007, 4:26:11 PM (17 years ago)
Author:
Jack
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkShop07/BoincGrid

    v4 v5  
    2121
    2222== Benefit ==
    23 - Single Scheduling Environment for both High Performance Computing (HPC) resources [Grids] and Volunteer Resources
    24 - Validation of work units -- Due the homogenous nature of HPC/Grids it is thought that they are more reliable than volunteer resources; however even in these environments data corrupt occurs (system failure, administrative outages, etc)
     23 - Single Scheduling Environment for both High Performance Computing (HPC) resources [Grids] and Volunteer Resources
     24 - Validation of work units -- Due the homogenous nature of HPC/Grids it is thought that they are more reliable than volunteer resources; however even in these environments data corrupt occurs (system failure, administrative outages, etc)
    2525
    2626== Problems ==
    2727There are some pit falls that have been identified by uses BOINC on some Grid computing systems. Most of the problems identified in this session dealt with HPC/Grid Submission Systems and efficient use of Grid resources (allotted grid computing hours). 
    28 - Problem 1: Scheduled Grid client runs when server has no work
     28 - Problem 1: Scheduled Grid client runs when server has no work
    2929The client would be idle burning time from the users allotted computer hours.
    30 - Problem 2: Grid Scheduler kills jobs after time expires
     30 - Problem 2: Grid Scheduler kills jobs after time expires
    3131Even with check pointing data processed on the last WU would be lost. The workspace would be scratched.
    3232
     
    3434Incorporate some mechanism into the BOINC client to make it aware to a limited runtime environment.
    3535Potential Fixes:
    36 - EndOnNoWork Parameter
     36 - EndOnNoWork Parameter
    3737If no work is available from the servers the BOINC client would end instead of deferring communication.
    38 - MaxWUCount Parameter
     38 - MaxWUCount Parameter
    3939After the max number of WU are reached; the new client would not request new work and then end gracefully.