Changes between Version 20 and Version 21 of RemoteJobs
- Timestamp:
- Aug 2, 2011, 11:30:16 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RemoteJobs
v20 v21 45 45 * '''source''': a URL from which the BOINC server can download the file, 46 46 or the path of the file on the BOINC server 47 * '''name''': the [BoincFiles physical name] of the file48 47 49 48 Result: a 2-element array containing … … 59 58 60 59 $f->source = "http://foo.bar.edu/index.php"; 61 $f->name = "in";62 60 $job->input_files = array($f); 63 61