Changes between Version 9 and Version 10 of SingleJob
- Timestamp:
- Jul 3, 2008, 11:39:30 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SingleJob
v9 v10 33 33 When the job is completed successfully, the output files will appear in the job directory. 34 34 35 == Monitoring jobs == 36 37 The following options are available for monitoring jobs: 38 {{{ 39 boinc_submit --jobs 40 }}} 41 Show a list of jobs, both in progress and completed. 42 {{{ 43 boinc_submit --abort jobID 44 }}} 45 Abort the given job. 46 35 47 == Configuring BOINC for single jobs == 36 48