|
[Sponsors] |
January 20, 2004, 16:00 |
compiled vs. interpreted UDF
|
#1 |
Guest
Posts: n/a
|
if i write a UDF, how do i know whether to compile it or interprete it ?
|
|
January 22, 2004, 15:19 |
Re: compiled vs. interpreted UDF
|
#2 |
Guest
Posts: n/a
|
It depends on what your UDF does. It it does heavy calculations, like UDS, or you need full access to C functions (pointers, ...), you have to use a compiled UDF.
Use interpreted UDFs only for easy tasks, and remember that a compiled UDF is faster than an interpreted one. If you look into forum archives, you'll find some more information. Hi ap |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
UDF - Interpreted works and compiled doesn't | AlwaysLearning | FLUENT | 9 | October 30, 2018 01:52 |
How to add a UDF to a compiled UDF library | kim | FLUENT | 3 | October 26, 2011 22:38 |
compiled and interpreted udf | mateus | FLUENT | 1 | May 11, 2011 07:09 |
DEFINE_CG_MOTION Interpreted or Compiled? | Aussie Shane | FLUENT | 0 | April 20, 2006 05:50 |
compiled or interpreted udf | Aireen | FLUENT | 11 | August 25, 2005 01:54 |