You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PARMETIS ERROR: Poor initial element distribution. Processor 0 has no elements assigned to it!
forrtl: severe (174): SIGSEGV, segmentation fault occurred
Image PC Routine Line Source
ucns3d_p 000000000323B3E9 Unknown Unknown Unknown
ucns3d_p 0000000003239D60 Unknown Unknown Unknown
#
The text was updated successfully, but these errors were encountered:
For intel compiler 2013 you will probably need to refer to the MKL link advisor since the -qopenmp-link-static will not work.
Now regarding the Parmetis, it is highly likely that the compiled static library provided is from a newer version of c compiler and this is why you might experience this issue. I would suggest that you download the Parmetis (http://glaros.dtc.umn.edu/gkhome/metis/parmetis/download) compile from source following the instructions and then following compilation copying both the libparmetis and libmetis from their respective directories in your code directory.
[chenhao@node8 test]$ mpirun -np 2 -hostfile ./node ./ucns3d_p
PARMETIS ERROR: Poor initial element distribution. Processor 0 has no elements assigned to it!
forrtl: severe (174): SIGSEGV, segmentation fault occurred
Image PC Routine Line Source
ucns3d_p 000000000323B3E9 Unknown Unknown Unknown
ucns3d_p 0000000003239D60 Unknown Unknown Unknown
#
The text was updated successfully, but these errors were encountered: