Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Detecting checkpoint.
- Date: Wed, 19 Jul 2006 13:16:39 -0500
- From: Erik Paulson <epaulson@xxxxxxxxxxx>
- Subject: Re: [Condor-users] Detecting checkpoint.
On Wed, Jul 19, 2006 at 09:51:37AM -0400, P. A. Cheeseman wrote:
>
> Is there any means by which a standard universe executable
> can check to determine if it has been checkpointed?
>
There's no API to find out if you've been checkpointed. You could
have your job force a checkpoint, in which case you could know that
you were checkedpointed at least once.
Why do you want your job to know?
-Erik