Changes between Version 2 and Version 3 of JobIn


Ignore:
Timestamp:
Apr 21, 2007, 9:13:30 AM (17 years ago)
Author:
KSMarksPsych
Comment:

Removed extra cells in last table

Legend:

Unmodified
Added
Removed
Modified
  • JobIn

    v2 v3  
    3131A workunit can experience any of several error conditions:
    3232
    33 || || ''' WU_ERROR_COULDNT_SEND_RESULT''' || The BOINC scheduler was unable to send the workunit to a large number (~100) of hosts, probably because its resource requirements (disk, memory, CPU) were too large for the hosts, or because no application version was available for the hosts' platforms. In this case BOINC 'gives up' on the workunit.||
    34 ||  || ''' WU_ERROR_TOO_MANY_ERROR_RESULTS''' || Too many results with error conditions (upload/download problem, client crashes) have been returned for this work unit.||
    35 ||  ||  ''' WU_ERROR_TOO_MANY_SUCCESS_RESULTS''' || Too many successful results have been returned without consensus. This indicates that the application may be nondeterministic.||
    36 || || '''WU_ERROR_TOO_MANY_TOTAL_RESULTS''' || Too many total results have been sent for this workunit. ||
     33|| ''' WU_ERROR_COULDNT_SEND_RESULT''' || The BOINC scheduler was unable to send the workunit to a large number (~100) of hosts, probably because its resource requirements (disk, memory, CPU) were too large for the hosts, or because no application version was available for the hosts' platforms. In this case BOINC 'gives up' on the workunit.||
     34|| ''' WU_ERROR_TOO_MANY_ERROR_RESULTS''' || Too many results with error conditions (upload/download problem, client crashes) have been returned for this work unit.||
     35||  ''' WU_ERROR_TOO_MANY_SUCCESS_RESULTS''' || Too many successful results have been returned without consensus. This indicates that the application may be nondeterministic.||
     36|| '''WU_ERROR_TOO_MANY_TOTAL_RESULTS''' || Too many total results have been sent for this workunit. ||
    3737
    3838If any of these conditions holds, BOINC 'gives up' on the workunit and doesn't dispatch more results for it.