Hi all,
There's a code generation bug in the CMake/Visual Studio build of rc 5
on VS 2008. A release build, with static libs, F77 and F90 support
gives an error at line 91 in mpif-config.h :
parameter (MPI_STATUS_SIZE=)
This obviously makes the compiler unhappy.
In older trunk builds this was
parameter (MPI_STATUS_SIZE=5)
Damien
|