Skip to content

hpc init: generate exhaustive template with optional fields commented out #3

@ultimatile

Description

@ultimatile

Currently hpc init generates a minimal template with only Slurm defaults. This could be improved to:

  • Emit all configurable fields exhaustively
  • Comment out optional fields with their default values so users can discover them without reading docs
  • Add --pjm flag to generate a PJM-oriented template

This requires replacing tomli_w.dump() with a string-based template since tomli_w does not support comments.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions