Skip to content

SCR-to-VELOC differences #4

Description

@adammoody

The VELOC API is missing some semantics needed for SCR. Most of these can be worked around, but I'll build a list to record where we stand:

  1. No support for non-checkpoint output sets, e.g., SCR_Start_output. VELOC assumes each output set is a checkpoint.
  2. No ability for app to ask when to checkpoint, i.e., SCR_Need_checkpoint
  3. No ability for app to ask whether it should exit, i.e., SCR_Should_exit
  4. Route_file also renames file whereas SCR keeps the same file name and only changes the path
  5. Because veloc does not return checkpoint name to application, app must track a name-to-id map in an external file, so this map may become out of sync with checkpoints that are actually available

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions