We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Dear ISCE2 team,
I want to use CUDA for acceleration, but when I use cmake to compile, I encounter the following error. I need help. Thank you.
The text was updated successfully, but these errors were encountered:
openmotif is not well maintained under conda. Use the system provided libraries instead.
conda uninstall openmotif ldconfig -p | grep libXm
Ensure something like /lib/x86_64-linux-gnu/libXm.so exists. otherwise, install via
# Ubuntu/Debian sudo apt install libxm4 # Redhat CentOS yum install motif, motif-devel
Sorry, something went wrong.
No branches or pull requests
Dear ISCE2 team,
I want to use CUDA for acceleration, but when I use cmake to compile, I encounter the following error. I need help. Thank you.
The text was updated successfully, but these errors were encountered: