[gmx-developers] pme.c error in the CVS code ...

X.Periole X.Periole at rug.nl
Thu Aug 4 10:18:45 CEST 2005


Hello,

I updated the CVS code and configured without-fftw but I 
got
the following error:

How can Ifix this ?

Best
XAvier
---------------------------
  mpicc -DHAVE_CONFIG_H -I. -I. -I../../src 
-I/usr/X11R6/include -I../../include 
-DGMXLIBDIR=\"/data1/periole/GROCVS2//share/top\" -O3 
-fomit-frame-pointer -finline-functions -Wall -Wno-unused 
-malign-double -funroll-all-loops -c pme.c -MT pme.lo -MD 
-MP -MF .deps/pme.TPlo -o pme.o
pme.c:97: parse error before "rvec_mpi"
pme.c:97: warning: type defaults to `int' in declaration 
of `rvec_mpi'
pme.c:97: warning: data definition has no type or storage 
class
pme.c: In function `pmeredist':
pme.c:278: warning: implicit declaration of function 
`MPI_Alltoall'
pme.c:278: `MPI_INT' undeclared (first use in this 
function)
pme.c:278: (Each undeclared identifier is reported only 
once
pme.c:278: for each function it appears in.)
pme.c:278: `MPI_COMM_WORLD' undeclared (first use in this 
function)
pme.c:300: warning: implicit declaration of function 
`MPI_Alltoallv'
pme.c:311: `MPI_FLOAT' undeclared (first use in this 
function)
pme.c: In function `sum_qgrid':
pme.c:346: `MPI_Status' undeclared (first use in this 
function)
pme.c:346: parse error before "stat"
pme.c:353: structure has no member named `pfft'
pme.c:356: structure has no member named `pfft'
pme.c:395: warning: implicit declaration of function 
`MPI_Barrier'
pme.c:395: `MPI_COMM_WORLD' undeclared (first use in this 
function)
pme.c:402: warning: implicit declaration of function 
`MPI_Sendrecv'
pme.c:402: `MPI_FLOAT' undeclared (first use in this 
function)
pme.c:405: `stat' undeclared (first use in this function)
pme.c: In function `spread_q_bsplines':
pme.c:482: structure has no member named `pfft'
pme.c: In function `do_pme':
pme.c:1071: warning: implicit declaration of function 
`MPI_Type_contiguous'
pme.c:1071: `MPI_FLOAT' undeclared (first use in this 
function)
pme.c:1072: warning: implicit declaration of function 
`MPI_Type_commit'
pme.c:1113: `MPI_COMM_WORLD' undeclared (first use in this 
function)
mpicc: No such file or directory
make[3]: *** [pme.lo] Error 1
make[3]: Leaving directory 
`/automount/direct/data1/periole/GROCVS2/gmx/src/mdlib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 
`/automount/direct/data1/periole/GROCVS2/gmx/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory 
`/automount/direct/data1/periole/GROCVS2/gmx/src'
make: *** [all-recursive] Error 1



More information about the gromacs.org_gmx-developers mailing list