|
PICurv 0.1.0
A Parallel Particle-In-Cell Solver for Curvilinear LES
|
Use this page to map error output to concrete fix steps.
Validation and CLI-combination failures use:
ERROR <CODE> | key=<yaml.path or -> | file=<path[:line] or -> | message=<...> | hint=<...>
Code reference:
| Code | Meaning | Typical Fix |
|---|---|---|
CLI_USAGE_INVALID | Invalid argument combination | Run pic.flow <command> --help and follow required flag groups. |
CFG_MISSING_SECTION | Required YAML section missing | Add section from examples/master_template/*.yml. |
CFG_MISSING_KEY | Required YAML key missing | Add required key at the reported path. |
CFG_INVALID_TYPE | Wrong YAML value type | Change scalar/list/mapping type per contract docs. |
CFG_INVALID_VALUE | Unsupported value/range | Use allowed enums/ranges from reference pages. |
CFG_FILE_NOT_FOUND | Referenced file/path is missing | Fix path or create file. |
CFG_GRID_PARSE | Grid payload/format error | Fix block count, dimensions, or coordinate rows. |
CFG_INCONSISTENT_COMBO | Conflicting options/keys | Align related flags/keys (periodic pairs, scheduler, process counts). |
| Message fragment | Likely cause | Fix command(s) |
|---|---|---|
[FATAL] --post-process requires --run-dir when not used with --solve. | Post-only run missing input run directory | pic.flow run --post-process --run-dir runs/<run_id> --post post.yml |
[FATAL] Could not automatically identify required config files in <run>/config | Missing/renamed case.yml, monitor.yml, or *.control | Re-run solve stage or restore expected files under runs/<run_id>/config/. |
[FATAL] Source data directory for post-processing not found or empty | Post source data path points to missing/empty solver output | Verify monitor output directory and existing solver output files. |
‘[FATAL] Unsupported scheduler ’<x>'. Only Slurm is supported in v1.\ilinebr </td> <td class="markdownTableBodyNone">cluster.ymlhas unsupported scheduler type \ilinebr </td> <td class="markdownTableBodyNone"> Setcluster.yml -> scheduler.type: slurm. \ilinebr </td> </tr> <tr class="markdownTableRowOdd"> <td class="markdownTableBodyNone">[FATAL] In cluster mode, –num-procs must be 1 (auto) or exactly nodes*ntasks_per_node (...)\ilinebr </td> <td class="markdownTableBodyNone"> MPI count mismatch against cluster resources \ilinebr </td> <td class="markdownTableBodyNone"> Set-n 1or set-ntonodes * ntasks_per_node`. |
cluster.yml separately:Related pages: