Search found 8 matches

by Carl Benzer
Fri Oct 31, 2014 5:27 am
Forum: OpenMM
Topic: "Energy is NaN" error with AMBER prmtop and restart file
Replies: 0
Views: 103

"Energy is NaN" error with AMBER prmtop and restart file

Hi, i need some help figuring out what's wrong here. I manually compiled 6.1 with CUDA 6.5. All tests passed and all example *.py scripts run fine. When I try to use a specific AMBER prmtop and restart file created with AmberTools 14 on the CUDA and OpenCL platform, I get the following error: #"Step...
by Carl Benzer
Mon Nov 04, 2013 10:44 am
Forum: OpenMM
Topic: Announcing OpenMM command
Replies: 4
Views: 220

Re: Announcing OpenMM command

I think this is a great addition to OpenMM and I am happy to give it a try. Unfortunately I ran into some compatibility issues with Python 2.6 which I described together with the workarounds I found in https://github.com/rmcgibbo/openmm-cmd/issues/20. *Update: Python 2.6 compatibility issues resolve...
by Carl Benzer
Wed Apr 10, 2013 6:20 am
Forum: OpenMM
Topic: Restarting simulations
Replies: 6
Views: 634

Re: Restarting simulations

Mea culpa, I should have done more careful reading last night. Looking through the Wiki and workshop slides, I think I discovered solutions for most of my questions: Regarding restarting simulations, an example can be found in Lee-Ping's general purpose script for running OpenMM molecular dynamics s...
by Carl Benzer
Tue Apr 09, 2013 1:49 pm
Forum: OpenMM
Topic: Restarting simulations
Replies: 6
Views: 634

Restarting simulations

Hi, my first test simulation using prmtop and inpcrd created with AmberTools successfully finished its first 1ns on a GPU. I basically followed the Python tutorial in the OpenMM documentation. Now I am eager to produce longer trajectories ... With Amber I was used to get a restart file at the end th...
by Carl Benzer
Wed Mar 27, 2013 12:17 pm
Forum: OpenMM
Topic: Unit of "speed" in the platform.getSpeed()
Replies: 2
Views: 206

Re: Unit of "speed" in the platform.getSpeed()

Thanks for the clarification.
by Carl Benzer
Wed Mar 27, 2013 3:57 am
Forum: OpenMM
Topic: Unit of "speed" in the platform.getSpeed()
Replies: 2
Views: 206

Unit of "speed" in the platform.getSpeed()

What is the meaning or unit of "speed" in the platform.getSpeed() output? For a Quadro K5000 I get the following output: platform = Platform.getPlatformByName('CUDA') print "Platform: ", platform.getName() print "Speed: ", platform.getSpeed() print "Supports double: ", platform.supportsDoublePrecisi...
by Carl Benzer
Sat Jul 28, 2012 8:15 am
Forum: OpenMM
Topic: Exception: clCreateKernel
Replies: 2
Views: 263

Re: Exception: clCreateKernel

- Which version of OpenMM are you using? OpenMM 4.1.1 - Which version of the AMD SDK are you using? I downloaded and installed AMD-APP-SDK-v2.7-RC-lnx64.tgz - Are you using a binary distribution of OpenMM, or compiling from source? Binary distribution. - Is your Linux 32 or 64 bit? 64bit Ubuntu 12....
by Carl Benzer
Wed Jul 25, 2012 2:00 pm
Forum: OpenMM
Topic: Exception: clCreateKernel
Replies: 2
Views: 263

Exception: clCreateKernel

Hi, tried my first steps with OpenMM today. Installation on Ubuntu 12.04 went fine, I can run all examples using the reference platform. To fully use all four cores of my machine, I installed the AMD OpenCL SDK. As a quick test, I ran mandelbulbGPU: OpenCL Platform 0: Advanced Micro Devices, Inc. Op...