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
Hello,
I wanted to find out if the FIDVC code is parallelizable.
I want to perform a correlation with the distance spacing of 1. This procedure
takes about 21 hours for a 512 by 512 by 192 image volume.
Is there any means where i code tweak the code t perform the correlation on
multiple processors?
Thank you.
Ronald.
The text was updated successfully, but these errors were encountered:
The FIDVC code could possibly be parallelized, but we haven't done it. The main loop that could be looked at is the for loop in DVC.m at line 41. You will need to make changes in the code to make it run on parallel. Feel free to explore that route.
However, I want to know why you require the subset spacing of 1?
What we do is run FIDVC with subset spacing of 8 (the default option), and distances in between can be effectively interpolated. I would recommend you to use this approach.
Hello,
I wanted to find out if the FIDVC code is parallelizable.
I want to perform a correlation with the distance spacing of 1. This procedure
takes about 21 hours for a 512 by 512 by 192 image volume.
Is there any means where i code tweak the code t perform the correlation on
multiple processors?
Thank you.
Ronald.
The text was updated successfully, but these errors were encountered: