Hi,
Is it possible to change the directory where the job processes is truly running? AKA /var/lib/condor/execute?
So when condor run the job on the execute machine(s), the running directory will not be created in the /var/lib/condor/execute directory (the default in RedHat RPMs) but let's say in the home user directory?
For Example:
If user foo.bar is submitting a job, the running directory of the job will be located in a NFS shared volume, accessible to all execute machine (/home/username) instead on a limit local disk size located on each execute machine at /var/lib/condor/execute.
Thanks