On 4/21/22 21:32, 陈敏 wrote:

I think the SparseDIrectMUMPS in dealii-8.2.1 don't need run program with mpirun -np N ./Program just ./Programand MUMPS will run parallel controlling by itself. can I control it by myself?

If you call a program without mpirun, it will not know that there is a universe of parallel execution out there. It can only run with multiple threads in a shared memory space on a single machine. It will definitely not be able to use other machines.

Best
 W.

--
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 bange...@colostate.edu
                           www: http://www.math.colostate.edu/~bangerth/

--
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/f312f0b2-1922-e874-8a59-94c92b035509%40colostate.edu.

Reply via email to