-
|
I have programs that take a while to compile and/or optimize. After I compile and/or optimize, I'd like to save their state so I can restart it at a different time. How can I do that? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
TFC version 1.0.4 contains a new feature in from tfc.utils.TFCUtils import criuCheckpoint
criuCheckpoint()There are some arguments to This will create a checkpoint in the Warnings/known limitations
|
Beta Was this translation helpful? Give feedback.
TFC version 1.0.4 contains a new feature in
TFCUtilscalledcriuCheckpoint. It can be used like thisThere are some arguments to
criuCheckpointthe user can use to modify the behavior. See the criuCheckpoint API for more details.This will create a checkpoint in the
criu_checkpointwith CRIU directory that contains the data needed to restart the program from the same point using CRIU. A message will be printed when running this function that will instruct the user how to restart at a later time.Warnings/known limitations
matplotlib. Either dis…