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

Re: [HTCondor-users] Do jobs perform/require a successful checksum before they begin?



TLDR question is: Ă‚Are files checksummed upon transfer before the job can start?
	No.  You can force HTCondor to checksum the network transfer by 
enabling integrity (which may also required encryption for file transfers; 
see https://htcondor.readthedocs.io/en/latest/admin-manual/configuration-macros.html#SEC_*_INTEGRITY),
but there's no end-to-end verification.

- ToddM