Hi,

Test 4 failed after make test. I make my research and find the following 
answer:

https://groups.google.com/d/msg/dealii/mV-juFpnybA/DSBP4DArCQAJ

I guess it may be caused by different version of MPI. And I get the 
following return of suggested command:

************************************************************************************************
mpirun -n 2 ./mpi.debug 
 Hi from 0/1
 Hi from 0/1
ERROR: process does not see nproc=2!
ERROR: process does not see nproc=2!
-------------------------------------------------------
Primary job  terminated normally, but 1 process returned
a non-zero exit code.. Per user-direction, the job has been aborted.
-------------------------------------------------------
--------------------------------------------------------------------------
mpirun detected that one or more processes exited with non-zero status, 
thus causing
the job to be terminated. The first process to do so was:

  Process name: [[18180,1],0]
  Exit code:    255
************************************************************************************************
 mpiexec -n 2 ./mpi.debug 
 Hi from 0/1
 Hi from 0/1
ERROR: process does not see nproc=2!
ERROR: process does not see nproc=2!
-------------------------------------------------------
Primary job  terminated normally, but 1 process returned
a non-zero exit code.. Per user-direction, the job has been aborted.
-------------------------------------------------------
--------------------------------------------------------------------------
mpiexec detected that one or more processes exited with non-zero status, 
thus causing
the job to be terminated. The first process to do so was:

  Process name: [[18211,1],0]
  Exit code:    255
************************************************************************************************
which mpirun
/usr/bin/mpirun
************************************************************************************************
which mpiexec
/usr/bin/mpiexec
************************************************************************************************

Please tell me how to solve this(how to choose the correct mpi compiler)? 
Do I need to reinstall dealii and trilinos? Thanks!

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to