Skip to content

Commit

Permalink
Merge pull request #589 from chiang-yuan/fix-doc
Browse files Browse the repository at this point in the history
fix firework command bug in doc
  • Loading branch information
utf authored Apr 20, 2024
2 parents 923b5e7 + b67f6dc commit 3abce79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/8-fireworks.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ As described above, convert the flow to a workflow via {obj}`flow_to_workflow` a

Finally, use the `-c` ("config") command-line option when launching your fireworks to specify the FireWorks configuration directory you wish to use.

To launch all fireworks tied to `fw_config1`, run `qlaunch rapidfire -c $FW_CONFIG1 --nlaunches <N>`. To launch all fireworks tied to `fw_config2`, run `qlaunch rapidfire -c $FW_CONFIG2 --nlaunches <N>`. As always, the jobs won't actually run until any prior jobs they depend on are completed.
To launch all fireworks tied to `fw_config1`, run `qlaunch -c $FW_CONFIG1 rapidfire --nlaunches <N>`. To launch all fireworks tied to `fw_config2`, run `qlaunch -c $FW_CONFIG2 rapidfire --nlaunches <N>`. As always, the jobs won't actually run until any prior jobs they depend on are completed.

## Learn More

Expand Down

0 comments on commit 3abce79

Please sign in to comment.