Skip to content

Commit

Permalink
Merge pull request #5 from tkphd/yaml
Browse files Browse the repository at this point in the history
proper indentation for cluster run args
  • Loading branch information
xorJane authored Jun 6, 2024
2 parents 3073b06 + f26eefe commit eaa9eee
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions episodes/02-maestro_on_the_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ walltime includes quotation marks -- `"{Hours}:{Minutes}:{Seconds}"`.
With these changes, our updated YAML file might look like

```yml
---
description:
name: Hostnames
description: Report a node's hostname.
Expand All @@ -85,9 +86,9 @@ study:
run:
cmd: |
hostname >> hostname.txt
nodes: 1
procs: 1
walltime: "00:00:30"
nodes: 1
procs: 1
walltime: "00:00:30"
```

Note that we left the rule `hostname-login` as is. Because we do not
Expand Down

0 comments on commit eaa9eee

Please sign in to comment.