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

Re: [HTCondor-users] optional input/output files



If you leave transfer_output_files unset, then all files in the jobâs working directory that were created or modified while the job ran are transferred back (files in sub-directories are ignored).

 - Jaime

On Jan 18, 2024, at 5:19âPM, Klint Gore <kgore4@xxxxxxxxxx> wrote:

Is there a way to mark entries in transfer_input_files and transfer_output_files as optional?

I've worked around transfer_input_files by using "include command" and a shell script to strip any that don't exist (probably over-thinking it).  Nothing obvious comes to mind for output files.

klint.