Jump to content

.so to slow in labview


Recommended Posts

Posted

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

question.png

Posted

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.

  • Like 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.