You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to compile on a supercomputer running CentOS. Since I don't
have sudo rights, I've compiled FFTW3 into a custom directory.
I've tried adding the fftw path, /lib and /include all to $PATH, but
running compile_mex_multem returns in error for amongst others, - lfftw3.
Do you have any suggestions? Does fftw need to be compiler with particular
options?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#18>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIMYt0aeHGxdStkEKLLzgeAHVRxh-1A5ks5tEQrIgaJpZM4RM0jr>
.
I ran into some troubles where fftw (and more) has been compiled using intel compilers rather than gcc. I'm looking at workarounds, including compiling things myself, but I've paused this work for the moment.
I'm trying to compile on a supercomputer running CentOS. Since I don't have sudo rights, I've compiled FFTW3 into a custom directory.
I've tried adding the fftw path, /lib and /include all to $PATH, but running compile_mex_multem returns in error for amongst others, - lfftw3.
Do you have any suggestions? Does fftw need to be compiled with particular options?
The text was updated successfully, but these errors were encountered: