Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

Building MPI in Visual Studio

Hyungjun_K_
Beginner
327 Views

I'm using Intel Parallel Studio XE 2018 Update 5 Cluster Edition in MS Visual Studio Pro 2015 Update 3 (Ver.14.0.25420.01) under Windows 7.

Here I attached mpi sample code but failed to build with several lnk2019 errors.

Please let me know how to resolve this.

 

0 Kudos
1 Reply
Vladimir_P_1234567890
327 Views

As I can see you are trying to build ia32/debug config. is this supported? AFAIK intel64 supported only.

So to resolve this try to build x64 config

Vladimir

0 Kudos
Reply