Changes between Version 1 and Version 2 of SingleJob
- Timestamp:
- Mar 4, 2008, 9:22:15 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SingleJob
v1 v2 14 14 '''--outfile name''':: specifies an output file. 15 15 '''--stdout name''':: the program's stdout will be directed to the given file. 16 '''--platform''':: the program is to be run on the given [[BoincPlatform platform]] (default: i686-pc-linux-gnu).16 '''--platform''':: the program is to be run on the given [[BoincPlatforms platform]] (default: i686-pc-linux-gnu). 17 17 18 18 You can include as many --infile and --outfile options as you want, … … 29 29 == Configuring BOINC for single jobs == 30 30 31 Add the following to your project.xml file: 31 Download the latest server code and upgrade your project. 32 Make sure you have boinc_samples/ installed. 33 Then cd to your project's home directory and type 32 34 {{{ 33 <app> 34 <name>single_job_i686-pc-linux-gnu</name> 35 <user_friendly_name>Single jobs for Linux</user_friendly_name> 36 </app> 35 html/ops/single_job_setup path-to-boinc-samples 36 bin/update_versions 37 37 }}} 38 and run [ToolsXadd xadd].38 and answer "y" to all questions.