-
-
Notifications
You must be signed in to change notification settings - Fork 103
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
sct_fmri_moco and sct_dmri_moco are slow #947
Comments
Priority changed to HIGH because of recent user report |
Further investigations on joplin: The user reporting this issue is also having a lot of distributed cores (n=64), so I am wondering if this issue could be related to the presence of "a lot of cores", not being used properly. One first thing to investigate is the forcing of |
Tried to change |
Compared
Both systems gave similar computational time across transforms. |
However, then trying specifically with
On mac: 5s So, there is clearly something wrong with the Linux binary. I'll explore older versions that were shipped for Linux... |
Re-built ANTs binaries on Ubuntu 16.04 and OSX. Good news is: processing time is much faster with the recent built on Ubuntu 16.04: ANTs Version: 2.3.1.dev145-g7ed2b
ANTs Version: 2.1.0.post359-g3df42
However, there is a much larger difference in results between OSX and Linux for the more recent version. Version Data + Results here: |
To follow-up on this issue of test-retest variation, this is now fixed by specifying "None" in sampling strategy, as instructed by the ANTs folks: ANTsX/ANTs#976 |
When running it in some stations, e.g.,
joplin
, motion correction is very slow. Is it related to the numerous system calls? To the slow imports when using network account? To the slow i/o? We should investigate the bottleneck and fix it.E.g.,
batch_processing
onjoplin
duringsct_fmri_moco
(note the 62.39s/iter):EDIT 2020-03-19 16:16:13:
abbey
: ~3s/iterbireli
: ~5s/iterferguson
: ~2.5iter/s (VERY FAST!)parker
: 1.44s/iterThe text was updated successfully, but these errors were encountered: