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@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-requ...@gromacs.org.
* Can't post? Read http://www.gromacs.org/Support/Mailing_Lists

Reply via email to