|
[Sponsors] |
January 8, 2007, 09:13 |
Parallel UDF-UDM Reserveration
|
#1 |
Guest
Posts: n/a
|
Hello! I running fluent 6.3.21 3ddp on two nodes. Within my compiled UDF, there is a DEFINE_EXECUTE_ON_LOADING routine, which should reserve and name various UDMs. While working on a single CPU that works nicely, however in parallel, the UDF freezes, and/or gives floating point exceptions:
>int start=-1; :Message("I am %i\n",myid); :start=Reserve_User_Memory_Vars(10); :Message("I am %i\n and my starting udms is %i",myid,start); :Set_User_Memory_Name(0,"heating"); :... I guess that the problem is that each command can only be executed on specific processes. But on which processes does one need to invoke the two commands? Honestly, searching the UDF manual did not reveal to much information.. Thank you very much, and nice greetings, Bernhard |
|
December 2, 2010, 13:06 |
|
#2 |
New Member
Philipp Schapotschnikow
Join Date: Oct 2010
Posts: 11
Rep Power: 16 |
Having exactly the same problem
Anybody knows the solution? |
|
December 2, 2010, 13:49 |
|
#3 |
New Member
Philipp Schapotschnikow
Join Date: Oct 2010
Posts: 11
Rep Power: 16 |
I figured out the solution in the mean time. The only thing one has to do is add a " return; " at the end of (each) UDF.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
UDF parallel error: chip-exec: function not found????? | shankara.2 | Fluent UDF and Scheme Programming | 1 | January 16, 2012 23:14 |
udf compile in parallel system | tahereh | FLUENT | 1 | December 9, 2008 10:48 |
Help: how to realize UDF on parallel cluster? | Haoyin | FLUENT | 1 | August 6, 2007 14:53 |
Parallel Fluent +UDF | Jack Martinez | FLUENT | 0 | June 28, 2007 12:19 |
UDF in parallel version. | yobee | FLUENT | 0 | August 17, 2004 05:12 |