Hello,
when looking at http://www.open-mpi.org/community/lists/users/2010/01/11892.php,
I realized I have the same exact error when linkin C++ programs (error
LNK2019: unresolved external symbol "void
> __cdecl MPI::InitializeIntercepts(void)"
> (?InitializeIntercepts_at_MPI@@YAXXZ)
> referenced in function "void __cdecl
MPI::Real_init(void)"
> (?Real_init_at_MPI@@YAXXZ)mpi_gather.exe :
fatal error LNK1120: 1
> unresolved externals)
Did someone manage to get around
this ? I managed to get openmpi working on linux with C++ programs, but
no chance with windows....would be glad to get some help on this.
Thanks
Gilles