Intel® MPI Library
Get help with building, analyzing, optimizing, and scaling high-performance computing (HPC) applications.

How to get started with Intel MPI

Yuya_Takahashi
Beginner
425 Views
I am trying to use MPI. I have Windows 7 with 64 bit and Intel

Fortran with Microsoft Visual Studio 2008. I have already installed
Intel MPI Library 4.0 but don't know how to use it. I went to my
project' property page and add \\em64t\\include to the
include path and \\em64t\\lib to the library path. But when
I compile the project, I receive error messages such as "unresolved
external symbol main_init referenced in function". Could anybody help
me?

Thank you.

Yuya

0 Kudos
1 Reply
Dmitry_K_Intel2
Employee
425 Views
Hi Yuya,

Have you tried to compile test programs shipped with Intel MPI Library? Can you compile test.c?
Could you explain who calls main_init() function and where the code is located?

Regards!
Dmitry
0 Kudos
Reply