Dear Gromacs users,

I had installed gromacs using following commands:

tar xvf cmake-3.6.1.tar.gz
tar xvzf gromacs-5.1.3.tar.gz

cd ../cmake-3.6.1.
./configure
make
make install

cd ../gromacs-5.1.3
mkdir build
cd build
cmake .. -DGMX_BUILD_OWN_FFTW=ON -DREGRESSIONTEST_DOWNLOAD=ON
-DGMX_MPI=ON -DGMX_GPU=OFF
make
make check
make install
source /usr/local/gromacs/bin/GMXRC

-----------------------------------------------------------------

Now I want to do MD simulation on GPU.

Should I do installation again? Isn't there a more simple way?

Best,
Andrew
-- 
Gromacs Users mailing list

* Please search the archive at 
http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before posting!

* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists

* For (un)subscribe requests visit
https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users or send a 
mail to gmx-users-requ...@gromacs.org.

Reply via email to