Changes between Version 1 and Version 2 of SingleJob


Ignore:
Timestamp:
Mar 4, 2008, 9:22:15 AM (16 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SingleJob

    v1 v2  
    1414 '''--outfile name''':: specifies an output file.
    1515 '''--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).
    1717
    1818You can include as many --infile and --outfile options as you want,
     
    2929== Configuring BOINC for single jobs ==
    3030
    31 Add the following to your project.xml file:
     31Download the latest server code and upgrade your project.
     32Make sure you have boinc_samples/ installed.
     33Then cd to your project's home directory and type
    3234{{{
    33     <app>
    34         <name>single_job_i686-pc-linux-gnu</name>
    35         <user_friendly_name>Single jobs for Linux</user_friendly_name>
    36     </app>
     35html/ops/single_job_setup path-to-boinc-samples
     36bin/update_versions
    3737}}}
    38 and run [ToolsXadd xadd].
     38and answer "y" to all questions.