|
[Sponsors] |
July 3, 2023, 09:16 |
Fluent UDF SIGSEGV error
|
#1 |
New Member
Navarag KK
Join Date: Jun 2023
Posts: 4
Rep Power: 3 |
Hello everyone,
I'm thrilled to be part of this forum and excited to discuss my current project with you. I'm currently working on a fluent project that involves using a User-Defined Function (UDF). Initially, I ran the simulation successfully on my local system for 10,000 iterations. However, in order to simulate more timesteps, I need to use a High-Performance Computing (HPC) system. Unfortunately, when I tried running the simulation on the HPC system, I encountered the following error: ``` Updating mesh at time level N... ================================================== ============================ Node 4: Process 3316853: Received signal SIGSEGV. ================================================== ============================ ================================================== ============================ Node 17: Process 3280829: Received signal SIGSEGV. ================================================== ============================ ================================================== ============================ Node 31: Process 3280846: Received signal SIGSEGV. ================================================== ============================ ===============Message from the Cortex Process================================ Fatal error in one of the compute processes. free(): corrupted unsorted chunks ================================================== ============================ free(): corrupted unsorted chunks free(): corrupted unsorted chunks free(): corrupted unsorted chunks free(): corrupted unsorted chunks free(): corrupted unsorted chunks free(): corrupted unsorted chunks ``` I am seeking assistance in resolving this issue. Any help or guidance would be greatly appreciated. P.S- Its a 2d analysis of the door opening due to suction pressure is given below. Note that the X axis is towards right, y axis toward top and z axis towards front(if it counts), while door should open in clockwise direction towards left Thank you in advance. |
|
July 4, 2023, 07:11 |
|
#2 |
Senior Member
Alexander
Join Date: Apr 2013
Posts: 2,363
Rep Power: 34 |
ansys fluent customization manual,
look for parallelization chapter: global summation and node_to_host command
__________________
best regards ****************************** press LIKE if this message was helpful |
|
July 6, 2023, 08:24 |
Problem solved
|
#3 | |
New Member
Navarag KK
Join Date: Jun 2023
Posts: 4
Rep Power: 3 |
Quote:
Hey Alexander, Thanks for the feedback. The problem was with cas file and redoing it eliminated the problem. Now, I have doubt in regards with running udf in HPC. Currently I copy the CAS, libdif, udf code ,default journal file and sub file in HPC server and run, is it the correct method or is there something else to do with journal file to get udf. I have attached the journal file along with this reply. Thanks |
||
July 12, 2023, 12:47 |
Solution
|
#4 |
New Member
Navarag KK
Join Date: Jun 2023
Posts: 4
Rep Power: 3 |
Got the answer. Just need to copy libudf and .c file alomg with other sub and journal file with cas.
|
|
Tags |
fluent, sigsegv, tranient, udf |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
UDF for DPM particle deposition modelingpa | haghshenasfard | Fluent UDF and Scheme Programming | 10 | September 15, 2019 03:03 |
DPM udf error | haghshenasfard | FLUENT | 0 | April 13, 2016 07:35 |
error compiling modified applications | yvyan | OpenFOAM Programming & Development | 21 | March 1, 2016 05:53 |
Problem with compile the setParabolicInlet | ivanyao | OpenFOAM Running, Solving & CFD | 6 | September 5, 2008 21:50 |
Compiling problems with hello worldC | fw407 | OpenFOAM Installation | 21 | January 6, 2008 18:38 |