Changes between Version 42 and Version 43 of RemoteJobs
- Timestamp:
- Apr 21, 2014, 11:38:15 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RemoteJobs
v42 v43 83 83 $f->mode = "local_staged"; 84 84 $f->source = "filename.dat"; 85 86 $job = new StdClass; 85 87 $job->input_files = array($f); 86 88 87 89 for ($i=10; $i<20; $i++) { 88 $job = new StdClass;89 90 $job->rsc_fpops_est = $i*1e9; 90 91 $job->command_line = "--t $i";