Re: [Wien] Error in compiling mpi-parallel version

2015-01-09 Thread Fecher, Gerhard
Dear Fermin, The error message tells you that the line integer(), value :: comm has a syntax error, the compiler tells you in which line of what file (check the Fortran manual ) I guess it should be integer(4), value :: comm or integer*4, value :: comm or simply integer,

Re: [Wien] Error in compiling mpi-parallel version

2015-01-09 Thread Gavin Abo
First, the latest WIEN2k version (14.2) removed some bugs in 14.1 [ http://www.wien2k.at/reg_user/updates/ ]; so it is quite recommended to not use 14.1. Second, the error you are getting might be because the fftw3-mpi.f03 in SRC_lapw0 is probably still for version 3.3.2 of fftw3. There are

Re: [Wien] Error in compiling mpi-parallel version

2015-01-09 Thread Fecher, Gerhard
It seems that version 3.3.2 uses integer, value :: comm and 3.3.3 integer(C_INT32_T), value :: comm if mixing the versions then the kind C_INT32_T may not be defined Ciao Gerhard DEEP THOUGHT in D. Adams; Hitchhikers Guide to the Galaxy: I think the problem, to be quite honest with