leoliuf / MRiLab

A Numerical Magnetic Resonance Imaging (MRI) Simulation Platform
https://leoliuf.github.io/MRiLab/
BSD 2-Clause "Simplified" License
204 stars 64 forks source link

Linux? #14

Closed drwillis closed 6 years ago

drwillis commented 6 years ago

Tried this on linux distribution Ubuntu 16.04. Can't run the demo Gradient Echo sequence. It's looking for libcudart version 7.0. This distribution of linux uses libcudart 7.5. Any suggestions? Can I force CPU simulation somehow?

leoliuf commented 6 years ago

You might need to recompile the GPU engines to use cuda7.5. Also you can use CPU mode by selecting CPU engine from the drop-down menu of the main simulation GUI.