mirror of https://github.com/BOINC/boinc.git
test CondorSubmitTemplate parameter
git-svn-id: svn+ssh://cvs.lpds.sztaki.hu/var/lib/svn/szdg/dcapi/trunk@982 a7169a2c-3604-0410-bc95-c702d8d87f7a
This commit is contained in:
parent
0cc3d5b554
commit
166f6e048f
|
@ -31,6 +31,8 @@ Client_ts_i386 = ts
|
|||
|
||||
LeaveFiles = 1
|
||||
|
||||
CondorSubmitTemplate = tmpl.txt
|
||||
|
||||
[Client-short]
|
||||
Executable = tss
|
||||
|
||||
|
|
|
@ -0,0 +1,16 @@
|
|||
# test template
|
||||
# Date: %d
|
||||
# WU name: %n
|
||||
# WU id: %i
|
||||
# WU workdir: %w"
|
||||
# Client name: %c
|
||||
# Nr of args: %r
|
||||
|
||||
Executable = %x
|
||||
arguments = %a
|
||||
Universe = %u
|
||||
output = %o
|
||||
error = %e
|
||||
log = %l
|
||||
Queue
|
||||
|
Loading…
Reference in New Issue