|
[Sponsors] |
Error Message "Stopped in Routine SIG_HANDLER" appears starting CFX-Solver |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 17, 2010, 08:39 |
Error Message "Stopped in Routine SIG_HANDLER" appears starting CFX-Solver
|
#1 |
New Member
Niklas
Join Date: Sep 2010
Posts: 7
Rep Power: 16 |
Hi,
starting my project in CFX-Solver the following Message appears in the Out-file befor starting any Iteration: ----------------------------------------------------------------------------- +--------------------------------------------------------------------+ | | | Partitioning | | | +--------------------------------------------------------------------+ +--------------------------------------------------------------------+ | | | ANSYS CFX Partitioner 12.0.1 | | | | Version 2009.04.14-11.08 Tue Apr 14 11:17:07 BST 2009 | | | | Executable Attributes | | | | double-int32-64bit-novc8-noifort-novc6-optimised-supfort-noprof-nos| | | | Copyright 2009 ANSYS Inc. | +--------------------------------------------------------------------+ +--------------------------------------------------------------------+ | Job Information | +--------------------------------------------------------------------+ Run mode: partitioning run Host computer: linuxvkabc01.rz.RWTH-Aachen.DE Job started: Tue Sep 14 17:25:19 2010 +--------------------------------------------------------------------+ | Memory Allocated for Run (Actual usage may be less) | +--------------------------------------------------------------------+ Data Type Kwords Words/Node Words/Elem Kbytes Bytes/Node Real 43151.7 4.99 5.03 337123.0 39.92 Integer 397882.0 46.01 46.34 1554226.7 184.03 Character 3620.6 0.42 0.42 3535.7 0.42 Logical 78.0 0.01 0.01 304.7 0.04 Double 0.6 0.00 0.00 4.7 0.00 +--------------------------------------------------------------------+ | Mesh Statistics | +--------------------------------------------------------------------+ Domain Name : Kalibrierkanal Total Number of Nodes = 8648261 Total Number of Elements = 8586368 Total Number of Hexahedrons = 8586368 Total Number of Faces = 122248 +--------------------------------------------------------------------+ | Vertex Based Partitioning | +--------------------------------------------------------------------+ Coupled partitioning of domains: Kalibrierkanal +--------------------------------------------------------------------+ | ERROR #001100279 has occurred in subroutine ErrAction. | | Message: | | Signal caught: Abnormal termination | | | | | | | | | | | +--------------------------------------------------------------------+ +--------------------------------------------------------------------+ | ERROR #001100279 has occurred in subroutine ErrAction. | | Message: | | Stopped in routine SIG_HANDLER: | | | | | | | | | | | +--------------------------------------------------------------------+ +--------------------------------------------------------------------+ | An error has occurred in cfx5solve: | | | | The ANSYS CFX partitioner exited with return code 1. | +--------------------------------------------------------------------+ This run of the ANSYS CFX Solver has finished. --------------------------------------------------------------------------------- Does anybody have an idea what the problem might be, or rather what the routine SIG_HANDLER is responsible for? Dear Niklas |
|
September 17, 2010, 10:24 |
|
#2 |
Member
Andy Jones
Join Date: Sep 2010
Location: Columbus, Ohio
Posts: 78
Rep Power: 16 |
Proably just a missing parameter you forgot to set on Ansys.
These two links might help: http://research.me.udel.edu/~lwang/teaching/MEx81/ansyshelp/Hlp_IN_UNIXTR3.html http://www.xansys.org/index.html sighandler on Linux OS: http://linux.die.net/man/2/signal You should confirm correct operation of your hardware with benchmarking software. I use pcwizad 2009, by cpud..its free. Look at your power supply voltages..12v..5v..3.3v..they should be within 5-10% of spec. Also look at your cpu temperature and video card temps..these can cause errors. Add fans if neccessary. Incorrect driver on an ethernet card can cause Linux kernal panic. You should be running a fairly powerful computer..dual or quad core with 4 gb memory..a single core system thats overloaded can give errors. A video card with at least 512 mb. Did you correctly set all of the parameters of Ansys correctly? Update your Linux package dependencies if neccessary and practcal. You may be limited by your kernal version number. Ansys was probably written in C++, and Linux in C (Unix most likely). I did not find that error code in C++ MSDN docs from 2003 msdn library. SIG_HANDLER is most likely a Unix command. Handles timeout event. Maybe the program did not get info from a module that was not loaded, that was supposed to be loaded..or the system hung because the solver was overwhelmed by the complexity of the problem with respect to computer capabilities. See: http://www.theaceorb.com/1.3a/doxygen/ace/classACE__Event__Handler__T.html Looks like the program is loading about 990mb of ram for this solver. It appears to be loading a mesh also. Is your video card memory big eneough for the mesh? System memory adequate? What are your system specs..ram..cpu..OS..video..ethernet..Linux Kernal version..any other programs running?..run antivirus recently? adaware? ..defraghard drive recently? Strange errors are seen in very demanding programs and models due to limitations of hardware usually..ie cpu speed, number of cores. memory ..ect.. I dont have Ansys, I use Elmer and OpenFoam and SciLab. good luck!! andy |
|
September 17, 2010, 11:45 |
|
#3 |
New Member
Niklas
Join Date: Sep 2010
Posts: 7
Rep Power: 16 |
Hi Andy,
thank you very much for your detailed answer. I will work off your list of suggestions. kind regards Niklas |
|
September 17, 2010, 22:37 |
|
#4 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,870
Rep Power: 144 |
I don't think Andy is sending you down the right track though. Quite simply it crashed when it started coupled partitioning. I don't think the multi-processor stuff is set up correctly on your machine. Have you followed the setup instructions in the setup manual? Does serial simulation work? Does normal single threaded partitioning work?
|
|
September 20, 2010, 09:12 |
|
#5 |
New Member
Niklas
Join Date: Sep 2010
Posts: 7
Rep Power: 16 |
Hi ghorrocks,
i´m computing on a cluster-system, so i have no influence on the hardware-software setup. But i brought to light that currently there is a technical problem on the cluster-system at least on the Unix-Frontend. So i started my project on the Windows-Frontend, and voila the solver started. Thank you verry much for your tipps bye |
|
February 28, 2016, 16:55 |
SIG_HANDLER problem
|
#6 |
New Member
Alejandro Garcia Aguilar
Join Date: Feb 2016
Posts: 3
Rep Power: 10 |
hello, I am having the same problem as mentioned but I do not find a way to solve it. I am using a cluster but this is the first time that I have this problem. can you give me hint what it is happening and how to fix it?
Partitioning of domain: Default Domain +--------------------------------------------------------------------+ | ERROR #001100279 has occurred in subroutine ErrAction. | | Message: | | Signal caught: Abnormal termination | | | | | | | | | | | +--------------------------------------------------------------------+ +--------------------------------------------------------------------+ | ERROR #001100279 has occurred in subroutine ErrAction. | | Message: | | Stopped in routine FPX: SIG_HANDLER | | | | | | | | | | | +--------------------------------------------------------------------+ |
|
July 20, 2016, 04:35 |
|
#7 |
Member
Alex
Join Date: Feb 2016
Posts: 81
Rep Power: 10 |
Hi to all
I've faced this problem recently. The mesh was big - 30M nodes and 75M elements. The solution for me was relatively simple - involving 12 cpu cores and activating large problem option (8 cores without large problem option yielded the same error). |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
ATTENTION! Reliability problems in CFX 5.7 | Joseph | CFX | 14 | April 20, 2010 16:45 |
problem in CFX solver about isolated volumes | Yuan | CFX | 2 | August 16, 2004 23:54 |
CFX 5.6 memory problem with solver | sreevisakh | CFX | 3 | February 2, 2004 05:57 |
compressible two phase flow in CFX4.4 | youngan | CFX | 0 | July 2, 2003 00:32 |
CFX 5.5 | Roued | CFX | 1 | October 2, 2001 17:49 |