Dear all
the compilation with mpiifort fails at OEP
let me give you some details: (no external linear algebra libraries (lapack, blas, arpack) used whatsoever, only local ones,
all contaied within exciting)
- sequential compilation with this compiler is OK!: compilation with ifort 11.1 (exactly the same compiler than above, but this time MPI is off
(smp off as well) works fine and also runs the tests fine -having said that, the right version is 11.0.069, since i tried 11.0.081 as well, and the latter does not work-
- after switching on the MPI option, i had to create a new entry under platforms (in build) and simply
changed "mpif90" by "mpiifort" in order to get the right make.inc containing mpiifort
This set up seems to start fine the compilation with mpiifort, but once it gets into OEP it fails:
i am not sure this is related, but it looks like there is a precompiler directive MPIEXX that should be there (according to the code)
but the set up does not seem to put it there, is this correct?
(i am sending the exact error message in another message)
otherwise, will you please let me know where the problem could be
thanks
M Perez Jigato
KU Leuven
PS probably another detail could be of interest: the main reason i do not use mpif90 is that i have open-MPI in
my computer set up for gfortran, and that takes mpif90. Furthermore, when i try to compile with gfortran and mpif90
from open-MPI, after several code little changes, i get it to start compiling fine, but surprise!, once it gets into OEP,
it fails exactly at the same place and with the same error message than with mpiifort
