About mpi testing

Discussion about building and installing Elmer
Post Reply
hydym
Posts: 10
Joined: 14 Dec 2012, 17:03
Antispam: Yes

About mpi testing

Post by hydym »

When I do MPI-testing ,it always appears the under error:
ERROR:: GetMatrixFormat: Only MUMPS direct solver implemented in parallel!
--------------------------------------------------------------------------
mpirun has exited due to process rank 1 with PID 2086 on
node liu-Lenovo-B460 exiting without calling "finalize". This may
have caused other processes in the application to be
terminated by signals sent by mpirun (as reported here).
I don't know why.Please help me solve the problem,thank you!
Last edited by hydym on 15 Dec 2012, 11:34, edited 1 time in total.
hydym
Posts: 10
Joined: 14 Dec 2012, 17:03
Antispam: Yes

Re: About mpi testing

Post by hydym »

I installed Elmer from Synaptic!
Takala
Posts: 186
Joined: 23 Aug 2009, 23:59

Re: About mpi testing

Post by Takala »

Hi,

You should use MUMPS as the direct solver.

Code: Select all

  Linear System Solver = "Direct"
  Linear System Direct Method = MUMPS
Cheers,

Eelis
hydym
Posts: 10
Joined: 14 Dec 2012, 17:03
Antispam: Yes

Re: About mpi testing

Post by hydym »

Thank you very much, Takala .I've made MPI-testing passed successfully!
Post Reply