CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   Fluent UDF and Scheme Programming (https://www.cfd-online.com/Forums/fluent-udf/)
-   -   FLUENT Parallel Problem (UDF) (https://www.cfd-online.com/Forums/fluent-udf/173243-fluent-parallel-problem-udf.html)

soheilr June 16, 2016 03:49

FLUENT Parallel Problem (UDF)
 
Hi,
I am trying to use parallel for my UDF. But I faced this error.
I have checked different thing: 1. Using both ANSYS v14.0 and v16.2 2. Uninstall and reinstall ansys and also intel mpi. But unfortunately nothing happened.
I am new in UDF and need help about explaining and solving this error!

any advice will be appreciated.
King Regards.


================================================== ============================
Node 0: Process 5348: Received signal SIGSEGV.
================================================== ============================
================================================== ============================
Node 3: Process 5332: Received signal SIGSEGV.
================================================== ============================
================================================== ============================
Node 1: Process 5608: Received signal SIGSEGV.
================================================== ============================
================================================== ============================
Node 2: Process 6080: Received signal SIGSEGV.
================================================== ============================
unable to read the cmd header on the pmi context, Error = -1
.
Error posting readv, An existing connection was forcibly closed by the remote host.(10054)
unable to read the cmd header on the pmi context, Error = -1
.
Error posting readv, An existing connection was forcibly closed by the remote host.(10054)
unable to read the cmd header on the pmi context, Error = -1
.
Error posting readv, An existing connection was forcibly closed by the remote host.(10054)
unable to read the cmd header on the pmi context, Error = -1
.
Error posting readv, An existing connection was forcibly closed by the remote host.(10054)
received suspend command for a pmi context that doesn't exist: unmatched id = 2
received suspend command for a pmi context that doesn't exist: unmatched id = 1
received suspend command for a pmi context that doesn't exist: unmatched id = 0
job aborted:
rank: node: exit code[: error message]
0: DESKTOP-R8V9125: 2: process 0 exited without calling finalize
1: DESKTOP-R8V9125: 2: process 1 exited without calling finalize
2: DESKTOP-R8V9125: 2: process 2 exited without calling finalize
3: DESKTOP-R8V9125: 2: process 3 exited without calling finalize
The fl process could not be started.

`e` June 16, 2016 07:55

This error occurs when the process is trying to access a variable that isn't available. What is your UDF code and did it work in serial?


All times are GMT -4. The time now is 07:11.