Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Avoid to delete temporary files
- Date: Wed, 4 May 2011 14:40:41 -0600
- From: "Burnett, Ben" <ben.burnett@xxxxxxxx>
- Subject: Re: [Condor-users] Avoid to delete temporary files
Hi Joaquin:
By temporary files, I assume you mean the sand-box on the execute machine, correct? Rather than trying to disable the clean up, you can actually log in to the execute machine while it is running the job. If the job exits to quickly, you could add a long sleep to it at some point in the execution, to give you time to log in remotely.
Condor provides a really nice command line tool to jump on to the machine where your job is running. First, use condor_q to get the job cluster and process (or use the one printed on submit). Then, from the command line, run the following:
condor_ssh_to_job cluster.proc
Where 'cluster' is the cluster id, and 'proc' is the process.
Best,
-B
On 2011-05-04, at 1:38 PM, Joaquin Monedero wrote:
> Hi all
>
> Is there any way to avoid condor to delete temporary files? (in order to
> debug)
>
> Regards
> --
> Ignorance is bliss
> _______________________________________________
> Condor-users mailing list
> To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
> subject: Unsubscribe
> You can also unsubscribe by visiting
> https://lists.cs.wisc.edu/mailman/listinfo/condor-users
>
> The archives can be found at:
> https://lists.cs.wisc.edu/archive/condor-users/