Skip to content

Singleton Spawn tests #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 24, 2022
Merged

Conversation

jjhursey
Copy link
Member

No description provided.

Signed-off-by: Joshua Hursey <jhursey@us.ibm.com>
@jjhursey
Copy link
Member Author

Expected output:

shell$ ./run.sh 
=====================
Testing: Hello with mpirun
=====================
  0/  1) [f5n18] 2394664 Hello, world!
=====================
Testing: Hello as a singleton
=====================
  0/  1) [f5n18] 2394751 Hello, world!
=====================
Testing: MPI_Comm_spawn with mpirun
=====================
Spawning './simple_spawn' ... OK
=====================
Testing: MPI_Comm_spawn as a singleton
=====================
Spawning './simple_spawn' ... OK
=====================
Testing: MPI_Comm_spawn_multiple with mpirun
=====================
Hello from a Child (A)
Hello from a Child (B)
Hello from a Child (B)
Spawning Multiple './simple_spawn_multiple' ... OK
=====================
Testing: MPI_Comm_spawn_multiple as a singleton
=====================
Hello from a Child (A)
Hello from a Child (B)
Hello from a Child (B)
Spawning Multiple './simple_spawn_multiple' ... OK
=====================
Success
=====================

@jjhursey jjhursey marked this pull request as ready for review August 22, 2022 16:15
@jjhursey jjhursey merged commit f97b432 into open-mpi:master Aug 24, 2022
@jjhursey jjhursey deleted the singleton-tests branch August 24, 2022 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant