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 And I get the following suggested commands with returns blow: ************************************************************************************************ 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 ************************************************************************************************ ldd /home/superman/usr/dealii/lib/libdeal_II.g.so.8.5.1 | grep mpi libmpich.so.12 => /usr/lib/x86_64-linux-gnu/libmpich.so.12 (0x00007f884cb30000) ************************************************************************************************ ldd /home/superman/usr/trilinos/lib/libepetra.so.12.12.1 | grep mpi libmpich.so.12 => /usr/lib/x86_64-linux-gnu/libmpich.so.12 (0x00007fd5327f1000) ************************************************************************************************ I have no clue about this, please let me know if you have any suggestion. Thanks a lot! -- 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.