Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] Classads aditional atributes
- Date: Tue, 1 Feb 2005 11:48:41 +0100
- From: Mário Costa <atritoman@xxxxxxxxx>
- Subject: [Condor-users] Classads aditional atributes
I'm tring to add an atribute to a job, and I wore the folowing submit file
executable = time_loop
universe = vanilla
output = time_loop.output
error = time_loop.error
log = time_loop.log
JOB_TOTAL_RUNNING_TIME = 5
# initialdir = /tmp/condor
arguments = 1
should_transfer_files = YES
when_to_transfer_output = ON_EXIT
queue
Can any one tell me if, its legal the folowing START expretion,
because since I have added it condor doesent find any more maches
# the max time for a job to run in minuts
MAX_TOTAL_RUNNING_TIME = 15
START = $(UWCS_START) && other.JOB_TOTAL_RUNNING_TIME <=
$(MAX_TOTAL_RUNNING_TIME)
can I reference Classads atributes of a job in the START expretion ??
Thanks