Elmersolver_mpi does not terminate

Numerical methods and mathematical models of Elmer
Post Reply
Romuald
Posts: 16
Joined: 28 Sep 2020, 17:13
Antispam: Yes

Elmersolver_mpi does not terminate

Post by Romuald »

Hi,

I started to run some mpi based simulations in a batch. Also I remarked that when the number of nodes is greater than 2, there is always at least one node that does not terminate. The consequence is that mpiexec waits forever this node and running in a series different cases is impossible.

Any idea?

Here is my command:

Code: Select all

mpiexec.exe -n 4 -genvlist $env:PATH,$env:ELMER_HOME elmersolver_mpi.exe
I also simply tried:

Code: Select all

mpiexec.exe -n 4 elmersolver_mpi.exe
No error message was displayed during the run and I finally get:

Code: Select all

ElmerSolver: *** Elmer Solver: ALL DONE ***
ElmerSolver: The end
SOLVER TOTAL TIME(CPU,REAL):        39.38       39.38
ELMER SOLVER FINISHED AT: 2020/09/30 09:26:44
Best,


Romuald
Post Reply