glotzerlab / signac-flow

Workflow management for signac-managed data spaces.
https://signac.io/
BSD 3-Clause "New" or "Revised" License
48 stars 37 forks source link

Fix SLURM scripts on SDSC Expanse. #810

Closed joaander closed 7 months ago

joaander commented 7 months ago

Description

Correct variable names in expanse jinja template.

Motivation and Context

Generate correctly formatted slurm scripts on expanse.

Checklist:

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (ba2a3ae) 69.25% compared to head (900f141) 69.27%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #810 +/- ## ========================================== + Coverage 69.25% 69.27% +0.02% ========================================== Files 48 48 Lines 4397 4397 Branches 1065 1065 ========================================== + Hits 3045 3046 +1 + Misses 1143 1142 -1 Partials 209 209 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

joaander commented 7 months ago

Thanks to @b-butler for the first pass at this fix. I rebased his changes off the latest main branch.