Search found 35 matches

by Charles Brooks
Wed Feb 03, 2016 3:15 pm
Forum: OpenMM
Topic: atom reordering with cutoffs
Replies: 1
Views: 192

atom reordering with cutoffs

Peter et al., We are trying to finish up our CPHMD plugin to complement the recent implementation of the GBSW model in the CHARMM/OpenMM interface and are running into an issue that I think I ran across before but cannot find any detail of. This has to do with reordering of atoms to optimize the til...
by Charles Brooks
Thu Dec 03, 2015 6:39 am
Forum: OpenMM
Topic: Can't find CUDA on OSX 10.11 El Capitain
Replies: 5
Views: 905

Re: Can't find CUDA on OSX 10.11 El Capitain

Peter, I have researched this and apparently there is a new security measure in OSX 10.11 that disables the import of $DYLD_LIBRARY_PATH and this the path to non-OSX installed libraries, etc. are inaccessible to the application. I note I installed OpenMM 6.3 from the current git-hub and get the foll...
by Charles Brooks
Tue Dec 01, 2015 2:07 pm
Forum: OpenMM
Topic: Can't find CUDA on OSX 10.11 El Capitain
Replies: 5
Views: 905

Can't find CUDA on OSX 10.11 El Capitain

Has anyone been successful in getting CUDA to work on an OSX 10.11 system? I have tried the precompiled OpenMM 6.3 and OpenMM compiled from the github, but neither seems to recognize CUDA, though it does run using OpenCL. I was using the latest CUDA toolkit and drivers but tried CUDA 7.0/6.5 with th...
by Charles Brooks
Mon Jan 19, 2015 6:35 am
Forum: OpenMM
Topic: Propagation of zero in step function
Replies: 8
Views: 366

Re: Propagation of zero in step function

Dear Peter, Following up on my post in the other forum: The reason I compiled this was to be able to take advantage of Peter's bug fix to the issue with the CustomCompoundBondForce, however, as demonstrated with the attached tar file providing a simple test that if I either of the two CustomCoumpoun...
by Charles Brooks
Fri Jan 16, 2015 12:29 pm
Forum: OpenMM
Topic: Problem with fortran compilation of source in github
Replies: 5
Views: 239

Re: Problem with fortran compilation of source in github

Dear Michael and Peter, Unfortunately, even though the option to increase the identifier length exists, it cannot go beyond 62: Fatal Error: Maximum supported identifier length is 63 Thus, this isn't a solution. I have simply commented out those two functions in the fortran wrapper as a temporary fi...
by Charles Brooks
Fri Jan 16, 2015 9:44 am
Forum: OpenMM
Topic: Problem with fortran compilation of source in github
Replies: 5
Views: 239

Problem with fortran compilation of source in github

Dear Peter, I pulled the github repository to build from this for testing/development of the OpenMM/CHARMM interface and find that (differing from the 6.2 release code) that there are two function names that exceed the maximum allowed in length of a function/subroutine name in fortran2003 of 63 char...
by Charles Brooks
Mon Jan 12, 2015 9:47 am
Forum: OpenMM
Topic: Propagation of zero in step function
Replies: 8
Views: 366

Re: Propagation of zero in step function

Dear Peter, Happy New Year. I discovered independently that I could add a "small" parameter to the sqrt and get this to work. Thanks for following through. However, I continue to be plagues using this functionality. I am attaching a gzipped tar file containing a couple of tests fail1.py and fail2.py...
by Charles Brooks
Tue Dec 23, 2014 8:28 am
Forum: OpenMM
Topic: Propagation of zero in step function
Replies: 8
Views: 366

Re: Propagation of zero in step function

Dear Peter, I have been playing further with the problem I raised a day or so ago, and I am convinced there is an issue in the function interpreter. I append a simple model, 1 particle, only customcompoundbonded force defined, pdb coordinates and a simple python script that runs this. If you have in...
by Charles Brooks
Mon Dec 22, 2014 3:09 pm
Forum: OpenMM
Topic: Propagation of zero in step function
Replies: 8
Views: 366

Re: Propagation of zero in step function

Something is still odd, because when I replace the expression with: <Force energy="mult*step(dlta)*0.5*frc*dlta*dlta;dlta=r-droff;r=sqrt(r2);mult=step(abs(r2)-small);r2=delax*delax+delay*delay+delaz*delaz;delaz=delz-r1*zdir;delay=dely-r1*ydir;delax=delx-r1*xdir;r1=delx*xdir+dely*ydir+delz*zdir;delz=...
by Charles Brooks
Mon Dec 22, 2014 9:16 am
Forum: OpenMM
Topic: Propagation of zero in step function
Replies: 8
Views: 366

Propagation of zero in step function

Dear Colleagues, I am using CustomCompoundBondedForce to generate some custom restraints associated with restraining particles, or the center of mass of a collection of particles, within a sphere, cylinder or a plane. I am running into a problem for cases where a particle (or the COM of a collection...