submit_job
Submit batch jobs to the Genkai supercomputer's TCS/PJM scheduler by providing script content and optional resource settings, returning a job ID for monitoring.
Instructions
Submit a batch job to the TCS/PJM scheduler on Genkai.
Provide the full job script content. Resource directives in the script take precedence over the parameters here. The parameters are ignored when the script already contains #PJM directives.
Returns: {"job_id": str, "message": str}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gpu | No | ||
| cores | No | ||
| elapse | No | 01:00:00 | |
| rscgrp | No | a-batch-low | |
| job_name | No | ||
| join_stderr | No | ||
| script_content | Yes | ||
| extra_pjm_directives | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||