OpenMM 6.2 installation
Posted: Wed Feb 18, 2015 1:03 pm
Hello,
I've been trying to install the Linux binary. From the installation guide, it appears all I need to do is set LD_LIBRARY_PATH and OPENMM_CUDA_COMPILER prior to running install.sh. My variables are set as follows:
I've run the install and everything looks to be ok but when I test it with python -m simtk.testInstallation, I get:
I've tried to track down where it could be having trouble and managed to find this error:
Any advice is greatly appreciated!
Thanks!
Kevin
I've been trying to install the Linux binary. From the installation guide, it appears all I need to do is set LD_LIBRARY_PATH and OPENMM_CUDA_COMPILER prior to running install.sh. My variables are set as follows:
Code: Select all
LD_LIBRARY_PATH=/usr/local/cuda-6.5/lib64:/usr/lib64:/home/sdm/Dev/lib:/home/sdm/Dev/openmm/lib:/home/sdm/Dev/openmm/lib/plugins
OPENMM_CUDA_COMPILER=/usr/local/cuda-6.5/bin/nvcc
Code: Select all
There are 4 Platforms available:
1 Reference - Successfully computed forces
2 CPU - Successfully computed forces
3 OpenCL - Successfully computed forces
Segmentation fault (core dumped)
Code: Select all
Program received signal SIGSEGV, Segmentation fault.
0x00002aaab7bb6739 in cufftCreate () from /usr/local/cuda-6.5/lib64/libcufft.so.6.5
Missing separate debuginfos, use: debuginfo-install bzip2-libs-1.0.5-7.el6_0.x86_64 glibc-2.12-1.132.el6.x86_64 keyutils-libs-1.4-4.el6.x86_64 krb5-libs-1.10.3-15.el6_5.1.x86_64 libcom_err-1.41.12-18.el6.x86_64 libgcc-4.4.7-4.el6.x86_64 libselinux-2.0.94-5.3.el6_4.1.x86_64 libstdc++-4.4.7-4.el6.x86_64 openssl-1.0.1e-16.el6_5.14.x86_64
Thanks!
Kevin