I have a strange failure on start of computation for some of my jobs.
The process is the following :
- i use the turbomachine module
- i have many configurations with different axis and rotation speed for the same mesh
- for each computation I am using the cs_user_mesh source file to translate the mesh origin to the given rotation axis
- then I launch the computation with translated mesh and new rotation speed.
What's happen is that for some configuration the computation crashes at the first time step within the clptur wallfunction calls. I even tried to test some speed very close to value for which the computation succeed but it crashes too.
Is there anything I can do to have more information on the failure and try to solve this issue ? Is there a problem of rotation speed regarding to computation of wall function variables ?
Thanks for any help.
Version of CS is 3.2.1 compiled with gcc (4.5.0)
The listing ends as following :
Code: Select all
** BOUNDARY MASS FLOW INFORMATION
------------------------------
---------------------------------------------------------------
Boundary type Code Nb faces Mass flow
---------------------------------------------------------------
Inlet 2 1652 0.000000000E+00
Smooth wall 5 162860 0.000000000E+00
Rough wall 6 0 0.000000000E+00
Symmetry 4 0 0.000000000E+00
Free outlet 3 243 0.000000000E+00
Free inlet 13 0 0.000000000E+00
Undefined 1 0 0.000000000E+00
---------------------------------------------------------------
SIGTERM signal (termination) received.
--> computation interrupted by environment.
Call stack:
1: 0x36ab8302d0 ? (?)
2: 0x36ab8cb2e6 <__poll+0x66> (libc.so.6)
3: 0x2ba612aa5191 ? (?)
4: 0x2ba612aa3ff3 ? (?)
5: 0x2ba612a97fb1 <opal_progress+0xa1> (libopen-pal.so.0)
6: 0x2ba615164b95 ? (?)
7: 0x2ba617081954 ? (?)
8: 0x2ba6122f0fac <MPI_Allreduce+0x17c> (libmpi.so.0)
9: 0x2ba60fa84d3c <parmin_+0x4c> (libsaturne.so.0)
10: 0x2ba60f9c8c53 <clptur_+0x1f03b> (libsaturne.so.0)
11: 0x2ba60f9e1882 <condli_+0x5c4e> (libsaturne.so.0)
12: 0x2ba60fc39b4d <tridim_+0x9015> (libsaturne.so.0)
13: 0x2ba60f989607 <caltri_+0x4a97> (libsaturne.so.0)
14: 0x2ba60f954669 <cs_run+0x38d> (libsaturne.so.0)
15: 0x2ba60f9548d0 <main+0x15d> (libsaturne.so.0)
16: 0x36ab81d994 <__libc_start_main+0xf4> (libc.so.6)
17: 0x402cd9 <main+0x41> (cs_solver)
End of stack
Code: Select all
SIGTERM signal (termination) received.
--> computation interrupted by environment.
Call stack:
1: 0x36ab8302d0 ? (?)
2: 0x36ab8cb2e6 <__poll+0x66> (libc.so.6)
3: 0x2ba612aa5191 ? (?)
4: 0x2ba612aa3ff3 ? (?)
5: 0x2ba612a97fb1 <opal_progress+0xa1> (libopen-pal.so.0)
6: 0x2ba615164b95 ? (?)
7: 0x2ba617081954 ? (?)
8: 0x2ba6122f0fac <MPI_Allreduce+0x17c> (libmpi.so.0)
9: 0x2ba60fa84d3c <parmin_+0x4c> (libsaturne.so.0)
10: 0x2ba60f9c8c53 <clptur_+0x1f03b> (libsaturne.so.0)
11: 0x2ba60f9e1882 <condli_+0x5c4e> (libsaturne.so.0)
12: 0x2ba60fc39b4d <tridim_+0x9015> (libsaturne.so.0)
13: 0x2ba60f989607 <caltri_+0x4a97> (libsaturne.so.0)
14: 0x2ba60f954669 <cs_run+0x38d> (libsaturne.so.0)
15: 0x2ba60f9548d0 <main+0x15d> (libsaturne.so.0)
16: 0x36ab81d994 <__libc_start_main+0xf4> (libc.so.6)
17: 0x402cd9 <main+0x41> (cs_solver)
End of stack
Code: Select all
Call stack:
1: 0x36ab8302d0 ? (?)
2: 0x36abc13d50 ? (?)
3: 0x36abc2400c <sqrt+0x1c> (libm.so.6)
4: 0x2b4120ca06ab ? (?)
5: 0x2b4120ca0f93 <wallfunctions_+0x1fa> (libsaturne.so.0)
6: 0x2b4120b95bb4 <clptur_+0x4f9c> (libsaturne.so.0)
7: 0x2b4120bc8882 <condli_+0x5c4e> (libsaturne.so.0)
8: 0x2b4120e20b4d <tridim_+0x9015> (libsaturne.so.0)
9: 0x2b4120b70607 <caltri_+0x4a97> (libsaturne.so.0)
10: 0x2b4120b3b669 <cs_run+0x38d> (libsaturne.so.0)
11: 0x2b4120b3b8d0 <main+0x15d> (libsaturne.so.0)
12: 0x36ab81d994 <__libc_start_main+0xf4> (libc.so.6)
13: 0x402cd9 <main+0x41> (cs_solver)
End of stack