GET AN ATTRIBUTE FROM A HPC SETTING

Retrieves a single named attribute from a saved HPC Setting configuration (e.g., solver version, solver type, queue name). Use this worker when a downstream step needs to read one specific property from an existing HPC Setting without loading the full configuration.

When to use

Tagged: attribute, config, hpc, hpcsetting, solver_type, solver_version.

Inputs

Label ID Type Default Required Description
HPC Setting Name hpc_setting remote_lookup Name of the saved HPC Setting to query, selected via remote lookup (primaryKey: remote_lookup_hpc_settings); must match an existing entry in the platform’s HPC Settings registry.
Attribute Type attr text solver_type The attribute key to retrieve from the selected HPC Setting (e.g., ‘solver_type’, ‘solver_version’, ‘queue’); defaults to ‘solver_type’ if left unchanged.

Outputs

Label ID Type Description
HPC Setting Value hpc_setting_value text The string value of the requested attribute as stored in the HPC Setting (e.g., ‘ls-dyna’, ‘15.1’, ‘normal’); returned as plain text.

Disciplines

  • platform.hpc_config

Auto-generated from platform schema. Worker id: hpcsetting_get_attribute. Schema hash: e73d7af0c211. Hand-curated docs in workerexamples/ override this page when present.