https://github.com/BOINC/boinc-dev-doc/wiki
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Forgot your password?
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search

Context Navigation



Results (1 - 10 of 10)

RemoteJobs: [[PageOutline]] = RPCs for remote job submission = This document ...
... maximum memory usage * '''delay_bound''': maximum turnaround time: if exceeded, create another instance of job. * '''app_version_num''': if present, [JobPinning pins] the jobs to a particular app version number. * '''allocation_priority''': if present and true, ...
By davea — Oct 1, 2019, 4:37:47 PM
JobSubmission: [[PageOutline]] = Submitting jobs locally = == On the command line ...
... --delay_bound x:: default 1 week --hr_class N:: [HomogeneousRedundancy homogeneous redundancy] class --min_quorum x:: default 2 --target_nresults x:: default 2 --max_error_results x:: default 3 --max_total_results x:: default 10 - ...
By davea — Sep 9, 2019, 12:24:42 PM
ProjectOptions: [[PageOutline]] = Project configuration = The following elements ...
... <ignore_delay_bound/> :: By default, results are not sent to hosts too slow to complete them within delay bound. If this flag is set, this rule is not enforced. <maintenance_delay>nseconds</maintenance_delay>:: If the project is do ...
By Kevin Reed — Jul 11, 2019, 1:48:30 PM
DbPurge: = Database purging utility = As a BOINC project operates, the size ...
... onical_credit> <transition_time>%d</transition_time> <delay_bound>%d</delay_bound> <error_mask>%d</error_mask> <file_delete_state>%d</file_delete_state> <assimilate_state>%d</assimilate_state> <hr_class>%d</hr_class> <opaque>%f</opaque> <min_quorum>%d</min_quorum> <target_ ...
By Kevin Reed — May 20, 2019, 9:54:28 AM
JobTemplates: [[PageOutline]] = Input and output templates = Various properties ...
... [ <rsc_disk_bound>x</rsc_disk_bound> ] [ <delay_bound>x</delay_bound> ] [ <min_quorum>x</min_quorum> ] [ <target_nresults>x</target_nresults> ] [ <max_error_results>x</max_error_results> ] [ <max_total_results>x</max_total_results> ] [ < ...
By davea — Feb 14, 2017, 1:04:42 AM
WorkGeneration: [[PageOutline]] = Work generators = == Submitting one job == ...
... rsc_disk_bound = 1e8; wu.delay_bound = 7*86400; create_work( wu, wu_template, "templates/output_template.xml", "templates/output_template.xml", infiles, 1, config ); } }}} The program must ...
By davea — Apr 30, 2014, 12:06:48 PM
JobIn: [[PageOutline]] = Jobs = A BOINC job has two parts: * A ...
... == #scheduling '''delay_bound''':: An upper bound on the time (in seconds) between sending a result to a client and receiving a reply. The scheduler won't issue a result if the estimated completion time exceeds this. If the client doesn't respond ...
By davea — Apr 1, 2014, 9:52:34 AM
BackendState: [[PageOutline]] = Workunit and result state transitions = The ...
... * Set to min(current value, now + delay_bound) by scheduler when send a result for this WU. * Set to min(x.sent_time + wu.delay_bound) over IN_PROGRESS results x by transitioner when done handling this WU. * Set to now by validator if it finds canonical result, or if th ...
By jeffc — Jan 9, 2008, 12:59:58 PM
ProjectDefaults: = Proposal for default project options = Currently there are lots ...
... || 0 || || daily_result_quota || 0 || 0 || 0 || || ignore_delay_bound || F || F || F || || dont_generate_upload_certificates || F || F || F || || nowork_skip || F || F || F* || || resend_lost_results || F || T || T || || send_result_abort || F || T || T || || reliable_min_avg_credit || 0 || 1 ...
By Nicolas — May 21, 2007, 3:36:53 PM
BackendLogic: = Backend program logic = == Work generator == {{{ for each wu ...
... report_deadline = now + wu.delay_bound wu.transition_time = min(wu.transition_time, result.report_deadline) when receive a result if client error result.outcome = client_error result.validate_state = INVALID else result.outc ...
By Nicolas — Apr 25, 2007, 2:15:43 PM
Note: See TracSearch for help on searching.

Trac Powered

Powered by Trac 1.2
By Edgewall Software.

Site migrated to: https://github.com/BOINC/boinc-dev-doc/wiki
Copyright (c) 2014 University of California. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.