I need to install MRTrix on an new maschine with k80 GPUs. Its Ubuntu 19 Terminal Version.
I encountered this Error. Any Ideas? FSL and other dependencies work fine.
It depends on the number of threads you’re running concurrently. You probably need around 1GB RAM per thread to be safe, but it depends on whether you’re unlucky enough to have all the memory-hungry jobs running concurrently.
thanks for the help. It worked. I didnt try the 24, but will by the next chance.
One hint: I had to ./configure again… before the build.
The K80 Tesla is running fine with the eddycuda on Ubuntu 19 with cuda 9.1 !
Is there any other way to speed up? Not that its necessary… just because we can.
You could try whether running multiple (2-5) eddy_cuda in parallel (for instance via foreach) is possible and faster than running them sequentially for multiple subjects. In my experience on a GTX titan, running 2-3 eddy_cuda in parallel yielded some speed benefits. The more likely bottleneck will, however, be topup.
Good idea. I will definitly try this. Thanks.
Are there something like dwi2fod idea for speeding up or any other parts?
I am at 6 to 8 hours per subject with all the stuff… whole brain tract… and so on…
Just for information. The K80 Tesla nvidia run as vGPU… and it woks fine after some minor problems.
Now… everybody here can use the K80s or other cards with MRTrix and FSL without having them in the Desktop physically.
Is there any other way to speed up? Not that its necessary… just because we can.
Are there something like dwi2fod idea for speeding up or any other parts?
I think what you’re hinting at here is “will MRtrix3 commands be implemented in e.g. CUDA to run on GPUs?” Unfortunately we simply don’t have the resources to commit to something like that; it’s a lot of development time that doesn’t actually enhance the capabilities of the software.