0

everybody! I want to work with some mpi.h library in visual studio c++ 2010, but when i call function of the library, for example MPI_Init(), it gives me "error LNK2019 unresolved external symbol". In addition, compiler do not give the error on #include . How to fix this error?

Pavel
  • 3
  • 2

1 Answers1

0

Please follow steps in below link:

http://blogs.msdn.com/b/hpctrekker/archive/2009/06/26/examples-of-linking-in-msmpi-library.aspx

CreativeMind
  • 897
  • 6
  • 19
  • This link is helpful, however the post would be more valuable if you could paste the pertinent text in your answer as well. – Jonathan Mee Jan 22 '15 at 12:34
  • Thank you for the link, it is very useful, but nothing helps. May be it is compatibility problem, or something else - I don't know. I am gonna reinstall visual studio, hpc and all this staff again, may be it would help. – Pavel Jan 22 '15 at 14:49