Skip to content
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

Mpi tests finish successfully even thought there are errors in the launched MPI processes #71

Closed
fverdugo opened this issue Jan 25, 2022 · 3 comments · Fixed by fverdugo/PartitionedArrays.jl#70
Labels
help wanted Extra attention is needed

Comments

@fverdugo
Copy link
Member

See e.g. https://github.com/gridap/GridapPETSc.jl/runs/4934759266?check_suite_focus=true#step:9:1942

@fverdugo fverdugo added the help wanted Extra attention is needed label Jan 25, 2022
@fverdugo
Copy link
Member Author

@amartinhuertas I think this is important to fix. Any ideas?

@amartinhuertas
Copy link
Member

Hi @fverdugo! Thanks for reporting.

I was aware of this problem, but I did not have much time to spend in it yet. I fully agree we need a solution here.

The problem is caused by the following line

https://github.com/gridap/GridapPETSc.jl/blob/master/test/mpi/mpiexec.jl#L13

As far as I remember, I did not add that line. I just assumed that someone had trouble before with mpirun not returning true even with a succesful execution, and have lived with it so far. Do you remember why that line is there?

@amartinhuertas
Copy link
Member

BTW, we have the same pitfall in GridapDistributed, https://github.com/gridap/GridapDistributed.jl/blob/master/test/mpi/runtests.jl#L24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants