generate_job_template
Generate a PJM job script template for Genkai with configured rscgrp, cores, GPU, and time. Returns a shell script containing #PJM directives ready for pjsub submission.
Instructions
Generate a PJM job script template for Genkai.
Available rscgrps: a-batch-low, a-batch, b-batch-low, b-batch, b-batch-mig-low, b-batch-mig, c-batch-low, c-batch, and their -inter variants.
Returns a shell script string with #PJM directives ready to submit with pjsub.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gpu | No | ||
| cores | No | ||
| elapse | No | 01:00:00 | |
| rscgrp | No | a-batch-low | |
| job_name | No | myjob | |
| work_dir | No | ||
| mpi_procs | No | ||
| extra_pjm_directives | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |