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

[condor-users] Standalone checkpointing of restarted process



Hello,

I have one more question conserning standalone checkpointing using Condor's CSCL. When I want a process to write a checkpoint image to the file my_ckpt_file, I start the process with an option -_condor_ckpt=/home1/my_ckpt_file. Next, when I restart the process, I supply it with an option -_condor_restart=/home2/my_ckpt_file. How to tell the restarted process where to write checkpointing images now? Is it possible at all to checkpoint the restarted process?

Anton