Saving with a Checkpoint File

The Trigger File property of the Auto Save dialog allows you to specify the pathname of a file (named CHECKPOINT by default) that, once in place, triggers the auto save operation.

This feature can help you control the auto save process when accessing the Auto Save dialog is inconvenient, for example in a cluster environment with the compute nodes in a separate subnet.

If Simcenter STAR-CCM+ finds the trigger file, the auto save occurs at the end of the current step (iteration in a steady case, time-step in an implicit unsteady case).

This feature is designed to use a particular file once. After the auto save, Simcenter STAR-CCM+ renames the trigger file by appending a tilde character (~) to the filename.

To set the path name of the file:

  1. Activate the Auto Save dialog.
  2. Modify the name and the path in the Trigger File property.

    You can either modify the name directly with a text entry or click the ellipses button and enter the path in the Trigger File dialog.



    If you specify a relative path, or no path at all, Simcenter STAR-CCM+ checks for the trigger file in the same directory as the simulation file.

  3. To use this feature while a simulation is running, you can simply add a file as follows:
    • On Windows, place a file with the correct name in the correct path; even an empty text file would suffice for this purpose.
    • On Linux, use the line command:
      
      % touch CHECKPOINT
      Note This feature does not execute the save action immediately because Simcenter STAR-CCM+ checks once every 60 seconds for the trigger file.