thenoob94 Posted June 7, 2023 Report Share Posted June 7, 2023 I have implemented an fft in c and compiled it to an .so. When I run the c program by itself it is twice as fast as the labview implementation. Is there any way to make this faster in labview? maybe some settings for loading .so? thank you in advance Quote Link to comment
ShaunR Posted June 7, 2023 Report Share Posted June 7, 2023 Your CLFN's are running in the root loop (that's why they are orange). You really need them to be set to "Run in any thread" but for that, your DLL has to be thread-safe. If it is thread-safe then change it. If not, you are stuck with what you have. 1 Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.