<div dir="ltr"><p>Dear Einstein Toolkit users,</p><p>I am currently working with the Einstein Toolkit and trying to use checkpoint/restart functionality to recover simulations.</p><p>I understand the parameters that must be included in the parameter file, but I am not sure how I should correctly restart a simulation from existing checkpoint data.</p><p>So far, I have been launching simulations with commands such as</p><p>./simfactory/bin/sim run ProcaStar -workstation-parfile=par/ProcaStar.par</p><p>and the simulation runs correctly and generates checkpoint files. However, when I try to restart from the checkpoint data, I am unsure what the correct procedure should be. I do not know whether I should use a different SimFactory command, modify the submission procedure, or provide additional options.</p><p>The checkpoint-related parameters in my parameter file are:</p><p>CarpetIOHDF5::checkpoint = yes<br>IOUtil::checkpoint_every_walltime_hours = 0.1<br>IOUtil::checkpoint_dir = "checkpoints_prueba"<br>IOUtil::checkpoint_keep = 1<br>IOUtil::checkpoint_ID = no<br>IOUtil::checkpoint_on_terminate = yes<br>IOUtil::recover = "autoprobe"<br>IOUtil::recover_dir = "checkpoints_prueba"<br>IOUtil::abort_on_io_errors = yes<br>CarpetIOHDF5::open_one_input_file_at_a_time = yes</p><p>Could someone please clarify the recommended procedure for restarting a simulation from existing checkpoint files? In particular:</p><ol><li><p>Which SimFactory command should be used to restart a simulation?</p></li><li><p>Is it necessary to create a new run or continue the existing one?</p></li><li><p>Are there any additional parameters or directory requirements for recovery to work correctly?</p></li></ol><p>My environment is: <br>       Einstein Toolkit version: ET_2025_05<br>       Operating system: Linux Ubuntu 22.04.5 LTS<br>       Cluster/machine: Local</p><p>Thank you very much for your help.</p><p>Best regards,<br>Yahir Mio</p></div>