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/)
-   -   UDF Parallel error (Is operating only in the serial.) (https://www.cfd-online.com/Forums/fluent-udf/98281-udf-parallel-error-operating-only-serial.html)

startup0820 March 7, 2012 07:26

UDF Parallel error (Is operating only in the serial.)
 
Hello?

I want to ask you about the parallel issues udf.

Currently I am using the version of FLUENT 13, and the computer is windows 7 64bit.

When I compile the udf in serial no error occurred, but

In parallel, the following error occurs.
--------------------------------------------
# Generating ud_io1.h
rotor_model_v8.0-p1.c
..\..\src\rotor_model_v8.0-p1.c(2811) : warning C4047: 'function' : 'float *' differs in levels of indirection from 'real [10][3]'
..\..\src\rotor_model_v8.0-p1.c(2811) : warning C4024: 'mphost_to_node_float' : different types for formal and actual parameter 1
..\..\src\rotor_model_v8.0-p1.c(2840) : warning C4047: 'function' : 'float *' differs in levels of indirection from 'real [10][20]'
..\..\src\rotor_model_v8.0-p1.c(2840) : warning C4024: 'mphost_to_node_float' : different types for formal and actual parameter 1

Generating Code...
d:\cfd_work\fluent\exercise\p1\libudf\src\rotor_mo del_v8.0-p1.c(3309) : warning C4716: 'xmom_src_1' : must return a value
d:\cfd_work\fluent\exercise\p1\libudf\src\rotor_mo del_v8.0-p1.c(3336) : warning C4716: 'ymom_src_1' : must return a value

(chdir "libudf")()
(chdir "win64\3d_node")()
# Generating ud_io1.h
rotor_model_v8.0-p1.c
..\..\src\rotor_model_v8.0-p1.c(2811) : warning C4047: 'function' : 'float *' differs in levels of indirection from 'real [10][3]'
..\..\src\rotor_model_v8.0-p1.c(2811) : warning C4024: 'mphost_to_node_float' : different types for formal and actual parameter 1
..\..\src\rotor_model_v8.0-p1.c(2840) : warning C4047: 'function' : 'float *' differs in levels of indirection from 'real [10][20]'
..\..\src\rotor_model_v8.0-p1.c(2840) : warning C4024: 'mphost_to_node_float' : different types for formal and actual parameter 1

--------------------------------------------


If you're not too busy, I hope you would advise me..

Have a nice day!


All times are GMT -4. The time now is 17:44.