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 14)

1 2 →
RemoteJobs: [[PageOutline]] = RPCs for remote job submission = This document ...
... estimated computing in FLOPs * '''rsc_fpops_bound''': upper bound on computing (abort if exceeded) * '''rsc_memory_bound''': maximum memory usage * '''delay_bound''': maximum turnaround time: if exceeded, create another instance of job. * '''app_version_num''': if ...
By davea — Oct 1, 2019, 4:37:47 PM
JobSubmission: [[PageOutline]] = Submitting jobs locally = == On the command line ...
... : --rsc_fpops_est x:: FLOPs estimate; default 3600e9 --rsc_fpops_bound x:: FPOPs bound; default 86400e9 --rsc_memory_bound x:: default 5e8 --rsc_disk_bound x:: default 1e9 --rsc_bandwidth_bound x:: 0 (no bound) --credit X:: Set the [CreditOptions pre-assigned credit] for this job. --d ...
By davea — Sep 9, 2019, 12:24:42 PM
DbPurge: = Database purging utility = As a BOINC project operates, the size ...
... 15e</rsc_fpops_est> <rsc_fpops_bound>%.15e</rsc_fpops_bound> <rsc_memory_bound>%.15e</rsc_memory_bound> <rsc_disk_bound>%.15e</rsc_disk_bound> <need_validate>%d</need_validate> <canonical_resultid>%d</canonical_resultid> <canonical_credit>%.15e</ ...
By Kevin Reed — May 20, 2019, 9:54:28 AM
WrapperApp: [[PageOutline]] = The BOINC Wrapper = An existing application ...
... in</open_name> <copy_file/> </file_ref> <rsc_fpops_bound>1e12</rsc_fpops_bound> <rsc_fpops_est>1e14</rsc_fpops_est> </workunit> }}} and a result template file called 'worker_out' {{{ <file_info> <name><OUTFILE_0/></name> <generated_locally/> <upload_when_ ...
By davea — Feb 22, 2019, 3:26:29 PM
JobTemplates: [[PageOutline]] = Input and output templates = Various properties ...
... ] [ <rsc_fpops_est>x</rsc_fpops_est> ] [ <rsc_fpops_bound>x</rsc_fpops_bound> ] [ <rsc_memory_bound>x</rsc_memory_bound> ] [ <rsc_disk_bound>x</rsc_disk_bound> ] [ <delay_bound>x</delay_bound> ] [ <min_quorum>x</min_quorum> ] [ <target_n ...
By davea — Feb 14, 2017, 1:04:42 AM
ClientSim: = BOINC client emulator = The BOINC client emulator (BCE) simulates ...
... u_ram *working_set workunit app_name rsc_fpops_est rsc_fpops_bound result name report_deadline received_time active_task result_name working_set_size }}} Notes: Each application has a fixed latency bound. It can be specified in app.latency_bound. If not, and there is a re ...
By davea — Aug 22, 2015, 11:12:41 PM
MultiSize: = Multi-size apps = The difference in throughput between a slow ...
... rsc_fpops_est and wu.rsc_fpops_bound appropriately as well. You may want your work generator to maintain a supply of jobs of each size class. To find the number of unsent jobs of a given size class, use {{{ int count_unsent_results(int&, int appid, int si ...
By davea — May 27, 2015, 12:33:25 PM
StatusApi: [[PageOutline]] = Startup and status data = == Getting startup ...
... double rsc_fpops_bound; double rsc_memory_bound; double rsc_disk_bound; double computation_deadline; // the following are used for compound apps, // where each stage of the computation is a fixed fraction of the total. ...
By davea — Jan 26, 2015, 1:25:14 PM
WorkGeneration: [[PageOutline]] = Work generators = == Submitting one job == ...
... rsc_fpops_est = 1e10; wu.rsc_fpops_bound = 1e11; wu.rsc_memory_bound = 1e8; wu.rsc_disk_bound = 1e8; wu.delay_bound = 7*86400; create_work( wu, wu_template, "templates/output_template.xml", "templates/output_t ...
By davea — Apr 30, 2014, 12:06:48 PM
JobIn: [[PageOutline]] = Jobs = A BOINC job has two parts: * A ...
... '''rsc_fpops_bound''':: An upper bound on the number of floating-point operations required to complete the job. If this bound is exceeded, the job will be aborted. '''rsc_memory_bound''':: An estimate of job's largest working set ...
By davea — Apr 1, 2014, 9:52:34 AM
1 2 →
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.