|
[Sponsors] |
September 19, 2013, 10:35 |
Paralleling UDF for shared memory machines
|
#1 |
New Member
Trariq Mahmood
Join Date: Aug 2013
Posts: 3
Rep Power: 13 |
Hi fellows,
I am trying to run UDF on a linux based machine with shared memory by parallel processing (16 processors).but i got the following error, Error: The UDF library you are trying to load (libudf) is not compiled for parallel use on the current platform (lnia64). No such file or directory /data1/home/mehmood/fluent/3dAbid/libudf/lnia64/3ddp_host/libudf.so Error Object: #f Error: CAR: invalid argument [1]: wrong type [not a pair] Error Object: () my UDF is as under, #include "udf.h" DEFINE_PROFILE(velocityinletw , thread, position) { float t, velocityw; face_t f; t = RP_Get_Real("flow-time"); velocityw = (3.14*0.01*1.4*0.496*cos(2*3.14*1.4*t)); begin_f_loop(f, thread) { F_PROFILE(f, thread, position) = velocityw; } end_f_loop(f, thread) } can any one help me in sorting out this problem. est Regards |
|
September 23, 2013, 22:48 |
|
#2 |
New Member
Serch Rmz
Join Date: Sep 2013
Location: Mexico
Posts: 1
Rep Power: 0 |
Your program a UDF for paralell use, and I see your defining a profile, you can run the UDF in serial processing and then write the profile on the section your applying the UDF. Then open a new fluent case and you can read the profile instead of using the UDF. Ive done that but my profile was on stedy state and dont change. Good look.
|
|
September 24, 2013, 11:05 |
|
#3 |
New Member
Trariq Mahmood
Join Date: Aug 2013
Posts: 3
Rep Power: 13 |
Thanks El Veneno. I welcome your suggestion. will inform you about the progress.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to add a UDF to a compiled UDF library | kim | FLUENT | 3 | October 26, 2011 22:38 |
Is my UDF correct | ehooi | FLUENT | 0 | January 5, 2011 03:56 |
How to optimize the memory usage when using FEM | vasilis | Main CFD Forum | 11 | August 25, 2009 00:57 |
linux cluster | Johan Carlsson | Siemens | 6 | July 4, 2003 13:02 |
ECC Memory Needed for Clusters? | Jonas Larsson | Main CFD Forum | 1 | January 17, 2001 09:08 |