CFX Segmentation violation ERROR #001100279
Hello, everyone!
I try to do a simulation with CFX and using a user Fortran subroutine in Linux machine. When I compile and lance CFX solver, I obtain this error.
my subroutine integral a function from 0 => +infini. When I use integral from 0.2 => +infini it works normally but when I integrate from 0 or 0.1 => +infini it gives me this error. (I tested my integral in online compiler without CFX and it works normally)
Parallel run: Received message from slave
-----------------------------------------
Slave partition : 14
Slave routine : ErrAction
Master location : Message Handler
Message label : 001100279
Message follows below - :
+--------------------------------------------------------------------+
| ERROR #001100279 has occurred in subroutine ErrAction. |
| Message: |
| Signal caught: Segmentation violation |
| |
| |
| |
| |
| |
+--------------------------------------------------------------------+
Parallel run: Received message from slave
-----------------------------------------
Slave partition : 14
Slave routine : ErrAction
Master location : Message Handler
Message label : 001100279
Message follows below - :
+--------------------------------------------------------------------+
| ERROR #001100279 has occurred in subroutine ErrAction. |
| Message: |
| Stopped in routine FPX: SIG_HANDLER |
| |
| |
| |
| |
| |
+--------------------------------------------------------------------+
+--------------------------------------------------------------------+
| ERROR #001100279 has occurred in subroutine MESG_RETRIEVE. |
| Message: |
| Stopping the run due to error(s) reported above |
| |
| |
| |
| |
| |
+--------------------------------------------------------------------+
+--------------------------------------------------------------------+
| An error has occurred in cfx5solve: |
| |
| The ANSYS CFX solver exited with return code 1. No results file |
| has been created. |
+--------------------------------------------------------------------+
can anyone help me, please?
Answers
What does the subroutine do? Do you observe the issue on different compilers?