I would like to remap a directory at the end of condor
jobs.
- job1 produce the subdirectory results/A/
- job2 produces the subdirectory results/B/
I would like to remap the results/ directory of
each job to a common path different than where the jobs have
been submitted such that in the end I obtain both
subdirectories A and B to be in : other_path/results/.
i.e other_path/results/A and other_path/results/B
For the directory to be copied in the condor submit file
I use
transfer_output_files = results