<br><div><span class="gmail_quote">On 7/13/06, <b class="gmail_sendername"><a href="mailto:gmx-users-request@gromacs.org">gmx-users-request@gromacs.org</a></b> &lt;<a href="mailto:gmx-users-request@gromacs.org">gmx-users-request@gromacs.org
</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>From: Susan Chacko &lt;<a href="mailto:susanc@helix.nih.gov">susanc@helix.nih.gov
</a>&gt;<br>Subject: [gmx-users] Gromacs on Pathscale/Infiniband?<br><br>Hi all,<br><br>We have a bunch of Opterons connected with Infiniband. I'm trying to<br>get Gromacs compiled for these nodes. I successfully built FFTW
<br>3.1.2, but my Gromacs 3.3.1 config goes about halfway and then fails<br>with<br><br>checking size of int... configure: error: cannot compute sizeof<br>(int), 77<br><br>These are the flags I'm using:<br>./configure --with-fft=fftw3 --enable-float --prefix=/usr/local/src/
<br>gromacs/gromacs-ib --enable-mpi<br><br>Any suggestions? Has anyone else successfully built/run Gromacs with<br>Pathscale/IB?<br><br>All help much appreciated,<br>Susan.<br><br></blockquote></div><br>I recently installed with mpich in an infiniband opteron cluster (don't know too many details, it just worked).
<br><br>However, if you look at that error string in <a href="http://www.gromacs.org/external/search.html">http://www.gromacs.org/external/search.html</a> you will find a range of the same errors, all from 2006, mostly mpi related, and all unsolved. You can read however that you will find more info in the 
config.log, for example the top post in that list has this error in the config.log:<br><br>./conftest: error while loading shared libraries: liblamf77mpi.so.0: <br>cannot open shared object file: No such file or directory
<br clear="all"><br>It looks like it can't find the libraries (in that case f77 mpi libs) that it's looking for :) Maybe they can be installed, or maybe just --disable-fortran (or something like that, don't know the exact one) would solve that particular case.
<br><br>So check config.log and post what you find there.<br><br>Make sure you get the problem solved, because the combination of gromacs and infiniband-connected opterons is pretty fast :)<br><br>-- <br>greetings, Pim