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

Re: [Condor-users] Condor on Windows - failover and checkpointing



On Thu, Apr 27, 2006 at 03:01:51PM -0400, Darin Kalisak wrote:
> A quick followup question to clarify a related point - does this mean
> that the standard universe is limited on Windows, or that the standard
> universe just doesn't exist at all on Windows (i.e. all executable
> jobs in Windows must be vanilla)?
> 

The standard universe does not exist at all on Windows, all jobs
must be either 'vanilla' or 'java'. (The scheduler, local, and parallel
universes all work on Windows as well, but they're really just 
variations on vanilla universe)

The likely route to checkpointing on Windows will be running the job
in a virtual machine, and checkpointing the virtual machine state.

-Erik