RETRIEVES JOB INFORMATION¶
Looks up the HPC job record associated with a given simulation and surfaces its key metadata. Use this worker when a downstream step needs the HPC job ID, server details, submission settings, or working directory for a previously run simulation.
When to use¶
Tagged: hpc, hpcjob, job_directory, job_info, server, simulation, solver_config.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Simulation | simulation_id | remote_lookup | — | ✓ | Platform simulation record to query; select the target simulation via the remote lookup — this is the only required input and drives all outputs. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| HPC Job ID | hpcjob_id | integer | Integer primary key of the HPC job record (dataType=’hpcjob’) linked to the selected simulation; use this to reference the job in subsequent platform workers. |
| HPC Job Name | hpcjob_name | string | Human-readable name assigned to the HPC job at submission time (string); useful for logging, reporting, or downstream filtering. |
| HPC Job Settings | hpc_settings | keyvalue | Key-value collection of submission settings including hpc_config_id, hpc_config_name, solver_name, solver_type, solver_version, and num_cores; fields may be empty for older jobs that predate structured option storage. |
| HPC Server ID | hpcserver_id | integer | Integer ID of the HPC server on which the job was executed; pass to server-specific platform workers that require a server reference. |
| HPC Server Name | hpcserver_name | string | Display name of the HPC server on which the job was executed (string); useful for reports and notifications. |
| Simulation Directory | sim_dir | string | Absolute path of the simulation working directory on the HPC server (string); use this to locate result files, restart decks, or other solver outputs. |
Disciplines¶
- platform.hpc_config
- platform.job_submission
Auto-generated from platform schema. Worker id: simulation_get_hpc_info. Schema hash: f0dd42a3c667. Hand-curated docs in workerexamples/ override this page when present.