Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
emattia committed Nov 2, 2023
1 parent ed7c462 commit 12d8c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class MPI4PyFlow(FlowSpec):
@mpi
@step
def multinode(self):
# matches command mpiexec command
# matches mpiexec command
current.mpi.exec(
args=["-n", "128"],
program="python mpi_program.py",
Expand Down

0 comments on commit 12d8c4d

Please sign in to comment.