Changes between Version 6 and Version 7 of SingleJob


Ignore:
Timestamp:
Mar 5, 2008, 4:01:00 PM (16 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SingleJob

    v6 v7  
    1 = Single jobs =
     1= Single job submission =
    22
    33BOINC is designed to handle streams of millions of jobs.
    4 However, you can also submit single jobs for remote execution.
     4It takes some work to set up a stream: you need to fiddle around with
     5apps and app versions, WU and result templates, validators and assimilators, etc.
     6
     7However, the '''single job submission''' system lets you run a job remotely without any of this hassle.
    58To do this, configure your BOINC server to handle single jobs (see below).
    69Then type
     
    2528Otherwise it will fail on machines that lack these libraries.
    2629
     30You can run '''boinc_submit''' from any host that NSF-mounts your project directory
     31and can access the MySQL database.
     32
    2733When the job is completed successfully, the output files will appear in the job directory.
    2834
     
    4248to get bug fixes for "wrapper".
    4349After you do this, re-run the '''single_job_setup''' script as above.
     50
     51== Notes ==
     52
     53The single job submission system is a work in progress.
     54Various 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