Changes between Version 6 and Version 7 of SingleJob
- Timestamp:
- Mar 5, 2008, 4:01:00 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SingleJob
v6 v7 1 = Single job s=1 = Single job submission = 2 2 3 3 BOINC is designed to handle streams of millions of jobs. 4 However, you can also submit single jobs for remote execution. 4 It takes some work to set up a stream: you need to fiddle around with 5 apps and app versions, WU and result templates, validators and assimilators, etc. 6 7 However, the '''single job submission''' system lets you run a job remotely without any of this hassle. 5 8 To do this, configure your BOINC server to handle single jobs (see below). 6 9 Then type … … 25 28 Otherwise it will fail on machines that lack these libraries. 26 29 30 You can run '''boinc_submit''' from any host that NSF-mounts your project directory 31 and can access the MySQL database. 32 27 33 When the job is completed successfully, the output files will appear in the job directory. 28 34 … … 42 48 to get bug fixes for "wrapper". 43 49 After you do this, re-run the '''single_job_setup''' script as above. 50 51 == Notes == 52 53 The single job submission system is a work in progress. 54 Various features haven't been implemented (let us know if you need them). 55 56 * Platforms other than Linux/Intel32 57 * Redundancy greater than 1 58 * Control over FLOPS, disk, and memory limits. 59 * Code-signing of the program file