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
Dear Spencer,
Thanks for pointing that out! But was it causing you problems? This should
be harmless in the current state of FOCUS. There's a field in the GUI
Settings to specify the correct CUDA path, for programs that require it.
The path to CUDA is currently hard-coded to
/usr/local/cuda-5.5/include
:https://github.com/C-CINA/focus/blob/495463215f56d86203f0e2f9e54a7af9b55e9e4c/CMakeLists.txt#L84
This should be made configurable with an environmental variable, e.g.
$CUDA_INCLUDE_DIR
The text was updated successfully, but these errors were encountered: