McIntosh-Lab / tvb-ukbb

TVB-UKBB Pipeline: TheVirtualBrain implementation of the UK Biobank pipeline
Other
22 stars 12 forks source link

GPU toggle in init_vars requires testing #184

Open justinliuyuwang opened 1 year ago

justinliuyuwang commented 1 year ago

Currently, toggling the GPU flag off in init-vars may produce errors due to commands for which we have not provided CPU alternatives (e.g. eddy_cuda in bb_eddy_wrap).

Other potential errors have not been investigated.