[OMPI users] VS2008 : linking against OpenMPI: unresolved external symbols

2012-06-25 Thread Dr AD
Hello, I installed the windows binaries by running OpenMPI_v1.6-1_win32.exe In VS2008 professional I set the following project preferences: Configuration -> Properties -> Debugging : MPI Cluster Debugger MPIRun Working Directory : localhost/NUM PROCS TO LAUNCH MPIRun Command: C:\Pr

Re: [OMPI users] VS2008 : linking against OpenMPI: unresolved external symbols

2012-06-26 Thread Dr AD
se managed C++ in your app? That can do funny things to linker symbols. > > Also, you might need to have all three of OMPI_IMPORTS, OPAL_IMPORTS and > ORTE_IMPORTS defined. > > Also, make sure you're not set to a 64-bit project type using 32-bit > OpenMPI. > > Da