.. _auto_hpcjob_get_simulation_info: *GET SIMULATION INFO FROM HPC JOB* ================================== Looks up the simulation associated with an HPC job and returns its ID, name, and detailed info including status, solver type, and file count. Accepts either the internal d3VIEW HPC job ID or the scheduler job ID. Use this worker to bridge HPC job tracking with simulation record retrieval in downstream workflow steps. When to use ----------- Tagged: ``file_count``, ``hpc``, ``job_lookup``, ``simulation``, ``solver_type``, ``solverresultset``, ``status``. Inputs ------ .. list-table:: :header-rows: 1 :widths: 20 20 20 20 20 20 * - Label - ID - Type - Default - Required - Description * - HPC Job - hpcjob_id - remote_lookup - — - ✓ - Internal d3VIEW HPC job ID or scheduler job ID used to locate the HPC job record; required — the worker resolves both internal integer IDs and external scheduler job IDs automatically. Outputs ------- .. list-table:: :header-rows: 1 :widths: 20 20 20 20 * - Label - ID - Type - Description * - Simulation ID - simulation_id - integer - Integer primary key of the simulation (solverresultset) associated with the HPC job, typed as a simulation reference for use in downstream workers. * - Simulation Name - simulation_name - string - Human-readable name string of the linked simulation record, as stored in the d3VIEW simulation registry. * - Simulation Info - simulation_info - keyvalue - Key-value map containing detailed simulation metadata: simulation_id, simulation_name, status, description, solver_type, project_name, loadcase_name, created_on, updated_on, and file_count (number of attachments linked to the simulation). Disciplines ----------- - platform.hpc_config - platform.job_submission - platform.workflow .. raw:: html
Auto-generated from platform schema. Worker id: hpcjob_get_simulation_info. Schema hash: ebb076b3f9d3. Hand-curated docs in workerexamples/ override this page when present.