Yiayng,

Am Freitag, 20. Oktober 2017 01:42:09 UTC+2 schrieb Yiyang Zhang:
>
> Hello Daniel,
>
> I am using the following code on my macbook.
>
> mpirun -n 1 xterm -e lldb ./test : -n 1 ./test 
>
So you are running into the error with only one MPI process as well?
Then, you should be able to omit the call to mpirun and simply run
$ lldb ./test
 

>
> This is the debug information I get from lldb. Is it useful?
>
Can you get a backtrace (using bt) with line numbers? The current 
information is not really enlightening.
Also make sure to compile and run in debug mode.

Best,
Daniel

-- 
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