# Stall in some multi-node parallel calculations

**URL:** https://community.freefem.org/t/stall-in-some-multi-node-parallel-calculations/1143
**Category:** General Discussion
**Created:** [August 6, 2021, 11:36am UTC](https://community.freefem.org/t/stall-in-some-multi-node-parallel-calculations/1143 "2021-08-06T11:36:47Z")
**Posts on this page:** 1
**Showing post:** 84

<div class="post-metadata">

### Author: ![prj](https://avatars.discourse-cdn.com/v4/letter/p/ecae2f/32.png) [@prj](https://community.freefem.org/u/prj)
#### Post date: [August 14, 2021, 1:42pm UTC](https://community.freefem.org/t/stall-in-some-multi-node-parallel-calculations/1143/84 "2021-08-14T13:42:32Z")

</div>

> It seems to work well with various codes and numbers of nodes and processes.

Again, the patch I sent is kind of nasty. It will likely not work with meshes with very badly-shaped elements.

> So, what was the problem exactly?

Your MPI implementation is having some difficulties with `MPI_Waitany` and/or `MPI_Waitall` + `MPI_Status` queries. I’d advise trying to start with a fresh installation using Intel compilers and IntelMPI, which do not have such issues (that’s what I’m using daily). If it still fails with those, there may be something wrong with your interconnect, but it is not possible for me to solve such issues remotely.

---

_[View the full topic](https://community.freefem.org/t/stall-in-some-multi-node-parallel-calculations/1143)._
