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/)
-   -   Compile/Interperet UDF--Fluent 14.5 (https://www.cfd-online.com/Forums/fluent-udf/145990-compile-interperet-udf-fluent-14-5-a.html)

Schumacher00 December 16, 2014 10:42

Compile/Interperet UDF--Fluent 14.5
 
Hello Guys

Can anybody help me with this error below. (O.S:Unix)

I just tried both Interperet and Compile.It didn't work, Now this is the error poped up by Interpreting.

It has something to do with parallel setting of CPUs,As I'm using 7+1 Parallel CPUs.I would really apreciate it, if you could drop any Comments to this Problem.

Thanks in advance :)


Primitive Error at Node 2: error: udf compiler: unable to open udfconfig-node2.h for write
Primitive Error at Node 3: error: udf compiler: unable to open udfconfig-node3.h for write
Primitive Error at Node 4: error: udf compiler: unable to open udfconfig-node4.h for write
Primitive Error at Node 5: error: udf compiler: unable to open udfconfig-node5.h for write
Primitive Error at Node 6: error: udf compiler: unable to open udfconfig-node6.h for write
Primitive Error at Node 7: error: udf compiler: unable to open udfconfig-node7.h for write
Primitive Error at Node 0: error: udf compiler: unable to open udfconfig-node0.h for write

------------------------------------------------------------------------------------------
This is the error by Compiling:


Primitive Error at Node 6: The UDF library you are trying to load (libudf) is not compiled for parallel use on the current platform (lnamd64).
No such file or directory
/../home/.../YM/libudf/lnamd64/3ddp_node/libudf.so
Primitive Error at Node 7: The UDF library you are trying to load (libudf) is not compiled for parallel use on the current platform (lnamd64).
No such file or directory
/.../home/.../YM/libudf/lnamd64/3ddp_node/libudf.so
Primitive Error at Node 0: The UDF library you are trying to load (libudf) is not compiled for parallel use on the current platform (lnamd64).
No such file or directory
/.../home/.../YM/libudf/lnamd64/3ddp_node/libudf.so




Error: The UDF library you are trying to load (libudf/lnamd64/3ddp_host/libudf.so) is not compiled for parallel use on the current platform (lnamd64).
no error
/.../home/.../YM/InitialStages/Stage1/Blade1/libudf/lnamd64/3ddp_host/libudf.so
Error Object: #f

er_ijaz July 14, 2015 16:12

how you soved
 
Can I know how you solved this issue

Schumacher00 July 14, 2015 18:59

Hi er_ijaz,

1.Your Code should be in the same directory, in which your .cas and your .dat are locatedand. Also you have to start the fluent from the same directory. Otherwise a permission to write is needed, which in most cases normal users ofa cluster are not allowed for giving this permission.
2. Check for probable syntaxial errors in your code.==>> Debugging

I hope this could help you.
Regards


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