<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hello,<br>
<br>
I have many problem for install Gromacs in Centos 5.2, without MPI for
the moment.<br>
<br>
I tried you solution, but the package contain only binary prefixed by
"g_", and the test set doesn't find grompp.<br>
(after source /usr/bin/GMXRC)<br>
<br>
What the problem ?<br>
<br>
<pre class="moz-signature" cols="72">Antoine Migeon
Universit&eacute; de Bourgogne
Centre de Ressources Informatiques - Centre de Calcul

tel : 03 80 39 52 70
Site du CCUB : <a class="moz-txt-link-freetext" href="http://u-bourgogne.fr/cri-ccub">http://u-bourgogne.fr/cri-ccub</a>
</pre>
<br>
<br>
Jussi Lehtola a &eacute;crit&nbsp;:
<blockquote cite="mid:1226994860.3442.15.camel@tb900.no-ip.org"
 type="cite">
  <pre wrap="">On Mon, 2008-11-17 at 16:59 -0800, Nicholas Geraedts wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I'm trying to get Gromacs installed on our systems, but I've been
running into one error after another. We are running CentOS5 x86-64
with all the latest updates.


I've got the following packages downloaded
lam-7.1.4
fftw-3.2
gsl-1.11
gromacs-4.0
    </pre>
  </blockquote>
  <pre wrap=""><!---->

Ugh. Why do you want to compile these yourself? Use the distribution
packages, that way you always can tell what is installed on your system
and upgrading is easy.

1. Enable the Fedora EPEL repository
<a class="moz-txt-link-freetext" href="http://fedoraproject.org/wiki/EPEL/FAQ#howtouse">http://fedoraproject.org/wiki/EPEL/FAQ#howtouse</a>

2. Currently Gromacs is only available in EPEL Testing, but will be
pushed to EPEL Stable. Install Gromacs with

# yum --enablerepo=epel-testing -y install gromacs gromacs-mpi

This way you get single and double precision binaries with and without
MPI support, and all the needed dependencies.

3. If you don't want Gromacs to be automatically updated with yum, put
the line

exclude = gromacs*

in /etc/yum.conf. When you want to update Gromacs to the newest version
available, remove the line and run

# yum -y update
  </pre>
</blockquote>
</body>
</html>