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:
drdani 2006-06-08 12:23:21 +00:00 committed by Adam Visegradi
parent 35c99add70
commit 5ae15f63e5
1 changed files with 2 additions and 2 deletions

View File

@ -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");