On 8/02/2011 12:58 AM, vferra...@units.it wrote:
Dear all,

I'm trying to install gromacs 4.5.3, I've succesfully installed fftw 3.3.2 and openmpi 1.4.3
When I try to configure gromacs with

./configure --with-fft=fftw3 --enable-shared --enable-mpi

the shell reply me with this error:

configure: error: cannot compute sizeof (off_t)
See `config.log' for more details.

what does it mean? Do you need a copy of config.log?

This kind of problem usually means that configure has failed to find a compiler that can produce an executable under the conditions you're using. You need a compiler available that can link to openmpi, and perhaps to tell configure about it (e.g. ./configure <blah> MPICC=mympicompiler)

Mark
--
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