Re: [gmx-users] Problems with gromacs-openMM

2010-01-29 Thread jorge_quintero
Thanks a lot!!! it works Hi, try to do add the OpenMM library dir to your library path before running make $ export LD_LIBRARY_PATH=/opt/openmm/lib:$LD_LIBRARY_PATH Also, OpenMM support will be officially available in the next Gromacs release (soon). Rossen On 1/27/10 4:28 AM,

Re: [gmx-users] Problems with gromacs-openMM

2010-01-27 Thread Rossen Apostolov
Hi, try to do add the OpenMM library dir to your library path before running make $ export LD_LIBRARY_PATH=/opt/openmm/lib:$LD_LIBRARY_PATH Also, OpenMM support will be officially available in the next Gromacs release (soon). Rossen On 1/27/10 4:28 AM, jorge_quint...@ciencias.uis.edu.co

[gmx-users] Problems with gromacs-openMM

2010-01-26 Thread jorge_quintero
Hello everybody, I tried to install gromacs 4.0.7 + openMM on Fedora core 10 x86_64, but I had lots of problems with that. I typed the configure options below to obtain a Makefile: $ ./configure --enable-shared --prefix=/opt/gromacs_openmm CPPFLAGS=-I/opt/openmm/include/openmm/