computation crash with polyhedra mesh
Posted: Wed Nov 26, 2014 9:08 am
Good Morning to all,
I am running into problem while trying to make a computation with a polyhedra type mesh.
It seems to seg fault in a parcmx call within typecl process.
I tried with and without mesh reorientation but it always gives the same error.
Some parts of the preprocessor log and listing error message are described below.
The setting is the same than for successful computation made for same model but with trim cell type mesh.
Does anybody can orient me to understand where the problem is ?
Thank you.
I am running into problem while trying to make a computation with a polyhedra type mesh.
It seems to seg fault in a parcmx call within typecl process.
I tried with and without mesh reorientation but it always gives the same error.
Some parts of the preprocessor log and listing error message are described below.
The setting is the same than for successful computation made for same model but with trim cell type mesh.
Does anybody can orient me to understand where the problem is ?
Thank you.
Code: Select all
Defining families
-----------------
Element orientation check.
Warning
=======
350 elements of type quad4 had to be re-oriented
Warning
=======
114 elements of type quad4 were impossible to re-orient
End of conversion to descending connectivity
--------------------------------------------
Theoretical mesh size: 2.407 Gb
Theoretical current memory: 3.901 Gb
Theoretical peak memory: 10.662 Gb
Total memory used: 10.749 Gb
Warning
=======
There is/are 464 isolated face(s)
Main mesh properties
--------------------
Number of cells: 11832944
Number of internal faces: 68944276
Number of boundary faces: 472823
Number of vertices: 53287717
Definition of face and cell families
------------------------------------
Family 1
Group "1"
Number of cells : 11832944
Family 2
Group "0"
Number of internal faces : 68943812
Number of isolated faces : 464
Family 3
Group "1"
Number of boundary faces : 2113
Family 4
Group "10"
Number of boundary faces : 4231
Family 5
Group "11"
Number of boundary faces : 65774
Family 6
Group "12"
Number of boundary faces : 2371
Family 7
Group "13"
Number of boundary faces : 2375
Family 8
Group "14"
Number of boundary faces : 56529
Family 9
Group "15"
Number of boundary faces : 56704
Family 10
Group "16"
Number of boundary faces : 5669
Family 11
Group "17"
Number of boundary faces : 3052
Family 12
Group "18"
Number of boundary faces : 3168
Family 13
Group "19"
Number of boundary faces : 22445
Family 14
Group "2"
Number of boundary faces : 2113
Family 15
Group "3"
Number of boundary faces : 6125
Family 16
Group "4"
Number of boundary faces : 32059
Family 17
Group "5"
Number of boundary faces : 11596
Family 18
Group "6"
Number of boundary faces : 7618
Family 19
Group "7"
Number of boundary faces : 38872
Family 20
Group "8"
Number of boundary faces : 38911
Family 21
Group "9"
Number of boundary faces : 111098
Family 21
Default family
(no group)
Number of internal faces : 464
Critère 1 : orthogonalité :
Nombre de mauvaises cellules détecté : 1800 --> 0 %
Critère 2 : décentrement :
Nombre de mauvaises cellules détecté : 0 --> 0 %
Critère 3 : qualité du gradient moindres-carrés :
Nombre de mauvaises cellules détecté : 43609 --> 0 %
Critère 4 : ratio des volumes de cellules :
Nombre de mauvaises cellules détecté : 252 --> 0 %
Critère 5 : culpabilité par association :
Nombre de mauvaises cellules détecté : 725 --> 0 %
Code: Select all
SIGTERM signal (termination) received.
--> computation interrupted by environment.
Call stack:
1: 0x3b42acb2e6 <__poll+0x66> (libc.so.6)
2: 0x2af0af024191 ? (?)
3: 0x2af0af022ff3 ? (?)
4: 0x2af0af016fb1 <opal_progress+0xa1> (libopen-pal.so.0)
5: 0x2af0b16e3b95 ? (?)
6: 0x2af0b3600954 ? (?)
7: 0x2af0ae86ffac <MPI_Allreduce+0x17c> (libmpi.so.0)
8: 0x2af0acbd30ff <parcmx_+0x2f> (libsaturne.so.0)
9: 0x2af0acc97207 <typecl_+0x4947> (libsaturne.so.0)
10: 0x2af0acb8c50a <condli_+0x4ca> (libsaturne.so.0)
11: 0x2af0acc8f3ed <tridim_+0x36d5> (libsaturne.so.0)
12: 0x2af0acb7ac39 <caltri_+0x33e9> (libsaturne.so.0)
13: 0x2af0acb521a5 <cs_run+0x405> (libsaturne.so.0)
14: 0x2af0acb52325 <main+0x155> (libsaturne.so.0)
15: 0x3b42a1d994 <__libc_start_main+0xf4> (libc.so.6)
16: 0x402a49 <main+0x39> (cs_solver)
End of stack