|
[Sponsors] |
January 5, 2011, 03:39 |
parallel (cluster vs local) and UDFs
|
#1 |
Member
EH
Join Date: Dec 2010
Posts: 61
Rep Power: 15 |
Hi,
Is running parallel on a cluster of different machines the same as running parallel on a local machine? I am asking this based from the point of view of compiling UDFs. I have not been able to load my library after compilation; getting the following messages: Opening library "libudf"... Primitive Error at Node 0: open_udf_library: The operation completed successfully. Primitive Error at Node 1: open_udf_library: The system cannot find the file specified. Primitive Error at Node 2: open_udf_library: The system cannot find the file specified. Primitive Error at Node 3: open_udf_library: The system cannot find the file specified. Error: open_udf_library: The operation completed successfully. Error Object: #f All helps are deeply appreciated. Thank you. Sincerely, EH |
|
January 5, 2011, 13:28 |
Re:parallel (cluster vs local) and UDFs
|
#2 |
New Member
Rajesh Gutti
Join Date: Mar 2009
Location: Columbia, MO
Posts: 1
Rep Power: 0 |
You need to copy the compiled library folders to all the nodes on your cluster.
__________________
Rajesh Gutti Post Doc Fellow, Univ of Missouri-Columbia |
|
January 6, 2011, 03:24 |
|
#3 |
Member
EH
Join Date: Dec 2010
Posts: 61
Rep Power: 15 |
Thank you for your reply. What do you mean by nodes on your cluster? Because at the moment, I only selected parallel in the FLUENT Launch window but did not do any partitioning to actually solve the problem in parallel.
|
|
January 6, 2011, 03:45 |
|
#4 |
Senior Member
Bernhard
Join Date: Sep 2009
Location: Delft
Posts: 790
Rep Power: 22 |
In the start-up window, you have a Tab - Parallel Setting, the run type defaults to shared memory, but in your case this will not work of course, you have to work with the distributed memory. However, I do not have experience with it, so good luck
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Compiling and Running UDFs on an IBM Power3 | S. Hollman | FLUENT | 0 | January 6, 2005 12:23 |
UDFs for Scalar Eqn - Fluid/Solid HT | Greg Perkins | FLUENT | 0 | October 14, 2000 00:03 |
UDFs for Scalar Eqn - Fluid/Solid HT | Greg Perkins | FLUENT | 0 | October 11, 2000 04:43 |