|
PICurv 0.1.0
A Parallel Particle-In-Cell Solver for Curvilinear LES
|
This guide documents how pic.flow converts case configs into scheduler artifacts for cluster execution.
Typical cluster-enabled run uses:
case.ymlsolver.ymlmonitor.ymlpost.ymlcluster.yml (scheduler contract)Initialize templates from examples, then customize per cluster/account policy.
Generate and submit:
Generate only (no submission):
In run directory, scheduler generation typically produces:
solver.sbatchpost.sbatchmanifest.jsonsubmission.json (when submitted)These coexist with standard runtime control artifacts used by solver/postprocessor binaries.
This allows consistent local dry-run and cluster production flow from the same inputs.
--no-submit first when validating new scheduler settings.examples/master_template/master_cluster.yml).cluster.yml instead of editing generated scripts manually.See also: