Search found 14 matches

by Ari Munic
Fri Oct 26, 2012 6:30 pm
Forum: Molmodel: SimTK molecular modeling API
Topic: Issues Using OpenMM for acceleration
Replies: 3
Views: 603

Re: Issues Using OpenMM for acceleration

I built Simtk from source, and then built MolModel from source using my installed version of OpenMM. However when I try to run a simulation using OpenMM acceleration I get the following message in the command prompt LOAD ATTEMPT: '...SimTK\lib\plugins\OpenMMPlugin.dll' ... FAILED! WARNING: DuMM: Fai...
by Ari Munic
Fri Oct 19, 2012 1:01 pm
Forum: Molmodel: SimTK molecular modeling API
Topic: Issues Using OpenMM for acceleration
Replies: 3
Views: 603

Issues Using OpenMM for acceleration

Hi, I've been trying to use OpenMM to accelerate my simulations. I did a custom build of OpenMM because the pre-existing binaries were for a diffrent version of Visual Studio. Whenever I try to run my simulation I get a report that says the load attempt failed, with this warning: DuMM: Failed to loa...
by Ari Munic
Thu Oct 11, 2012 7:20 pm
Forum: OpenMM
Topic: OpenMM build issues, missing files
Replies: 13
Views: 842

Re: OpenMM build issues, missing files

Well I'm not sure what changed, but everything seems to be working now. The output from the code I added in resulted in 2 platforms, reference and opencl. Now all the examples seem to be using opencl. I'm really not sure what changed but so far so good. Thanks for your help.
by Ari Munic
Wed Oct 10, 2012 10:05 am
Forum: OpenMM
Topic: OpenMM build issues, missing files
Replies: 13
Views: 842

Re: OpenMM build issues, missing files

Still having the same issue, any idea what could be going on?
by Ari Munic
Tue Oct 09, 2012 10:24 am
Forum: OpenMM
Topic: OpenMM build issues, missing files
Replies: 13
Views: 842

Re: OpenMM build issues, missing files

OpenMM is installed on this path: E:\Sorted Files\Program Files\OpenMM
OPENMM_PLUGIN_DIR is set to: E:\Sorted Files\Program Files\OpenMM\lib\plugins

Could the fact that I used a different cl.hpp file be causing the error?
by Ari Munic
Mon Oct 01, 2012 2:58 pm
Forum: OpenMM
Topic: OpenMM build issues, missing files
Replies: 13
Views: 842

Re: OpenMM build issues, missing files

So everything seems to be working ok, however after installing my build I tried to run HelloArgon, but it used the Reference platform instead of OpenCL. I created the variable OPENMM_PLUGIN_DIR which didn't help. I'm using a 6950 card so it should work. Could an issue with the build prevent the use ...
by Ari Munic
Mon Oct 01, 2012 1:34 pm
Forum: OpenMM
Topic: OpenMM build issues, missing files
Replies: 13
Views: 842

Re: OpenMM build issues, missing files

I may have fixed my problem, but I'm not sure everything is working properly. I replaced the cl.hpp file that was in the OpenMM source with a cl.hpp file that was in the AMD APP include folder and rebuilt everything using CMake. Now everything compiles (but with a lot of warnings about unsigned/sign...
by Ari Munic
Mon Oct 01, 2012 12:40 pm
Forum: OpenMM
Topic: OpenMM build issues, missing files
Replies: 13
Views: 842

Re: OpenMM build issues, missing files

It links to the include folder in my AMD APP folder. The include folder has three folders in it, CAL, CL, and OpenVideo. However I'm not using any of the python wrappers. I unselected a handful of the options in CMake that were turned on by default. Could that be another possible source of the errors?
by Ari Munic
Thu Sep 27, 2012 11:14 pm
Forum: OpenMM
Topic: OpenMM build issues, missing files
Replies: 13
Views: 842

Re: OpenMM build issues, missing files

So it looks like there is something wrong with the cl.hpp file. All of the files that don't involve openCL work fine, but any that do fail to build. I've also been able to reproduce this problem when trying to install openMM on my laptop. Could I have configured CMake improperly, or do I need to con...
by Ari Munic
Tue Sep 25, 2012 12:50 pm
Forum: OpenMM
Topic: OpenMM build issues, missing files
Replies: 13
Views: 842

Re: OpenMM build issues, missing files

When I go to build OpenMMOpenCL I get these errors for every .cpp file, all stemming from a file the file cl.cpp OpenCLBondedUtilities.cpp 2>C:/Users/Ari/Documents/research/OpenMM4.1.1-Source/platforms/opencl/src\cl.hpp(1270): warning C4290: C++ exception specification ignored except to indicate a f...