8000 running NFFT in parallel · Issue #77 · pyNFFT/pyNFFT · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

running NFFT in parallel #77

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
rkumar-slim opened this issue Feb 7, 2024 · 1 comment
Open

running NFFT in parallel #77

rkumar-slim opened this issue Feb 7, 2024 · 1 comment
Labels

Comments

@rkumar-slim
Copy link

Hello,

I am trying to run NFFT inside parallel MP process. It runs very slow compared to serial mode. I wonder if there is somewhere default parallel option on in NFFT which I suppose to turn off to make it run faster in parallel processing. Thanks

@ghisvail
Copy link
Collaborator
ghisvail commented Feb 7, 2024

AFAIK, the NFFT library does not expose any means for controlling the level of parallelization used for computation. You may try to either compile NFFT without OpenMP support, if at all possible, or find whether there is some environment variable that you could set to control the number of cores used by OpenMP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants
0