build_job_request
Build a complete Tapis job request from an app definition, input directory, and allocation, returning it for inspection without submitting.
Instructions
Build a complete Tapis job request from the app definition.
Mirrors ds.jobs.generate; returns the dict for inspection. Nothing is submitted. SimCenter apps (quoFEM) take no script_filename; dapi wires scInput.json and the driver automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| queue | No | skx-dev | |
| app_id | Yes | ||
| job_name | No | ||
| memory_mb | No | ||
| allocation | Yes | ||
| node_count | No | ||
| max_minutes | No | ||
| input_dir_uri | Yes | ||
| cores_per_node | No | ||
| extra_app_args | No | ||
| extra_env_vars | No | ||
| script_filename | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||