Changes between Version 12 and Version 13 of SingleJob
- Timestamp:
- Mar 30, 2009, 11:07:08 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SingleJob
v12 v13 2 2 3 3 BOINC is designed to handle streams of millions of jobs. 4 It takes some work to set up a stream: you need to fiddle around with5 apps and app versions, WU and result templates, validators andassimilators, etc.4 It takes some work to set up a stream: you need to create 5 apps and app versions, WU and result templates, validators, assimilators, etc. 6 6 7 However, the '''single job submission''' system lets you run a job remotely without any of this hassle.7 BOINC's '''single job submission''' mechanism lets you run a job remotely without any of this hassle. 8 8 To do this, configure your BOINC server to handle single jobs (see below). 9 9 Set the environment variable BOINC_PROJECT_DIR to the root directory of the project. … … 19 19 '''--outfile name''':: specifies an output file. 20 20 '''--stdout name''':: direct the program's stdout to the given file. 21 '''--platform''':: the program is to be run on the given [[BoincPlatforms platform]](default: i686-pc-linux-gnu).21 '''--platform''':: the [[BoincPlatforms platform]] on which the program is to be run (default: i686-pc-linux-gnu). 22 22 23 23 You can include as many --infile and --outfile options as you want, … … 61 61 After you do this, re-run the '''single_job_setup.php''' script as above. 62 62 63 == Job estimates and limits == 64 65 Jobs submitted this way will have the following parameters: 66 67 * processing estimate: 1 GFLOPS-hour 68 * processing bound: 1 GFLOPS-day 69 * memory bound: 500MB 70 * disk bound: 1GB 71 * delay bound: 1 week 72 73 You can change these by editing the boinc_submit script. 74 63 75 == Notes == 64 76