hpc_render_job
Render the LSF job script that a submission would use, enabling preview before the first run. Override resources like walltime or GPUs via JSON.
Instructions
Render the LSF job script a submission WOULD use, without submitting.
Use this to show the human a script before the first run of a new profile.
Args: profile_path: Path to the local profile YAML. run_id: Short identifier for this run (e.g. "exp03"). resource_overrides: Optional JSON object overriding profile resources, e.g. '{"walltime": "04:00", "gpus": 1}'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | ||
| profile_path | Yes | ||
| resource_overrides | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |