|
[Sponsors] |
Parallel UDF data passing causes Fluent to hang |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
June 8, 2006, 16:40 |
Parallel UDF data passing causes Fluent to hang
|
#1 |
Guest
Posts: n/a
|
Hello all,
I'm using a 16 processor linux SMP machine, and the calculation seems to hang every time I use the host_to_node_real(array,size) function. I suspect that the problem is in the blocking send/recieve pair called by this macro, as it is impossible to get Fluent to do anything besides pop up dialogue boxes saying that it is busy until I kill one of the processes named "fluent_smpi.6.2". At this point, the main Cortex terminal displays something like "Fluent process could not be started", and it is possible to exit fluent normally. Should I used a different version of the MPI standard for this system? I've tried the options available in the FLUENT menus, but with the same result each time. Alternatively, is it possible, or recomended, to point all of the slave processes at some chunk of shared memory that is written by the host process? Many thanks, Tom |
|
June 9, 2006, 13:34 |
Re: Parallel UDF data passing causes Fluent to han
|
#2 |
Guest
Posts: n/a
|
You don't believe but yesterday I had the same problem. Before calling host_to_node(array,szie) send the size variable: host_to_node_int1(size). It works! Luca
|
|
June 9, 2006, 14:17 |
Re: Parallel UDF data passing causes Fluent to han
|
#3 |
Guest
Posts: n/a
|
Thanks for the idea, but unfortunately, my system hangs when I use the host_to_node_int_1() macro as well.
The problem may be with how our SMP machine is configured. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
A Problem of Fluent Interpreted UDF: parse error | knight | Fluent UDF and Scheme Programming | 25 | August 16, 2018 11:26 |
problem of running parallel Fluent on linux cluster | ivanbuz | FLUENT | 15 | September 23, 2017 20:12 |
UDF parallel error: chip-exec: function not found????? | shankara.2 | Fluent UDF and Scheme Programming | 1 | January 16, 2012 23:14 |
Use of Experimental Data in fluent using UDF | anvitaa.sharma | FLUENT | 2 | February 18, 2010 11:46 |
UDF (write a data file) problem | lichun Dong | FLUENT | 2 | July 29, 2005 12:39 |