Skip to content

Commit

Permalink
markdown source builds
Browse files Browse the repository at this point in the history
Auto-generated via {sandpaper}
Source  : eaa9eee
Branch  : main
Author  : Jane Herriman <[email protected]>
Time    : 2024-06-06 17:50:01 +0000
Message : Merge pull request #5 from tkphd/yaml

proper indentation for cluster run args
  • Loading branch information
actions-user committed Jun 6, 2024
1 parent 520d34a commit a9ab8ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions 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
2 changes: 1 addition & 1 deletion md5sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"index.md" "34cbb07555a616bcccea8e923f456167" "site/built/index.md" "2024-06-04"
"links.md" "8184cf4149eafbf03ce8da8ff0778c14" "site/built/links.md" "2022-04-22"
"episodes/01-introduction.md" "0b246d55ad51315d3b94e1306437be9b" "site/built/01-introduction.md" "2024-06-04"
"episodes/02-maestro_on_the_cluster.md" "5f9e3d0639774eb0cf6eaf3e24f803de" "site/built/02-maestro_on_the_cluster.md" "2024-06-04"
"episodes/02-maestro_on_the_cluster.md" "003e9fe64cc07cb3961687fef20b3789" "site/built/02-maestro_on_the_cluster.md" "2024-06-06"
"episodes/03-maestro-and-mpi.md" "ca0b24a1d8c8ede7ba94d359b3722da0" "site/built/03-maestro-and-mpi.md" "2024-06-04"
"episodes/04-placeholders.md" "77643387cd407aa55a9c2cc31faaec49" "site/built/04-placeholders.md" "2024-06-04"
"episodes/05-chaining_rules.md" "09e4764020c90cc918b562ddb59f2e95" "site/built/05-chaining_rules.md" "2024-06-04"
Expand Down

0 comments on commit a9ab8ea

Please sign in to comment.