JOB SUBMISSION BY PEDPRO FROM FOLDER SAVED CONFIGURATION¶
Submits PedPro jobs by scanning a base folder for input files that match a specified pattern, using a previously saved HPC configuration. Use this worker when you need to batch-submit pedestrian protection simulation jobs from a folder-based layout without re-entering solver or cluster settings manually.
When to use¶
Tagged: batch_submit, folder_scan, hpc, job_submission, pedestrian, pedpro, saved_config.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Sweep Name | sweep_name | text | — | Optional label for the sweep/batch run; used to group submitted jobs under a named sweep for tracking purposes. | |
| Base Folder | base_folder | text | — | ✓ | Absolute or relative path to the root folder that contains the PedPro input files to be submitted; required. |
| Input file pattern | input_file_pattern_type | select | starts_with | ✓ | Matching strategy used to identify input files within the base folder — choose from starts_with, starts_with_any_one, end_with, contains, or regex; defaults to ‘starts_with’. |
| Input File Pattern | input_file_pattern | text | — | Pattern string applied according to the selected input_file_pattern_type to filter which files in the base folder are picked up for submission (e.g., ‘ped_’, ‘.key’, or a regex expression). | |
| Template ID | template_id | remote_lookup | — | Optional reference to a pre-defined job template (looked up remotely); leave blank to use the defaults embedded in the saved HPC config. | |
| Project ID | project_id | remote_lookup | — | ✓ | Required project identifier (remote lookup) under which all submitted simulations will be registered on the platform. |
| Study ID | study_id | remote_lookup | — | Optional study identifier (remote lookup) to associate the submitted jobs with an existing study; leave blank to create a new study automatically. | |
| Saved HPC Config | saved_hpc_config | remote_lookup | — | ✓ | Required reference to a previously saved HPC settings profile (solver version, queue, resources, licenses) used for all jobs in this submission. |
| NOJTS | num_jobs_to_submit | text | 10 | Maximum number of jobs to submit in a single call; integer, defaults to 10. Increase to process larger folder batches in one pass. | |
| Page Number | page_number | text | 1 | 1-based page index when the folder contains more matching files than num_jobs_to_submit; defaults to 1 (first page). |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| Study Id | study_id | integer | Integer identifier of the study (new or existing) under which the submitted PedPro jobs are grouped on the platform. |
| Simulations | simulations | dataset | Dataset listing all simulation records created by this submission, including simulation IDs and metadata for downstream processing. |
| Hpcjobs | hpcjobs | dataset | Dataset of HPC job records queued or launched for the submitted simulations, containing job IDs, statuses, and cluster assignment details. |
Disciplines¶
- platform.hpc_config
- platform.job_submission
Auto-generated from platform schema. Worker id: job_submit_pedpro_from_folder_by_config. Schema hash: 71076586cac0. Hand-curated docs in workerexamples/ override this page when present.