qp.manager.submit.create_marker

qp.manager.submit.create_marker(submission_marker_path, job_name, submission_command, submission_output)[source]

Create a submission record file to track job status.

Writes a .submit_record file containing job metadata including the job name, submitting user, queue time, and scheduler output. This file prevents duplicate submissions and enables job status tracking.

Parameters:
  • submission_marker_path (str) – Path to the .submit_record file to create.

  • job_name (str) – Name of the submitted job.

  • submission_command (str) – The shell command used to submit the job.

  • submission_output (str) – Output returned by the scheduler (e.g., job ID).