From 12d8c4ddbf701479c6ff35004477b772c64ac284 Mon Sep 17 00:00:00 2001 From: Eddie Mattia Date: Thu, 2 Nov 2023 16:09:06 -0700 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a56e68..3251943 100644 --- a/README.md +++ b/README.md @@ -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",