[gmx-users] Building Single and Double Precision in 4.6.1?

Mark Abraham mark.j.abraham at gmail.com
Mon Apr 15 18:05:19 CEST 2013


That's best. GROMACS will take care of a _d suffix for double precision for
you.

Mark


On Mon, Apr 15, 2013 at 5:39 PM, Mike Hanby <mhanby at uab.edu> wrote:

> Howdy,
>
> What's the proper procedure for building both single and double precision
> and installing them to the same directory?
>
> For example, is this the proper set of steps?
>
> #Build and install single precision
> cmake .. \
>    -DGMX_BUILD_OWN_FFTW=ON \
>    -DCMAKE_INSTALL_PREFIX=/share/apps/gromacs/4.6.1 \
>    -DREGRESSIONTEST_DOWNLOAD=ON
> make
> make check
> make install
>
> cmake .. \
>    -DGMX_BUILD_OWN_FFTW=ON \
>    -DGMX_DOUBLE=ON \
>    -DCMAKE_INSTALL_PREFIX=/share/apps/gromacs/4.6.1 \
>    -DREGRESSIONTEST_DOWNLOAD=ON
> make
> make check
> make install
>
> Or is there a more efficient way? Thanks, Mike
> --
> gmx-users mailing list    gmx-users at gromacs.org
> http://lists.gromacs.org/mailman/listinfo/gmx-users
> * Please search the archive at
> http://www.gromacs.org/Support/Mailing_Lists/Search before posting!
> * Please don't post (un)subscribe requests to the list. Use the
> www interface or send it to gmx-users-request at gromacs.org.
> * Can't post? Read http://www.gromacs.org/Support/Mailing_Lists
>



More information about the gromacs.org_gmx-users mailing list