zhaodazhuang

Results 3 issues of zhaodazhuang

I downloaded the source code of openmm from []https://github.com/openmm/openmm(url) and installed it according to [http://docs.openmm.org/7.0.0/userguide/library.html#compiling-openmm-from-source-code](url) After I unzipped and entered the source directory file, I entered the following command `...

When I unzip the file and do the following: ``` $mkair build $cd build $ccmake .. ``` ``` CMAKE_BUILD_TYPE CMAKE_INSTALL_PREFIX /usr/local/openmm CUDA_HOST_COMPILER /usr/bin/cc CUDA_SDK_ROOT_DIR CUDA_SDK_ROOT_DIR-NOTFOUND CUDA_TOOLKIT_ROOT_DIR /usr/local/cuda-12.3 CUDA_USE_STATIC_CUDA_RUNTIME ON CUDA_rt_LIBRARY...

When I install [https://github.com/openmm/openmmexampleplugin?tab=readme-ov-file](url), After I downloaded and unzipped the file, I renamed it openmm, and then ran the commands in sequence ` $ cd openmm $ mkdir build &&...