allpy
changeset 1068:12737ba16862
pair-cores/web: run the program with option '--no-read-local'
close #154
Note: I will not add such an option to blocks3d, since blocks3d
is now a part of pair-cores
author | Boris Nagaev <bnagaev@gmail.com> |
---|---|
date | Thu, 17 May 2012 01:41:55 +0400 |
parents | d076834bffd4 |
children | 628d669433a6 |
files | pair_cores/web/pair-cores.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line diff
1.1 --- a/pair_cores/web/pair-cores.cpp Thu May 17 01:37:11 2012 +0400 1.2 +++ b/pair_cores/web/pair-cores.cpp Thu May 17 01:41:55 2012 +0400 1.3 @@ -152,7 +152,7 @@ 1.4 execution_log->set_selectable(false); 1.5 task->add_output(execution_log, tr("pair.out.Log")); 1.6 // 1.7 - task->set_runner(new ForkingRunner("pair-cores")); 1.8 + task->set_runner(new ForkingRunner("pair-cores --no-read-local")); 1.9 task->set_queue(&queue); 1.10 new TaskCountup(task, root()); 1.11 //