mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=596
This commit is contained in:
parent
c48308d310
commit
9c4bbdcf6f
|
@ -27,6 +27,7 @@
|
||||||
$work->result_template = "uc_result";
|
$work->result_template = "uc_result";
|
||||||
$work->nresults = 1;
|
$work->nresults = 1;
|
||||||
$work->rsc_disk = 1000000000000; // 1 TB
|
$work->rsc_disk = 1000000000000; // 1 TB
|
||||||
|
$work->rsc_fpops = 0;
|
||||||
array_push($work->input_files, "input");
|
array_push($work->input_files, "input");
|
||||||
$work->install($project);
|
$work->install($project);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue