mirror of https://github.com/BOINC/boinc.git
use api defined names for standard out and err
git-svn-id: svn+ssh://cvs.lpds.sztaki.hu/var/lib/svn/szdg/dcapi/trunk@662 a7169a2c-3604-0410-bc95-c702d8d87f7a
This commit is contained in:
parent
35c99add70
commit
5ae15f63e5
|
@ -141,8 +141,8 @@ _DC_wu_gen_condor_submit(DC_Workunit *wu)
|
|||
cfgval= DC_getCfgStr(CFG_ARCHITECTURES);
|
||||
fprintf(f, "Executable = %s\n", wu->data.client_name);
|
||||
fprintf(f, "Universe = vanilla\n");
|
||||
fprintf(f, "output = internal_output.txt\n");
|
||||
fprintf(f, "error = internal_error.txt\n");
|
||||
fprintf(f, "output = %s\n", DC_LABEL_STDOUT);
|
||||
fprintf(f, "error = %s\n", DC_LABEL_STDERR);
|
||||
fprintf(f, "log = internal_log.txt\n");
|
||||
/*
|
||||
fprintf(f, "ENABLE_USERLOG_LOCKING = FALSE\n");
|
||||
|
|
Loading…
Reference in New Issue