[ad_1]
I install Microsoft MPI v10.1.2 and try to execute my code.
gcc .\mpi.c -I "C:\Program Files (x86)\Microsoft MPI\SDK\Include" -L "C:\Program Files (x86)\Microsoft MPI\SDK\Lib\x64\" -lmsmpi -o mpi.exe
But getting error:
...\AppData\Local\Temp\cclXzIkd.o:mpi.c:(.text+0x62): undefined reference to `[email protected]'
... : undefined reference to `[email protected]'
... : undefined reference to `[email protected]'
... : undefined reference to `[email protected]'
... : undefined reference to `[email protected]'
... : undefined reference to `[email protected]'
... : undefined reference to `[email protected]'
I couldn’t find any solution about run mpi code using that mpi sdk. Any help will be appreciated.
[ad_2]