|
[Sponsors] |
September 19, 2013, 10:36 |
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. Best Regards |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Dynamic Mesh UDF | Qureshi | FLUENT | 7 | March 23, 2017 08:37 |
Paralleling UDF for shared memory machines | honeychem | Fluent UDF and Scheme Programming | 2 | September 24, 2013 11:05 |
Is my UDF correct | ehooi | FLUENT | 0 | January 5, 2011 03:56 |
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 |