[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Condor-users] Does Condor lock the output file while opening for writing?



Hi there,

I have a job reading data from a input file, then writing the results
into the same file. And I need submit many times of this job (e.g. Queue
1000). My question is does Condor lock the output file(same as the input
file) to prevent it from reading while writing? i.e. When one job is
writing the results into the file, other jobs which need read the data
from it must wait. Thanks!

Best Regards,

Yongjun