Re: [deal.II] Loading a .msh mesh of big size into parallel::distributed::triangulation using p4est

2019-10-19 Thread Phạm Ngọc Kiên
Hi praveen, If you run with 1 process(rank = 0) with ./step-40, it's fine. I want to run with MPI on multiple processors with mpirun -np 4 ./step-40. In this case the trouble comes. Thank you very much. Best Kien Vào Th 7, 19 thg 10, 2019 vào lúc 13:45 Praveen C đã viết: > Just an observation

Re: [deal.II] Loading a .msh mesh of big size into parallel::distributed::triangulation using p4est

2019-10-18 Thread Praveen C
Just an observation running your code with deal.II-9.1.1 In debug mode, it runs at 65 sec. In release mode, I get segmentation error. Best praveen $ make Scanning dependencies of target step-40 [ 50%] Building CXX object CMakeFiles/step-40.dir/step-40.cc.o [100%] Linking CXX executable step-40