CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > FLUENT > Fluent UDF and Scheme Programming

Paralleling UDF for shared memory machines

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 19, 2013, 09:36
Default Paralleling UDF for shared memory machines
  #1
New Member
 
Trariq Mahmood
Join Date: Aug 2013
Posts: 3
Rep Power: 12
honeychem is on a distinguished road
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
honeychem is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Dynamic Mesh UDF Qureshi FLUENT 7 March 23, 2017 07:37
Paralleling UDF for shared memory machines honeychem Fluent UDF and Scheme Programming 2 September 24, 2013 10:05
Is my UDF correct ehooi FLUENT 0 January 5, 2011 02:56
linux cluster Johan Carlsson Siemens 6 July 4, 2003 12:02
ECC Memory Needed for Clusters? Jonas Larsson Main CFD Forum 1 January 17, 2001 08:08


All times are GMT -4. The time now is 20:32.