Skip to content

Commit 52a2d8e

Browse files
committed
Update the add_host test
Now completes successfully Signed-off-by: Ralph Castain <rhc@pmix.org>
1 parent 05693a8 commit 52a2d8e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/simple/add_host.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ int main(int argc, char* argv[])
5252
}
5353
MPI_Comm_disconnect(&child);
5454
printf("Parent disconnected\n");
55+
sleep(2);
56+
printf("\n\n\n");
5557
/* do it again */
5658
MPI_Info_set(info, "PMIX_ADD_HOST", argv[2]);
5759
if (MPI_SUCCESS != (rc = MPI_Comm_spawn(argv[0], MPI_ARGV_NULL, 3, info,

0 commit comments

Comments
 (0)