|
PathScale Compiler Suite64-Bit Compilers for Linux |
|
User login |
Building Gromacs
GROMACS is a molecular dynamics package primarily designed for It is primarily designed for biochemical molecules like
Steps to building
To build GROMACS, you will need to download the source, and then build
it. FFTW (version 2.1.5) needs to be installed to build GROMACS. You can also build GROMACS with MPI. These steps, and any known limitations, are described in the sections below. Downloading GROMACS
GROMACS is available from the GROMACS
website. You need to have FFTW (version 2.1.5) installed to build GROMACS. The most recent version of GROMACS is 3.2.1, released 3/1/04. Building GROMACS
Follow these steps to build GROMACS. The following commands will
default to directories in your home directory, though you can set them to wherever you wish to install GROMACS. Create directories for FFTW and GROMACS and set the paths (the example export MY_FFTW_PATH=~/fftw export MY_GROMACS_PATH=~/gromacs These are the directories into which you will Configure FFTW version 2.1.5 to work with GROMACS. You will need to cd ~/fftw/src tar zxvf fftw-2.1.5.tar.gz cd fftw-2.1.5/ export CC=pathcc CFLAGS="-O2 -OPT:Ofast" ./configure --enable-type-prefix --enable-float --prefix=$MY_FFTW_PATH make make install make clean Configure GROMACS, build it, and install it. cd ~/gromacs/src tar zxvf gromacs-3.2.1.tar.gz cd gromacs-3.2.1/ CC=pathcc CFLAGS="-O3 -OPT:Ofast" CPPFLAGS=-I$MY_FFTW_PATH/include \ LDFLAGS=-L$MY_FFTW_PATH/lib ./configure --prefix=$MY_GROMACS_PATH make make install make clean Known limitations
There are no known limitations.
We recommend you record what steps you took, along with their output, make foo 2>&1 | tee make-foo-log.txt If you have any comments or suggestions about additions to these
categories [ ]
|
Active forum topicsShopping cart
|