Search found 6 matches
- Fri Nov 30, 2018 3:42 pm
- Forum: OpenMM
- Topic: Implementation of nonbondend interaction force between two groups for enhanced sampling algorithm
- Replies: 1
- Views: 277
Implementation of nonbondend interaction force between two groups for enhanced sampling algorithm
Dear Peter, dear community, I'm thinking of porting an enhanced sampling scheme, that has been successfully demonstrated for protein-peptide binding [1], to OpenMM. I would like to ask for advice. The enhanced sampling scheme can be best described a "Replica exchange between differently boosted Lenn...
- Mon Jun 17, 2013 4:48 am
- Forum: OpenMM
- Topic: Charge exceptions - how do they work?
- Replies: 1
- Views: 749
Charge exceptions - how do they work?
Dear all, OpenMM's NonbondedForce class offers the possibility to set an exception that overrides the normal force field parametrization for the Coulomb and Lennard-Jones interaction between two given particles. I plan to do a Hamiltonian replica exchange simulation and I thought about using this fe...
- Wed Feb 27, 2013 3:27 am
- Forum: OpenMM
- Topic: segmentation fault in OpenMM 5.0
- Replies: 3
- Views: 377
Re: segmentation fault in OpenMM 5.0
Thanks for the swift reply. Setting the atom positions again in the second example solved the problem. Concerning the first problem. How do I get the patch, once it's fixed? Will it be published on simtk? Meanwhile I was able to find a workaround for the problem. The program will not crash if the mi...
- Tue Feb 26, 2013 8:32 am
- Forum: OpenMM
- Topic: segmentation fault in OpenMM 5.0
- Replies: 3
- Views: 377
segmentation fault in OpenMM 5.0
Dear Peter, I found something that looks like a bug in OpenMM 5.0. This was produced on intel 64 bit systems with gcc 4.6.3 or 4.3.4 using either a GeForce GTX 580 or a Tesla S2050 GPU and the CUDA platform. In the first example, I get a segmentation fault when I try to minimize the energy after cre...
- Mon Feb 18, 2013 3:32 am
- Forum: OpenMM
- Topic: OpenMM 5.0 does not calculate
- Replies: 5
- Views: 660
Re: OpenMM 5.0 does not calculate
Hi Jonathan, From my experimentation with OpenMM 5.0 I found that there are several things that can go wrong here. Have you cheked that * cicc (executable part of CUDA) is in the executable PATH? * CUDA headers are in the include path (CPATH)? It might be useful to look at the error strings that are...
- Thu Feb 14, 2013 4:12 am
- Forum: OpenMM
- Topic: Problem with absolute path to nvcc in OpenMM 5.0.0
- Replies: 1
- Views: 280
Problem with absolute path to nvcc in OpenMM 5.0.0
Hi folks, I just tried out the new 5.0 version of OpenMM. I used the binary 64bit package for Linux. However, the testInstallation.py script failed with the message | Error launching CUDA compiler: 32512 | sh: /usr/local/cuda/bin/nvcc: No such file or directory Now it turned out that my CUDA install...