Hacked together a working version of FAHBench for OpenCL
Posted: Fri Jan 23, 2015 10:30 pm
Hi All,
I saw that some people were asking for a linux version of FAHBench so
I banged around the fahbench code from https://github.com/pandegroup/fahbench.git
and I got it to compile and run on my linux machine. My diff against git is at
https://drive.google.com/file/d/0B6omWK ... sp=sharing
Since I have a AMD R9 290X, I had to comment out the CUDA code. So make sure you don't check CUDA!
Also, the code assumes that you installed OpenMM to /usr/local/openmm.
Otherwise, you'll have to mess the plugin library location in SimulationWorker.cpp
Cheers
Ben
I saw that some people were asking for a linux version of FAHBench so
I banged around the fahbench code from https://github.com/pandegroup/fahbench.git
and I got it to compile and run on my linux machine. My diff against git is at
https://drive.google.com/file/d/0B6omWK ... sp=sharing
Since I have a AMD R9 290X, I had to comment out the CUDA code. So make sure you don't check CUDA!
Also, the code assumes that you installed OpenMM to /usr/local/openmm.
Otherwise, you'll have to mess the plugin library location in SimulationWorker.cpp
Cheers
Ben