Search found 13 matches
- Mon Jul 26, 2010 6:24 am
- Forum: OpenMM
- Topic: Compiling OpenMM on Ubuntu Linux
- Replies: 19
- Views: 5180
RE: Compiling OpenMM on Ubuntu Linux
<t>Just to clear things up.. Joshua is trying to run benchmarks on some of the machines in our group. We have two GPU-centric machines, one has a GTX 480 and a Radeon 5970, the other has two GTX 480s and an older nVidia card (hence the 9600M). Both machines are running Ubuntu 10.04. Both machines ha...
- Thu Jul 22, 2010 11:36 am
- Forum: OpenMM
- Topic: OpenMM 2.0 OpenCL benchmarks
- Replies: 1
- Views: 255
OpenMM 2.0 OpenCL benchmarks
<t>I did a quick evaluation of OpenMM 2.0/OpenCL/nVidia/ATI and wanted to share the results. I performed a short (100ps) simulation of a small (249 atom) protein with openmm enabled gromacs. I have two high-end video cards, an nVidia GeForce GTX 480 and an ATI Radeon 5970, and an Intel Core i7 3.33G...
- Thu Jul 15, 2010 8:46 am
- Forum: OpenMM
- Topic: Compiling OpenMM on Ubuntu Linux
- Replies: 19
- Views: 5180
RE: Compiling OpenMM on Ubuntu Linux
<t>It seems to be using the nvidia opencl library. The errors generated by the failing tests are:<br/> dkoes@quasar:~/build/build_openmm$ ./TestOpenCLGBSAOBCForce<br/> exception: Error initializing context: clCreateContextFromType (-2)<br/> dkoes@quasar:~/build/build_openmm$ ./TestOpenCLEwald<br/> e...
- Wed Jul 14, 2010 3:17 pm
- Forum: OpenMM
- Topic: Compiling OpenMM on Ubuntu Linux
- Replies: 19
- Views: 5180
RE: Compiling OpenMM on Ubuntu Linux
<t>I should mention that I'm compiling the 2.0 release on the same machine and the failures I get are:<br/> 52 - TestOpenCLGBSAOBCForce (Failed)<br/> 57 - TestOpenCLEwald (Failed)<br/> 61 - TestOpenCLCustomHbondForce (Failed)<br/> 67 - TestOpenCLNonbondedForce (SEGFAULT)<br/> 69 - TestOpenCLCustomAn...
- Wed Jul 14, 2010 3:05 pm
- Forum: OpenMM
- Topic: Compiling OpenMM on Ubuntu Linux
- Replies: 19
- Views: 5180
RE: Compiling OpenMM on Ubuntu Linux
I suspect the problem with the OpenCL tests is that this machine has both an ATI and an nVidia card in it. How do you control which card the opencl tests run on?
- Wed Jul 14, 2010 2:47 pm
- Forum: OpenMM
- Topic: Compiling OpenMM on Ubuntu Linux
- Replies: 19
- Views: 5180
RE: Compiling OpenMM on Ubuntu Linux
A large part of the problem was that the nvidia.icd was not installed in /etc/OpenCL/vendors. I don't know why the nvidia installer didn't put it there, but manually extracting it from the nvidia installer (-x) and copying it to the location helped.
- Wed May 05, 2010 6:29 am
- Forum: OpenMM
- Topic: Nvidia GTX 480 info
- Replies: 2
- Views: 464
RE: Nvidia GTX 480 info
I have a Galaxy GTX 480 and zephyr/openmm work fine. Previously I had a GTX 260. The performance improvement is about 20-50%, which is somewhat disappointing considering the difference in technology. However, with the 260 I was having all sorts of heat issues that went away with the 480.
- Thu Mar 04, 2010 9:28 am
- Forum: OpenMM
- Topic: Non-Amber FFs/explicit water (gromacs)
- Replies: 6
- Views: 1309
RE: Non-Amber FFs/explicit water (gromacs)
<t>The problem (or at least part of the problem) seems to have been with my setup. The geforce 260 was a second video card in my system and was not actually driving any monitor (I was just going to use it for CUDA). Now that I have it setup to drive a monitor, I get much more consistent results.<br/...
- Wed Mar 03, 2010 1:44 pm
- Forum: OpenMM
- Topic: Non-Amber FFs/explicit water (gromacs)
- Replies: 6
- Views: 1309
RE: Non-Amber FFs/explicit water (gromacs)
<t>Changing nstxout and nstlog doesn't seem to have any effect. Switching to Reaction-Field can have a significant impact though (can be as fast as the CPU).<br/> <br/> However, as I investigate this further, I think I have problems unrelated to openmm since I am getting a wide range of performance ...
- Wed Mar 03, 2010 11:57 am
- Forum: OpenMM
- Topic: Non-Amber FFs/explicit water (gromacs)
- Replies: 6
- Views: 1309
RE: Non-Amber FFs/explicit water (gromacs)
<t>Hi Peter,<br/> <br/> Thanks for your response. mdrun-openmm is reporting that it is using CUDA (device 0 to be precise). The CPU is an Intel Core i7 975 at 3.33 Ghz and the graphics card is a 1GB GeForce GTS 250 clocked at 1.78Ghz with CUDA driver 2.3. <br/> <br/> Below is the full mdp file. Most...